Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
quarkiverse-ci[bot] committed Nov 21, 2024
1 parent c82c452 commit 239bec2
Show file tree
Hide file tree
Showing 30 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.groovy</groupId>
<artifactId>quarkus-groovy-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.16.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/gradle-resteasy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.groovy</groupId>
<artifactId>quarkus-groovy-examples-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.16.2</version>
</parent>
<artifactId>quarkus-groovy-examples-gradle-resteasy</artifactId>
<name>Quarkus Groovy - Examples - Resteasy with Gradle as build tool</name>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.groovy</groupId>
<artifactId>quarkus-groovy-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.16.2</version>
</parent>
<artifactId>quarkus-groovy-examples-parent</artifactId>
<name>Quarkus Groovy - Examples - Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion examples/reactive-routes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.groovy</groupId>
<artifactId>quarkus-groovy-examples-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.16.2</version>
</parent>
<artifactId>quarkus-groovy-examples-reactive-routes</artifactId>
<name>Quarkus Groovy - Examples - Reactive Routes</name>
Expand Down
2 changes: 1 addition & 1 deletion examples/resteasy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.groovy</groupId>
<artifactId>quarkus-groovy-examples-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.16.2</version>
</parent>
<artifactId>quarkus-groovy-examples-resteasy</artifactId>
<name>Quarkus Groovy - Examples - Resteasy with Maven as build tool</name>
Expand Down
2 changes: 1 addition & 1 deletion examples/spring-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.groovy</groupId>
<artifactId>quarkus-groovy-examples-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.16.2</version>
</parent>
<artifactId>quarkus-groovy-examples-spring-web</artifactId>
<name>Quarkus Groovy - Examples - Spring Web</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/core/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.groovy</groupId>
<artifactId>quarkus-groovy-core-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.16.2</version>
</parent>
<artifactId>quarkus-groovy-deployment</artifactId>
<name>Quarkus Groovy - Core - Deployment</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.groovy</groupId>
<artifactId>quarkus-groovy-extensions-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.16.2</version>
</parent>
<artifactId>quarkus-groovy-core-parent</artifactId>
<name>Quarkus Groovy - Core - Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/core/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.groovy</groupId>
<artifactId>quarkus-groovy-core-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.16.2</version>
</parent>
<artifactId>quarkus-groovy</artifactId>
<name>Quarkus Groovy - Core - Runtime</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/hibernate-orm-panache/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.groovy</groupId>
<artifactId>quarkus-groovy-hibernate-orm-panache-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.16.2</version>
</parent>
<artifactId>quarkus-groovy-hibernate-orm-panache-deployment</artifactId>
<name>Quarkus Groovy - Hibernate ORM with Panache - Deployment</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/hibernate-orm-panache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.quarkiverse.groovy</groupId>
<artifactId>quarkus-groovy-extensions-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.16.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion extensions/hibernate-orm-panache/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.groovy</groupId>
<artifactId>quarkus-groovy-hibernate-orm-panache-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.16.2</version>
</parent>
<artifactId>quarkus-groovy-hibernate-orm-panache</artifactId>
<name>Quarkus Groovy - Hibernate ORM with Panache - Runtime</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/hibernate-reactive-panache/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.groovy</groupId>
<artifactId>quarkus-groovy-hibernate-reactive-panache-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.16.2</version>
</parent>
<artifactId>quarkus-groovy-hibernate-reactive-panache-deployment</artifactId>
<name>Quarkus Groovy - Hibernate Reactive with Panache - Deployment</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/hibernate-reactive-panache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.quarkiverse.groovy</groupId>
<artifactId>quarkus-groovy-extensions-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.16.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion extensions/hibernate-reactive-panache/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.groovy</groupId>
<artifactId>quarkus-groovy-hibernate-reactive-panache-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.16.2</version>
</parent>
<artifactId>quarkus-groovy-hibernate-reactive-panache</artifactId>
<name>Quarkus Groovy - Hibernate Reactive with Panache - Runtime</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/jaxb/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.groovy</groupId>
<artifactId>quarkus-groovy-jaxb-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.16.2</version>
</parent>
<artifactId>quarkus-groovy-jaxb-deployment</artifactId>
<name>Quarkus Groovy - JAXB - Deployment</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/jaxb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.groovy</groupId>
<artifactId>quarkus-groovy-extensions-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.16.2</version>
</parent>
<artifactId>quarkus-groovy-jaxb-parent</artifactId>
<name>Quarkus Groovy - JAXB - Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/jaxb/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.groovy</groupId>
<artifactId>quarkus-groovy-jaxb-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.16.2</version>
</parent>
<artifactId>quarkus-groovy-jaxb</artifactId>
<name>Quarkus Groovy - JAXB - Runtime</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/junit5/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.groovy</groupId>
<artifactId>quarkus-groovy-junit5-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.16.2</version>
</parent>
<artifactId>quarkus-groovy-junit5-deployment</artifactId>
<name>Quarkus Groovy - JUnit 5 - Deployment</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.groovy</groupId>
<artifactId>quarkus-groovy-extensions-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.16.2</version>
</parent>
<artifactId>quarkus-groovy-junit5-parent</artifactId>
<name>Quarkus Groovy - JUnit 5 - Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/junit5/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.groovy</groupId>
<artifactId>quarkus-groovy-junit5-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.16.2</version>
</parent>
<artifactId>quarkus-groovy-junit5</artifactId>
<name>Quarkus Groovy - JUnit 5 - Runtime</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.groovy</groupId>
<artifactId>quarkus-groovy-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.16.2</version>
</parent>
<artifactId>quarkus-groovy-extensions-parent</artifactId>
<name>Quarkus Groovy - Extensions - Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.groovy</groupId>
<artifactId>quarkus-groovy-integration-tests</artifactId>
<version>999-SNAPSHOT</version>
<version>3.16.2</version>
</parent>

<artifactId>quarkus-groovy-integration-tests-basic</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/hibernate-orm-panache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.quarkiverse.groovy</groupId>
<artifactId>quarkus-groovy-integration-tests</artifactId>
<version>999-SNAPSHOT</version>
<version>3.16.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/hibernate-reactive-panache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.quarkiverse.groovy</groupId>
<artifactId>quarkus-groovy-integration-tests</artifactId>
<version>999-SNAPSHOT</version>
<version>3.16.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.groovy</groupId>
<artifactId>quarkus-groovy-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.16.2</version>
</parent>
<artifactId>quarkus-groovy-integration-tests</artifactId>
<name>Quarkus Groovy - Integration Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.groovy</groupId>
<artifactId>quarkus-groovy-integration-tests</artifactId>
<version>999-SNAPSHOT</version>
<version>3.16.2</version>
</parent>

<artifactId>quarkus-groovy-integration-tests-rest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/resteasy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.groovy</groupId>
<artifactId>quarkus-groovy-integration-tests</artifactId>
<version>999-SNAPSHOT</version>
<version>3.16.2</version>
</parent>

<artifactId>quarkus-groovy-integration-tests-resteasy</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/shared-library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.quarkiverse.groovy</groupId>
<artifactId>quarkus-groovy-integration-tests</artifactId>
<version>999-SNAPSHOT</version>
<version>3.16.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>io.quarkiverse.groovy</groupId>
<artifactId>quarkus-groovy-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.16.2</version>
<packaging>pom</packaging>
<name>Quarkus Groovy - Parent</name>
<modules>
Expand All @@ -18,7 +18,7 @@
<connection>scm:git:git@github.com:quarkiverse/quarkus-groovy.git</connection>
<developerConnection>scm:git:git@github.com:quarkiverse/quarkus-groovy.git</developerConnection>
<url>https://github.com/quarkiverse/quarkus-groovy</url>
<tag>HEAD</tag>
<tag>3.16.2</tag>
</scm>
<properties>
<compiler-plugin.version>3.11.0</compiler-plugin.version>
Expand Down

0 comments on commit 239bec2

Please sign in to comment.