diff --git a/caching/pom.xml b/caching/pom.xml index b2fcb721e63f3e0919e34778e87093f8fd97eda0..edf17a87075fe6ccc4e199d3c1ce51646051b19c 100644 --- a/caching/pom.xml +++ b/caching/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-commons</artifactId> - <version>1.2.1</version> + <version>1.2.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <dependencies> diff --git a/core/pom.xml b/core/pom.xml index b7ad0a444eb18360844d0efa2d3115c852794324..f3b7f76638d71cd5bfae4647b68043a9781b35e2 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-commons</artifactId> - <version>1.2.1</version> + <version>1.2.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <properties> diff --git a/efservices/pom.xml b/efservices/pom.xml index de01ec87ea50938ff7542de927111cdb6b8e14e1..953c13d898dd686bfc6e581b7376719d535859f6 100644 --- a/efservices/pom.xml +++ b/efservices/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-commons</artifactId> - <version>1.2.1</version> + <version>1.2.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <properties> diff --git a/http/pom.xml b/http/pom.xml index 0e8aa1020231d860eee3cbca52a9fdc5546c6a79..c02ab44494847f14b35d0cfc01d58a403864923e 100644 --- a/http/pom.xml +++ b/http/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-commons</artifactId> - <version>1.2.1</version> + <version>1.2.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <properties> diff --git a/persistence/deployment/pom.xml b/persistence/deployment/pom.xml index 164ad2ca721e2a3ac0038421df1e1d79cb8c8625..a889c15a31a7854535b172634d6a28a18276aeee 100644 --- a/persistence/deployment/pom.xml +++ b/persistence/deployment/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-persistence-parent</artifactId> - <version>1.2.1</version> + <version>1.2.2-SNAPSHOT</version> </parent> <artifactId>quarkus-persistence-deployment</artifactId> <name>Persistence - Deployment</name> diff --git a/persistence/pom.xml b/persistence/pom.xml index 48d65d77ef4264d864327ae4bb14b078626eeb43..ae6cdf1cb3ad6adb697967d4f0b0e81184414c6c 100644 --- a/persistence/pom.xml +++ b/persistence/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-commons</artifactId> - <version>1.2.1</version> + <version>1.2.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modules> diff --git a/persistence/runtime/pom.xml b/persistence/runtime/pom.xml index 47ebc02f24fdead8f3c6e91d2a427135f9d68033..e408be71e2c3a2ae81603828c2a5845ed63b9243 100644 --- a/persistence/runtime/pom.xml +++ b/persistence/runtime/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-persistence-parent</artifactId> - <version>1.2.1</version> + <version>1.2.2-SNAPSHOT</version> </parent> <artifactId>quarkus-persistence</artifactId> <name>Persistence - Runtime</name> diff --git a/pom.xml b/pom.xml index 2fd0fe6ce9029e9a464d671c2cd75d114e1180d4..83ca9a64b00755f5cbc6184c4f16ab8361e20c04 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-commons</artifactId> <name>Java SDK Commons</name> - <version>1.2.1</version> + <version>1.2.2-SNAPSHOT</version> <packaging>pom</packaging> <properties> <compiler-plugin.version>3.13.0</compiler-plugin.version> diff --git a/testing/pom.xml b/testing/pom.xml index c1ebdc451ae9b51dd58dab00d86e5eed7486530a..384d56f1341dcd95a11d4db2b2e5eb2f8a627d24 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-commons</artifactId> - <version>1.2.1</version> + <version>1.2.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <properties> diff --git a/utils/pom.xml b/utils/pom.xml index c943858599fba76ef0f8fc9a37e5ad152790c26d..19c10210ce94530beeeb0c4beec142bd6f980c51 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-commons</artifactId> - <version>1.2.1</version> + <version>1.2.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <dependencies>