Skip to content

Commit

Permalink
Prepare release jakarta.servlet:servlet-parent:6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
servlet-bot committed May 24, 2024
1 parent b09f123 commit fe6e12a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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-SNAPSHOT</version>
<version>6.1.0</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-SNAPSHOT</version>
<version>6.1.0</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-SNAPSHOT</version>
<version>6.1.0</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 @@ -29,7 +29,7 @@

<groupId>jakarta.tck</groupId>
<artifactId>servlet-tck</artifactId>
<version>6.1.0-SNAPSHOT</version>
<version>6.1.0</version>
<packaging>pom</packaging>

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

<artifactId>servlet-tck-dist</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.tck</groupId>
<artifactId>servlet-tck</artifactId>
<version>6.1.0-SNAPSHOT</version>
<version>6.1.0</version>
</parent>

<artifactId>servlet-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.tck</groupId>
<artifactId>servlet-tck</artifactId>
<version>6.1.0-SNAPSHOT</version>
<version>6.1.0</version>
</parent>

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

0 comments on commit fe6e12a

Please sign in to comment.