diff --git a/caching/pom.xml b/caching/pom.xml index 1e20f957ac761e9455855e786e66b2c976723715..2ca32f174b63c3087808517091bd42b0d2be99cd 100644 --- a/caching/pom.xml +++ b/caching/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-commons</artifactId> - <version>1.1.7-SNAPSHOT</version> + <version>1.1.7</version> <relativePath>../pom.xml</relativePath> </parent> <properties> diff --git a/core/pom.xml b/core/pom.xml index 79dacb4837ff6ac7078ea8fbe75c1d805a455bd2..62182483e53ec2fba37ad04cdf1354645100dfd0 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-commons</artifactId> - <version>1.1.7-SNAPSHOT</version> + <version>1.1.7</version> <relativePath>../pom.xml</relativePath> </parent> <properties> diff --git a/efservices/pom.xml b/efservices/pom.xml index cf52ec5cd50faa1df8d08007dd135cd46bc3aaad..043172dc2c1b8e8edfecbd7ddb3e5ad9bfa19866 100644 --- a/efservices/pom.xml +++ b/efservices/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-commons</artifactId> - <version>1.1.7-SNAPSHOT</version> + <version>1.1.7</version> <relativePath>../pom.xml</relativePath> </parent> <properties> diff --git a/http/pom.xml b/http/pom.xml index 556c2fe9b8321a7648e4179cb25fe20049c0dc25..19a57a5126d9855040ac4a278745f9301f84a07f 100644 --- a/http/pom.xml +++ b/http/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-commons</artifactId> - <version>1.1.7-SNAPSHOT</version> + <version>1.1.7</version> <relativePath>../pom.xml</relativePath> </parent> <properties> diff --git a/persistence/deployment/pom.xml b/persistence/deployment/pom.xml index 01224a9e8349f0d43baf252e45f70cd09393b8c2..d6bc931766a56d591723afbe3929a3a269c74511 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.1.7-SNAPSHOT</version> + <version>1.1.7</version> </parent> <artifactId>quarkus-persistence-deployment</artifactId> <name>Persistence - Deployment</name> diff --git a/persistence/pom.xml b/persistence/pom.xml index a980a75802c2e44dda3d2d94500854af9db5d00a..518f9ed570c6a5c71e31e87085bfffb4c8e5755d 100644 --- a/persistence/pom.xml +++ b/persistence/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-commons</artifactId> - <version>1.1.7-SNAPSHOT</version> + <version>1.1.7</version> <relativePath>../pom.xml</relativePath> </parent> <modules> diff --git a/persistence/runtime/pom.xml b/persistence/runtime/pom.xml index 0f1bb999dda2c2b6430362a0b2b0acdef28f8abb..35ac6c2c5d50ad0b249036566afe695f07beb458 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.1.7-SNAPSHOT</version> + <version>1.1.7</version> </parent> <artifactId>quarkus-persistence</artifactId> <name>Persistence - Runtime</name> diff --git a/pom.xml b/pom.xml index 3813bdee57a3539132f233be64dba0502f7c91b5..5879ec293d09775f7d41b16f8eaa4d89b99ae474 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.1.7-SNAPSHOT</version> + <version>1.1.7</version> <packaging>pom</packaging> <properties> <compiler-plugin.version>3.11.0</compiler-plugin.version> diff --git a/testing/pom.xml b/testing/pom.xml index f9107b946e22c0ee0e5e51a4dd1a3b3abb247111..2301bb45ea48585833ec513033a982fd20fc85d3 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-commons</artifactId> - <version>1.1.7-SNAPSHOT</version> + <version>1.1.7</version> <relativePath>../pom.xml</relativePath> </parent> <properties> diff --git a/utils/pom.xml b/utils/pom.xml index 62ff54160bc4d31abe89747c8bf865af7c87ba16..f34f784a537293f9c440cabb1b67a55de7160f1c 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-commons</artifactId> - <version>1.1.7-SNAPSHOT</version> + <version>1.1.7</version> <relativePath>../pom.xml</relativePath> </parent> <dependencies>