diff --git a/caching/pom.xml b/caching/pom.xml index ab866a0cba25b6fe042d7ebdfe4f70af67869d69..48dc616a3f90a7bd060b1ba2c8f46ab3eca7c8a9 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.0-SNAPSHOT</version> + <version>1.2.0</version> <relativePath>../pom.xml</relativePath> </parent> <dependencies> diff --git a/core/pom.xml b/core/pom.xml index 0a00ba0c6c314a369841babf754267d26a1593c4..c2ed2e5c154a6c7bb178e5bd08862c91373168f2 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.0-SNAPSHOT</version> + <version>1.2.0</version> <relativePath>../pom.xml</relativePath> </parent> <properties> diff --git a/efservices/pom.xml b/efservices/pom.xml index 99e13774267b0bfa7bdf6faa285444dc6084c428..bfb99cb564f4ab9bb7de7f596a946c5ab19d4317 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.0-SNAPSHOT</version> + <version>1.2.0</version> <relativePath>../pom.xml</relativePath> </parent> <properties> diff --git a/http/pom.xml b/http/pom.xml index 0b7a398c8a365835175792e1307e9172af82c424..716fce3eb027c678c980d0c119661d2dca7ff06f 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.0-SNAPSHOT</version> + <version>1.2.0</version> <relativePath>../pom.xml</relativePath> </parent> <properties> diff --git a/persistence/deployment/pom.xml b/persistence/deployment/pom.xml index 22798dc7442581529477355622e8da84bef793bf..3c64029bbcf485b5aa44bad29f46105847182852 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.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>quarkus-persistence-deployment</artifactId> <name>Persistence - Deployment</name> diff --git a/persistence/pom.xml b/persistence/pom.xml index 41616f31213ee92eb95c0b289fc1fa76627c9448..e82add02aa39fbefb54e898b2b8f9bccc6c3c16b 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.0-SNAPSHOT</version> + <version>1.2.0</version> <relativePath>../pom.xml</relativePath> </parent> <modules> diff --git a/persistence/runtime/pom.xml b/persistence/runtime/pom.xml index d4e5d02ce295b539dbe989aeba22cd181c0dd1b5..5cb85cfaa6b704a3f9f18923851eecca53cbf0c4 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.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>quarkus-persistence</artifactId> <name>Persistence - Runtime</name> diff --git a/pom.xml b/pom.xml index 2010263841561bf5b828c576b5b3be4586ab8e03..2084ed20e6392b27b6b7f325706050ff5afeaa53 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.0-SNAPSHOT</version> + <version>1.2.0</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 0992f38903a0e2afdd4bd7861ba9c92fd468b583..242b225f105a08795b933d5c097d96db8d01e2c3 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.0-SNAPSHOT</version> + <version>1.2.0</version> <relativePath>../pom.xml</relativePath> </parent> <properties> diff --git a/utils/pom.xml b/utils/pom.xml index f17feb0bd38607aebd405588784902f9c1d86896..4618520771ac039a97018ffe77111a1338cb9ee3 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.0-SNAPSHOT</version> + <version>1.2.0</version> <relativePath>../pom.xml</relativePath> </parent> <dependencies>