Prepare next development cycle for 4.0.1-SNAPSHOT
diff --git a/examples/pom.xml b/examples/pom.xml
index 510d353..5a890b9 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</version>
+ <version>4.0.1-SNAPSHOT</version>
</parent>
<properties>
diff --git a/jaxrs-api/pom.xml b/jaxrs-api/pom.xml
index bd100bd..922c8bd 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</version>
+ <version>4.0.1-SNAPSHOT</version>
</parent>
<properties>
diff --git a/jaxrs-spec/pom.xml b/jaxrs-spec/pom.xml
index 8c4faea..a729932 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</version>
+ <version>4.0.1-SNAPSHOT</version>
</parent>
<properties>
diff --git a/jaxrs-tck/pom.xml b/jaxrs-tck/pom.xml
index 6961b78..4c45c41 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</version>
+ <version>4.0.1-SNAPSHOT</version>
<parent>
<groupId>jakarta.ws.rs</groupId>
<artifactId>all</artifactId>
- <version>4.0.0</version>
+ <version>4.0.1-SNAPSHOT</version>
</parent>
<properties>
diff --git a/jersey-tck/pom.xml b/jersey-tck/pom.xml
index cd1bd1b..a955c8d 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</version>
+ <version>4.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<parent>
<groupId>jakarta.ws.rs</groupId>
<artifactId>all</artifactId>
- <version>4.0.0</version>
+ <version>4.0.1-SNAPSHOT</version>
</parent>
<name>Jakarta RESTful WS Compliance</name>
diff --git a/pom.xml b/pom.xml
index 94e19aa..568ebf5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
<groupId>jakarta.ws.rs</groupId>
<artifactId>all</artifactId>
- <version>4.0.0</version>
+ <version>4.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Jakarta RESTful WS Project</name>