Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.0.0.Alpha6
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 10, 2023
1 parent 9f768c6 commit 23f0b9e
Show file tree
Hide file tree
Showing 30 changed files with 34 additions and 30 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.artemis</groupId>
<artifactId>quarkus-artemis-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.0.0.Alpha6</version>
</parent>

<artifactId>quarkus-artemis-bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.artemis</groupId>
<artifactId>quarkus-artemis-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.0.0.Alpha6</version>
</parent>

<artifactId>quarkus-artemis-build-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.artemis</groupId>
<artifactId>quarkus-artemis-core-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.0.0.Alpha6</version>
</parent>

<artifactId>quarkus-artemis-core-deployment</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.artemis</groupId>
<artifactId>quarkus-artemis-build-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.0.0.Alpha6</version>
<relativePath>../build-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.artemis</groupId>
<artifactId>quarkus-artemis-core-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.0.0.Alpha6</version>
</parent>

<artifactId>quarkus-artemis-core</artifactId>
Expand Down
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.artemis</groupId>
<artifactId>quarkus-artemis-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.0.0.Alpha6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/common-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.artemis</groupId>
<artifactId>quarkus-artemis-build-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.0.0.Alpha6</version>
<relativePath>../../build-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.artemis</groupId>
<artifactId>quarkus-integration-test-artemis-common-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.0.0.Alpha6</version>
<relativePath>../common-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/core/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.artemis</groupId>
<artifactId>quarkus-integration-test-artemis-common-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.0.0.Alpha6</version>
<relativePath>../../common-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/core/empty-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.artemis</groupId>
<artifactId>quarkus-integration-test-artemis-core-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.0.0.Alpha6</version>
</parent>

<artifactId>quarkus-integration-test-artemis-core-empty-config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.artemis</groupId>
<artifactId>quarkus-artemis-integration-tests-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.0.0.Alpha6</version>
</parent>

<artifactId>quarkus-integration-test-artemis-core-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/core/with-default-and-external/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>quarkus-integration-test-artemis-core-parent</artifactId>
<groupId>io.quarkiverse.artemis</groupId>
<version>999-SNAPSHOT</version>
<version>3.0.0.Alpha6</version>
</parent>

<artifactId>quarkus-integration-test-artemis-core-with-default-and-external</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/core/with-default-change-url/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.artemis</groupId>
<artifactId>quarkus-integration-test-artemis-core-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.0.0.Alpha6</version>
</parent>

<artifactId>quarkus-integration-test-artemis-core-with-default-change-url</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/core/with-default/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.artemis</groupId>
<artifactId>quarkus-integration-test-artemis-core-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.0.0.Alpha6</version>
</parent>

<artifactId>quarkus-integration-test-artemis-core-with-default</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/core/with-external/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>quarkus-integration-test-artemis-core-parent</artifactId>
<groupId>io.quarkiverse.artemis</groupId>
<version>999-SNAPSHOT</version>
<version>3.0.0.Alpha6</version>
</parent>

<artifactId>quarkus-integration-test-artemis-core-with-external</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/core/without-default/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.artemis</groupId>
<artifactId>quarkus-integration-test-artemis-core-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.0.0.Alpha6</version>
</parent>

<artifactId>quarkus-integration-test-artemis-core-without-default</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/jms/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.artemis</groupId>
<artifactId>quarkus-integration-test-artemis-common-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.0.0.Alpha6</version>
<relativePath>../../common-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/jms/empty-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.artemis</groupId>
<artifactId>quarkus-integration-test-artemis-jms-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.0.0.Alpha6</version>
</parent>

<artifactId>quarkus-integration-test-artemis-jms-empty-config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.artemis</groupId>
<artifactId>quarkus-artemis-integration-tests-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.0.0.Alpha6</version>
</parent>

<artifactId>quarkus-integration-test-artemis-jms-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/jms/with-default-and-external/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.artemis</groupId>
<artifactId>quarkus-integration-test-artemis-jms-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.0.0.Alpha6</version>
</parent>

<artifactId>quarkus-integration-test-artemis-jms-with-default-and-external</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/jms/with-default-change-url/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.artemis</groupId>
<artifactId>quarkus-integration-test-artemis-jms-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.0.0.Alpha6</version>
</parent>

<artifactId>quarkus-integration-test-artemis-jms-with-default-change-url</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/jms/with-default/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.artemis</groupId>
<artifactId>quarkus-integration-test-artemis-jms-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.0.0.Alpha6</version>
</parent>

<artifactId>quarkus-integration-test-artemis-jms-with-default</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/jms/with-external/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.artemis</groupId>
<artifactId>quarkus-integration-test-artemis-jms-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.0.0.Alpha6</version>
</parent>

<artifactId>quarkus-integration-test-artemis-jms-with-external</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/jms/without-default/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.artemis</groupId>
<artifactId>quarkus-integration-test-artemis-jms-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.0.0.Alpha6</version>
</parent>

<artifactId>quarkus-integration-test-artemis-jms-without-default</artifactId>
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.artemis</groupId>
<artifactId>quarkus-integration-test-artemis-common-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.0.0.Alpha6</version>
<relativePath>common-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jms/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.artemis</groupId>
<artifactId>quarkus-artemis-jms-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.0.0.Alpha6</version>
</parent>

<artifactId>quarkus-artemis-jms-deployment</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>quarkus-artemis-build-parent</artifactId>
<groupId>io.quarkiverse.artemis</groupId>
<version>999-SNAPSHOT</version>
<version>3.0.0.Alpha6</version>
<relativePath>../build-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jms/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.artemis</groupId>
<artifactId>quarkus-artemis-jms-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.0.0.Alpha6</version>
</parent>

<artifactId>quarkus-artemis-jms</artifactId>
Expand Down
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>io.quarkiverse.artemis</groupId>
<artifactId>quarkus-artemis-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.0.0.Alpha6</version>
<name>Quarkus - Artemis - Parent</name>

<packaging>pom</packaging>
Expand Down Expand Up @@ -71,4 +71,8 @@
</plugins>
</pluginManagement>
</build>

<scm>
<tag>3.0.0.Alpha6</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion test-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.artemis</groupId>
<artifactId>quarkus-artemis-build-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>3.0.0.Alpha6</version>
<relativePath>../build-parent/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 23f0b9e

Please sign in to comment.