Skip to content

Commit

Permalink
tck version changes to 3.1.2 (jakartaee#1132)
Browse files Browse the repository at this point in the history
  • Loading branch information
alwin-joseph authored and mkarg committed Aug 15, 2023
1 parent f88cc8c commit 7fbd117
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jaxrs-tck-docs/tckbundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cd $WORKSPACE
export VERSION="$2"

if [ -z "$VERSION" ]; then
export VERSION="3.1.1"
export VERSION="3.1.2"
fi

if [[ "$1" == "epl" || "$1" == "EPL" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion jaxrs-tck-docs/userguide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<groupId>org.glassfish</groupId>
<artifactId>tck_jaxrs</artifactId>
<packaging>pom</packaging>
<version>3.1.1</version>
<version>3.1.2</version>
<name>Eclipse Foundation Technology Compatibility Kit User's Guide for Jakarta RESTful Web Services for Jakarta EE, Release 3.1</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<name>Jakarta RESTful WS TCK</name>
<description>Technology Compatibility Kit for Jakarta RESTful Web Services</description>
<url>https://github.com/jakartaee/rest</url>
<version>3.1.1</version>
<version>3.1.2</version>

<parent>
<groupId>jakarta.ws.rs</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jersey-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-tck</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
<packaging>jar</packaging>

<parent>
Expand Down

0 comments on commit 7fbd117

Please sign in to comment.