tck version changes to 3.1.2 (#1132)
diff --git a/jaxrs-tck-docs/tckbundle.sh b/jaxrs-tck-docs/tckbundle.sh
index 87f04a3..b05559b 100644
--- a/jaxrs-tck-docs/tckbundle.sh
+++ b/jaxrs-tck-docs/tckbundle.sh
@@ -23,7 +23,7 @@
export VERSION="$2"
if [ -z "$VERSION" ]; then
- export VERSION="3.1.1"
+ export VERSION="3.1.2"
fi
if [[ "$1" == "epl" || "$1" == "EPL" ]]; then
diff --git a/jaxrs-tck-docs/userguide/pom.xml b/jaxrs-tck-docs/userguide/pom.xml
index c6c0bdb..bed57ad 100644
--- a/jaxrs-tck-docs/userguide/pom.xml
+++ b/jaxrs-tck-docs/userguide/pom.xml
@@ -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>
diff --git a/jaxrs-tck/pom.xml b/jaxrs-tck/pom.xml
index c8b8e54..776cc46 100644
--- a/jaxrs-tck/pom.xml
+++ b/jaxrs-tck/pom.xml
@@ -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>
diff --git a/jersey-tck/pom.xml b/jersey-tck/pom.xml
index 587c545..5ab7e8b 100644
--- a/jersey-tck/pom.xml
+++ b/jersey-tck/pom.xml
@@ -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>