Skip to content

Commit

Permalink
Version update. Master branch will be targeting 3.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Thomas <markt@apache.org>
  • Loading branch information
markt-asf committed Dec 7, 2020
1 parent 41a4abe commit afd864d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<groupId>jakarta.servlet.jsp</groupId>
<artifactId>jakarta.servlet.jsp-api</artifactId>
<version>3.0.0</version>
<version>3.1.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Jakarta Server Pages API</name>
Expand Down
2 changes: 1 addition & 1 deletion impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<groupId>org.glassfish.web</groupId>
<artifactId>jakarta.servlet.jsp</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>

<name>Jakarta Server Pages implementation</name>
<description>JavaServer Pages API</description>
Expand Down
2 changes: 1 addition & 1 deletion jdsol-spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<groupId>jakarta.jdsol</groupId>
<artifactId>jdsol-spec</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Jakarta Debugging Support for Other Languages Specification</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<groupId>jakarta.servlet.jsp</groupId>
<artifactId>jsp-parent</artifactId>
<version>3.0.0</version>
<version>3.1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Jakarta Server Pages API</name>
Expand Down
2 changes: 1 addition & 1 deletion spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>jakarta.servlet.jsp</groupId>
<artifactId>server-pages-spec</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Jakarta Server Pages Specification</name>
Expand Down

0 comments on commit afd864d

Please sign in to comment.