Skip to content

Commit

Permalink
fix the build as 6.1.0 is not available in Maven central (#621)
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <olamy@apache.org>
  • Loading branch information
olamy committed May 12, 2024
1 parent 03027d9 commit a1851ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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>org.glassfish</groupId>
<artifactId>tck_servlet</artifactId>
<packaging>pom</packaging>
<version>6.1.0</version>
<version>6.1.0-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.1.4</shrinkwrap-resolver.version>
<servlet.api.version>6.1.0</servlet.api.version>
<servlet.api.version>6.1.0-SNAPSHOT</servlet.api.version>
</properties>

<dependencies>
Expand Down

0 comments on commit a1851ce

Please sign in to comment.