diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7630913..cdfe614 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,30 +1,3 @@ ---- +#### :warning:This project is now part of the EE4J initiative. This repository has been archived as all activities are now happening in the [corresponding Eclipse repository](https://github.com/eclipse-ee4j/jsp-api). See [here](https://www.eclipse.org/ee4j/status.php) for the overall EE4J transition status. --- - -# Source Code Submissions -We welcome your contributions and look forward to collaborating with you. We can only accept source code repository -submissions from users who have signed and returned the Oracle -Contributor Agreement. You will find details and the agreement to sign at this OTN web page: -[Oracle Contributor Agreement](http://www.oracle.com/technetwork/community/oca-486395.html). - -# Other Contributions -For all project Submissions other than source code repository contributions, the following also applies: Oracle does -not claim ownership of Your Submissions. However, in order to fulfill -the purposes of this project, You must give Oracle and all Users -the right to post, access, discuss, use, publish, disseminate, and refine -Your Submissions. - -In legalese: *You hereby grant to Oracle and all -Users a royalty-free, perpetual, irrevocable, worldwide, non-exclusive, -and fully sub-licensable right and license, under Your intellectual -property rights, to reproduce, modify, adapt, publish, translate, create -derivative works from, distribute, perform, display, and use Your -Submissions (in whole or part) and to incorporate or implement them in -other works in any form, media, or technology now known or later -developed, all subject to the obligation to retain any copyright notices -included in Your Submissions. All Users, Oracle, and their -sublicensees are responsible for any modifications they make to the -Submissions of others.* - -Copyright © 2017 Oracle and/or its affiliates. All rights reserved. diff --git a/README.md b/README.md index dbc2954..fe77f85 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +#### :warning:This project is now part of the EE4J initiative. This repository has been archived as all activities are now happening in the [corresponding Eclipse repository](https://github.com/eclipse-ee4j/jsp-api). See [here](https://www.eclipse.org/ee4j/status.php) for the overall EE4J transition status. + +--- # Prerequisites Oracle JDK 1.7 diff --git a/impl/pom.xml b/impl/pom.xml index 3b6db13..dbed715 100644 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -50,7 +50,7 @@ 4.0.0 org.glassfish.web javax.servlet.jsp - 2.3.4-SNAPSHOT + 2.3.5-SNAPSHOT jar JSP implementation @@ -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