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
new file mode 100644
index 0000000..fe77f85
--- /dev/null
+++ b/README.md
@@ -0,0 +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/api/pom.xml b/api/pom.xml
index e79ea0d..293f45a 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.4-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..dbed715 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.5-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
@@ -127,7 +130,7 @@
-
+
org.apache.maven.plugins
maven-compiler-plugin
@@ -155,7 +158,9 @@
+ org.apache.maven.plugins
maven-jar-plugin
+ 3.1.0
@@ -177,7 +182,7 @@
org.apache.maven.plugins
maven-source-plugin
- 2.1
+ 2.1
true
@@ -193,6 +198,7 @@
org.apache.maven.plugins
maven-javadoc-plugin
+ 2.10.1
attach-javadocs
@@ -223,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
+
+
@@ -291,12 +319,12 @@
org.glassfish
javax.el
- [3.0.1-b05,)
+ [3.0.1-b10,)
javax.servlet.jsp
javax.servlet.jsp-api
- 2.3.2-b01
+ 2.3.3