From e41363f3e39fecd3bf6b2719644a4beecbe1ae42 Mon Sep 17 00:00:00 2001 From: Vinay Vishal Date: Wed, 1 Aug 2018 12:47:41 +0530 Subject: [PATCH 1/7] Update scm/plugin version --- README.md | 3 +++ api/pom.xml | 54 ++++++++++++++++++++++++++++++++++------------ impl/pom.xml | 29 ++++++++++++++----------- parent-pom/pom.xml | 23 ++++++++++---------- 4 files changed, 71 insertions(+), 38 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..dbc2954 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Prerequisites + +Oracle JDK 1.7 diff --git a/api/pom.xml b/api/pom.xml index e79ea0d..41d20f1 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -45,13 +45,13 @@ net.java jvnet-parent - 3 + 5 4.0.0 javax.servlet.jsp javax.servlet.jsp-api - 2.3.2-b03-SNAPSHOT + 2.3.3-SNAPSHOT jar JavaServer Pages(TM) API @@ -76,23 +76,24 @@ - http://jsp.java.net + https://javaee.github.io/javaee-jsp-api - GlassFish Community - http://glassfish.org + Oracle + http://www.oracle.com + CDDL + GPLv2 with classpath exception - http://glassfish.dev.java.net/nonav/public/CDDL+GPL.html + ://oss.oracle.com/licenses/CDDL+GPL-1.1 repo A business-friendly OSS license - jira - http://java.net/jira/browse/JSP - + github + https://github.com/javaee/javaee-jsp-api/issues/ + JSP Developer @@ -100,9 +101,10 @@ - scm:svn:https://svn.java.net/svn/jsp~svn/trunk/api - scm:svn:https://svn.java.net/svn/jsp~svn/trunk/api - http://java.net/projects/jsp/sources/svn/show + scm:git:https://github.com/javaee/javaee-jsp-api.git + scm:git:ssh://git@github.com/javaee/javaee-jsp-api.git + https://github.com/javaee/javaee-jsp-api + HEAD @@ -133,6 +135,7 @@ org.apache.maven.plugins maven-jar-plugin + 3.1.0 @@ -167,7 +170,7 @@ org.apache.maven.plugins maven-source-plugin - 2.1 + 2.1 true @@ -220,14 +223,37 @@ true + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + org.apache.maven.plugins maven-release-plugin + 2.5.2 forked-path false + @{project.version} ${release.arguments} + + + org.apache.maven.scm + maven-scm-provider-gitexe + 1.9.4 + + @@ -263,7 +289,7 @@ javax.el javax.el-api - [3.0.0,) + [3.0.1-b06,) provided diff --git a/impl/pom.xml b/impl/pom.xml index 8b7c695..3b6db13 100644 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -44,13 +44,13 @@ net.java jvnet-parent - 1 + 5 4.0.0 org.glassfish.web javax.servlet.jsp - 2.3.3-b04-SNAPSHOT + 2.3.4-SNAPSHOT jar JSP implementation @@ -75,22 +75,24 @@ - http://jsp.java.net + https://javaee.github.io/javaee-jsp-api - GlassFish Community - http://glassfish.org + Oracle + http://www.oracle.com + CDDL + GPLv2 with classpath exception - http://glassfish.dev.java.net/nonav/public/CDDL+GPL.html repo + ://oss.oracle.com/licenses/CDDL+GPL-1.1 + repo A business-friendly OSS license - jira - http://java.net/jira/browse/JSP - + github + https://github.com/javaee/javaee-jsp-api/issues/ + JSP Developer @@ -98,9 +100,10 @@ - scm:svn:https://svn.java.net/svn/jsp~svn/trunk/impl - scm:svn:https://svn.java.net/svn/jsp~svn/trunk/impl - http://java.net/projects/jsp/sources/svn/show + scm:git:https://github.com/javaee/javaee-jsp-api.git + scm:git:ssh://git@github.com/javaee/javaee-jsp-api.git + https://github.com/javaee/javaee-jsp-api + HEAD @@ -291,7 +294,7 @@ org.glassfish javax.el - [3.0.1-b05,) + [3.0.1-b10,) javax.servlet.jsp diff --git a/parent-pom/pom.xml b/parent-pom/pom.xml index 1799a53..618a306 100644 --- a/parent-pom/pom.xml +++ b/parent-pom/pom.xml @@ -46,7 +46,7 @@ net.java jvnet-parent - 1 + 5 org.glassfish.web @@ -67,23 +67,24 @@ - http://java.net/projects/jsp + https://javaee.github.io/javaee-jsp-api - GlassFish Community - http://glassfish.org + Oracle + http://www.oracle.com + CDDL + GPLv2 with classpath exception - https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html + ://oss.oracle.com/licenses/CDDL+GPL-1.1 repo A business-friendly OSS license - bugzilla - http://java.net/jira/browse/JSP - + github + https://github.com/javaee/javaee-jsp-api/issues/ + JSP Developer @@ -91,9 +92,9 @@ - scm:svn:http://svn.java.net/svn/jsp~svn - scm:svn:http://svn.java.net/jsp~svn - http://java.net/projects/jsp/sources/svn/show + scm:git:https://github.com/javaee/javaee-jsp-api.git + scm:git:ssh://git@github.com/javaee/javaee-jsp-api.git + https://github.com/javaee/javaee-jsp-api From 2cb16537192391093e8003d21463a3a2e4c184d8 Mon Sep 17 00:00:00 2001 From: Vinay Vishal Date: Wed, 1 Aug 2018 12:48:45 +0530 Subject: [PATCH 2/7] [maven-release-plugin] prepare release 2.3.3 --- api/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 41d20f1..8edcd5a 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -51,7 +51,7 @@ 4.0.0 javax.servlet.jsp javax.servlet.jsp-api - 2.3.3-SNAPSHOT + 2.3.3 jar JavaServer Pages(TM) API @@ -104,7 +104,7 @@ scm:git:https://github.com/javaee/javaee-jsp-api.git scm:git:ssh://git@github.com/javaee/javaee-jsp-api.git https://github.com/javaee/javaee-jsp-api - HEAD + 2.3.3 From 80b323bd9a751b8e09592aaede676ce851e0c46e Mon Sep 17 00:00:00 2001 From: Vinay Vishal Date: Wed, 1 Aug 2018 12:49:06 +0530 Subject: [PATCH 3/7] [maven-release-plugin] prepare for next development iteration --- api/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 8edcd5a..293f45a 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -51,7 +51,7 @@ 4.0.0 javax.servlet.jsp javax.servlet.jsp-api - 2.3.3 + 2.3.4-SNAPSHOT jar JavaServer Pages(TM) API @@ -104,7 +104,7 @@ scm:git:https://github.com/javaee/javaee-jsp-api.git scm:git:ssh://git@github.com/javaee/javaee-jsp-api.git https://github.com/javaee/javaee-jsp-api - 2.3.3 + HEAD From 6898aaf56a92c0140c7025a1f067bdc9487e4080 Mon Sep 17 00:00:00 2001 From: Vinay Vishal Date: Thu, 2 Aug 2018 10:17:26 +0530 Subject: [PATCH 4/7] Integrate jsp-api v2.3.3 --- impl/pom.xml | 43 ++++++++++++++++++++++++++++++++++--------- 1 file changed, 34 insertions(+), 9 deletions(-) diff --git a/impl/pom.xml b/impl/pom.xml index 3b6db13..69fa28a 100644 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -130,7 +130,7 @@ - + org.apache.maven.plugins maven-compiler-plugin @@ -158,7 +158,9 @@ + org.apache.maven.plugins maven-jar-plugin + 3.1.0 @@ -180,7 +182,7 @@ org.apache.maven.plugins maven-source-plugin - 2.1 + 2.1 true @@ -196,6 +198,7 @@ org.apache.maven.plugins maven-javadoc-plugin + 2.10.1 attach-javadocs @@ -226,13 +229,35 @@ - org.apache.maven.plugins - maven-release-plugin - - forked-path - false + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + + org.apache.maven.plugins + maven-release-plugin + 2.5.2 + + forked-path + false ${release.arguments} - + + + + org.apache.maven.scm + maven-scm-provider-gitexe + 1.9.4 + + @@ -299,7 +324,7 @@ javax.servlet.jsp javax.servlet.jsp-api - 2.3.2-b01 + 2.3.3