Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.14.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
quarkiverse-ci[bot] committed Oct 19, 2024
1 parent 19e5566 commit f737915
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 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.primefaces</groupId>
<artifactId>quarkus-primefaces-ecosystem</artifactId>
<version>999-SNAPSHOT</version>
<version>3.14.6.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>quarkus-primefaces-docs</artifactId>
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.primefaces</groupId>
<artifactId>quarkus-primefaces-ecosystem</artifactId>
<version>999-SNAPSHOT</version>
<version>3.14.6.2</version>
<packaging>pom</packaging>
<name>Quarkus PrimeFaces Ecosystem</name>
<description>PrimeFaces - lets you utilize PrimeFaces and PF Extensions to make JavaServer Faces (JSF) development so much easier!</description>
Expand All @@ -20,7 +20,7 @@
<connection>scm:git:git@github.com:quarkiverse/quarkus-primefaces.git</connection>
<developerConnection>scm:git:git@github.com:quarkiverse/quarkus-primefaces.git</developerConnection>
<url>https://github.com/quarkiverse/quarkus-primefaces</url>
<tag>HEAD</tag>
<tag>3.14.6.2</tag>
</scm>
<properties>
<quarkus.version>3.15.1</quarkus.version>
Expand Down
2 changes: 1 addition & 1 deletion quarkus-primefaces-extensions/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.primefaces</groupId>
<artifactId>quarkus-primefaces-extensions-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.14.6.2</version>
</parent>
<artifactId>quarkus-primefaces-extensions-deployment</artifactId>
<name>Quarkus PrimeFaces Extensions - Deployment</name>
Expand Down
2 changes: 1 addition & 1 deletion quarkus-primefaces-extensions/integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.primefaces</groupId>
<artifactId>quarkus-primefaces-extensions-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.14.6.2</version>
</parent>
<artifactId>quarkus-primefaces-extensions-integration-tests</artifactId>
<name>Quarkus PrimeFaces Extensions - Integration Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion quarkus-primefaces-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.primefaces</groupId>
<artifactId>quarkus-primefaces-ecosystem</artifactId>
<version>999-SNAPSHOT</version>
<version>3.14.6.2</version>
</parent>
<artifactId>quarkus-primefaces-extensions-parent</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion quarkus-primefaces-extensions/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.primefaces</groupId>
<artifactId>quarkus-primefaces-extensions-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.14.6.2</version>
</parent>
<artifactId>quarkus-primefaces-extensions</artifactId>
<name>Quarkus PrimeFaces Extensions - Runtime</name>
Expand Down
2 changes: 1 addition & 1 deletion quarkus-primefaces/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.primefaces</groupId>
<artifactId>quarkus-primefaces-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.14.6.2</version>
</parent>
<artifactId>quarkus-primefaces-deployment</artifactId>
<name>Quarkus PrimeFaces - Deployment</name>
Expand Down
2 changes: 1 addition & 1 deletion quarkus-primefaces/integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.primefaces</groupId>
<artifactId>quarkus-primefaces-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.14.6.2</version>
</parent>
<artifactId>quarkus-primefaces-integration-tests</artifactId>
<name>Quarkus PrimeFaces - Integration Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion quarkus-primefaces/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.primefaces</groupId>
<artifactId>quarkus-primefaces-ecosystem</artifactId>
<version>999-SNAPSHOT</version>
<version>3.14.6.2</version>
</parent>
<groupId>io.quarkiverse.primefaces</groupId>
<artifactId>quarkus-primefaces-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion quarkus-primefaces/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.primefaces</groupId>
<artifactId>quarkus-primefaces-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.14.6.2</version>
</parent>
<artifactId>quarkus-primefaces</artifactId>
<name>Quarkus PrimeFaces - Runtime</name>
Expand Down

0 comments on commit f737915

Please sign in to comment.