Skip to content

Commit

Permalink
Prepare next development cycle for 6.1.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
servlet-bot committed Nov 16, 2023
1 parent c1b6810 commit b57c67d
Show file tree
Hide file tree
Showing 6 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</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>6.1.0-M1</version>
<version>6.1.0-SNAPSHOT</version>

<name>Jakarta Servlet</name>
<url>https://projects.eclipse.org/projects/ee4j.servlet</url>
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</groupId>
<artifactId>servlet-parent</artifactId>
<version>6.1.0-M1</version>
<version>6.1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Jakarta Servlet Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>jakarta.servlet</groupId>
<artifactId>servlet-parent</artifactId>
<version>6.1.0-M1</version>
<version>6.1.0-SNAPSHOT</version>
</parent>

<artifactId>servlet-spec</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>jakarta.servlet</groupId>
<artifactId>servlet-parent</artifactId>
<version>6.1.0-M1</version>
<version>6.1.0-SNAPSHOT</version>
</parent>

<artifactId>tck</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tck/tck-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>jakarta.servlet</groupId>
<artifactId>tck</artifactId>
<version>6.1.0-M1</version>
<version>6.1.0-SNAPSHOT</version>
</parent>

<artifactId>tck-runtime</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tck/tck-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>jakarta.servlet</groupId>
<artifactId>tck</artifactId>
<version>6.1.0-M1</version>
<version>6.1.0-SNAPSHOT</version>
</parent>

<artifactId>tck-util</artifactId>
Expand Down

0 comments on commit b57c67d

Please sign in to comment.