Prepare release jakarta.ws.rs:jakarta.ws.rs-api:4.0.0-M2
diff --git a/examples/pom.xml b/examples/pom.xml index 1939e03..8707094 100644 --- a/examples/pom.xml +++ b/examples/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>jakarta.ws.rs</groupId> <artifactId>all</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-M2</version> </parent> <properties>
diff --git a/jaxrs-api/pom.xml b/jaxrs-api/pom.xml index 55749c1..1d85d91 100644 --- a/jaxrs-api/pom.xml +++ b/jaxrs-api/pom.xml
@@ -28,7 +28,7 @@ <parent> <groupId>jakarta.ws.rs</groupId> <artifactId>all</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-M2</version> </parent> <build>
diff --git a/jaxrs-spec/pom.xml b/jaxrs-spec/pom.xml index f90ed3f..17a192b 100644 --- a/jaxrs-spec/pom.xml +++ b/jaxrs-spec/pom.xml
@@ -27,7 +27,7 @@ <parent> <groupId>jakarta.ws.rs</groupId> <artifactId>all</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-M2</version> </parent> <properties>
diff --git a/jaxrs-tck/pom.xml b/jaxrs-tck/pom.xml index f87f056..07531a2 100644 --- a/jaxrs-tck/pom.xml +++ b/jaxrs-tck/pom.xml
@@ -26,12 +26,12 @@ <name>Jakarta RESTful WS TCK</name> <description>Technology Compatibility Kit for Jakarta RESTful Web Services</description> <url>https://github.com/jakartaee/rest</url> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-M2</version> <parent> <groupId>jakarta.ws.rs</groupId> <artifactId>all</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-M2</version> </parent> <properties>
diff --git a/jersey-tck/pom.xml b/jersey-tck/pom.xml index ef76456..090e563 100644 --- a/jersey-tck/pom.xml +++ b/jersey-tck/pom.xml
@@ -22,13 +22,13 @@ <groupId>org.glassfish.jersey.core</groupId> <artifactId>jersey-tck</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-M2</version> <packaging>jar</packaging> <parent> <groupId>jakarta.ws.rs</groupId> <artifactId>all</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-M2</version> </parent> <name>Jakarta RESTful WS Compliance</name>
diff --git a/pom.xml b/pom.xml index 89297d4..502e4dd 100644 --- a/pom.xml +++ b/pom.xml
@@ -17,7 +17,7 @@ <groupId>jakarta.ws.rs</groupId> <artifactId>all</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0-M2</version> <packaging>pom</packaging> <name>Jakarta RESTful WS Project</name>