Skip to content

Commit

Permalink
Update lingering 6.1.0 references (#655)
Browse files Browse the repository at this point in the history
Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
  • Loading branch information
arjantijms committed Jun 11, 2024
1 parent 925436d commit 15a83b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
<supportedProjectType>jar</supportedProjectType>
</supportedProjectTypes>
<instructions>
<Bundle-Version>6.1.0</Bundle-Version>
<Bundle-Version>6.1.1</Bundle-Version>
<Bundle-SymbolicName>jakarta.servlet-api</Bundle-SymbolicName>
<Bundle-Description>
Jakarta Servlet 6.1
Expand Down
2 changes: 1 addition & 1 deletion tck/tck-docs/userguide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<groupId>jakarta.tck</groupId>
<artifactId>servlet-tck-docs</artifactId>
<packaging>pom</packaging>
<version>6.1.0-SNAPSHOT</version>
<version>6.1.1-SNAPSHOT</version>
<name>Eclipse Foundation Technology Compatibility Kit User's Guide for Jakarta Servlet for Jakarta EE, Release 6.1</name>

<properties>
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 @@ -34,7 +34,7 @@

<properties>
<shrinkwrap-resolver.version>3.3.0</shrinkwrap-resolver.version>
<servlet.api.version>6.1.0-SNAPSHOT</servlet.api.version>
<servlet.api.version>6.1.1-SNAPSHOT</servlet.api.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 15a83b8

Please sign in to comment.