Skip to content

Commit

Permalink
Update POMs for 4.1 development
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Jun 17, 2024
1 parent c418169 commit af093a3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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>4.0.0-SNAPSHOT</version>
<version>4.1.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Jakarta Server Pages API</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>4.0.0-SNAPSHOT</version>
<version>4.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>4.0-SNAPSHOT</version>
<version>4.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Jakarta Server Pages Specification</name>
Expand Down
4 changes: 2 additions & 2 deletions tck/docs/userguide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<groupId>org.glassfish</groupId>
<artifactId>tck_jsp</artifactId>
<packaging>pom</packaging>
<version>3.1.0</version>
<name>Eclipse Foundation Technology Compatibility Kit User's Guide for Jakarta Server Pages for Jakarta EE, Release 4.0</name>
<version>4.1.0</version>
<name>Eclipse Foundation Technology Compatibility Kit User's Guide for Jakarta Server Pages for Jakarta EE, Release 4.1</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<groupId>jakarta.tck</groupId>
<artifactId>jakarta-pages-tck</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.1.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>pages-tck</name>
Expand Down

0 comments on commit af093a3

Please sign in to comment.