Skip to content

Commit 00b1750

Browse files
committed
[maven-release-plugin] prepare release 3.1.0
1 parent 93293df commit 00b1750

File tree

30 files changed

+31
-31
lines changed

30 files changed

+31
-31
lines changed

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.artemis</groupId>
66
<artifactId>quarkus-artemis-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>3.1.0</version>
88
</parent>
99

1010
<artifactId>quarkus-artemis-bom</artifactId>

build-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.artemis</groupId>
66
<artifactId>quarkus-artemis-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>3.1.0</version>
88
</parent>
99

1010
<artifactId>quarkus-artemis-build-parent</artifactId>

core/deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.artemis</groupId>
66
<artifactId>quarkus-artemis-core-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>3.1.0</version>
88
</parent>
99

1010
<artifactId>quarkus-artemis-core-deployment</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.artemis</groupId>
66
<artifactId>quarkus-artemis-build-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>3.1.0</version>
88
<relativePath>../build-parent/pom.xml</relativePath>
99
</parent>
1010

core/runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.artemis</groupId>
66
<artifactId>quarkus-artemis-core-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>3.1.0</version>
88
</parent>
99

1010
<artifactId>quarkus-artemis-core</artifactId>

docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.artemis</groupId>
66
<artifactId>quarkus-artemis-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>3.1.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

integration-tests/common-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.artemis</groupId>
66
<artifactId>quarkus-artemis-build-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>3.1.0</version>
88
<relativePath>../../build-parent/pom.xml</relativePath>
99
</parent>
1010

integration-tests/common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.artemis</groupId>
66
<artifactId>quarkus-integration-test-artemis-common-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>3.1.0</version>
88
<relativePath>../common-parent/pom.xml</relativePath>
99
</parent>
1010

integration-tests/core/common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.artemis</groupId>
66
<artifactId>quarkus-integration-test-artemis-common-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>3.1.0</version>
88
<relativePath>../../common-parent/pom.xml</relativePath>
99
</parent>
1010

integration-tests/core/empty-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.artemis</groupId>
66
<artifactId>quarkus-integration-test-artemis-core-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>3.1.0</version>
88
</parent>
99

1010
<artifactId>quarkus-integration-test-artemis-core-empty-config</artifactId>

0 commit comments

Comments
 (0)