Skip to content

Commit

Permalink
Prepare release jakarta.tck:servlet-tck:6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
servlet-bot committed Oct 31, 2024
1 parent 774937d commit 11db5fd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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.1-SNAPSHOT</version>
<version>6.1.1</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.1-SNAPSHOT</version>
<version>6.1.1</version>
</parent>

<artifactId>servlet-tck-dist</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions 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.1-SNAPSHOT</version>
<version>6.1.1</version>
</parent>

<artifactId>servlet-tck-runtime</artifactId>
Expand All @@ -34,7 +34,7 @@

<properties>
<shrinkwrap-resolver.version>3.3.1</shrinkwrap-resolver.version>
<servlet.api.version>6.1.1-SNAPSHOT</servlet.api.version>
<servlet.api.version>6.1.0</servlet.api.version>
<sigtest.version>2.2</sigtest.version>
</properties>

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.1-SNAPSHOT</version>
<version>6.1.1</version>
</parent>

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

0 comments on commit 11db5fd

Please sign in to comment.