Skip to content

Commit bbd7a6c

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 4b64dc4 commit bbd7a6c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

artemis-console-distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.activemq</groupId>
2323
<artifactId>artemis-console-project</artifactId>
24-
<version>1.2.1</version>
24+
<version>1.3.0-SNAPSHOT</version>
2525
</parent>
2626

2727
<groupId>org.apache.activemq</groupId>

artemis-console-extension/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.activemq</groupId>
2323
<artifactId>artemis-console-project</artifactId>
24-
<version>1.2.1</version>
24+
<version>1.3.0-SNAPSHOT</version>
2525
</parent>
2626

2727
<groupId>org.apache.activemq</groupId>

artemis-console-war/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.activemq</groupId>
2323
<artifactId>artemis-console-project</artifactId>
24-
<version>1.2.1</version>
24+
<version>1.3.0-SNAPSHOT</version>
2525
</parent>
2626

2727
<groupId>org.apache.activemq</groupId>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<groupId>org.apache.activemq</groupId>
2929
<artifactId>artemis-console-project</artifactId>
3030
<packaging>pom</packaging>
31-
<version>1.2.1</version>
31+
<version>1.3.0-SNAPSHOT</version>
3232

3333

3434
<modules>
@@ -52,14 +52,14 @@
5252
<node-version>v22.11.0</node-version>
5353
<yarn-version>v1.22.22</yarn-version>
5454
<frontend-maven-plugin-version>1.15.1</frontend-maven-plugin-version>
55-
<project.build.outputTimestamp>2025-06-25T05:16:02Z</project.build.outputTimestamp>
55+
<project.build.outputTimestamp>2025-06-25T05:17:39Z</project.build.outputTimestamp>
5656
</properties>
5757

5858
<scm>
5959
<connection>scm:git:https://gitbox.apache.org/repos/asf/activemq-artemis-console.git</connection>
6060
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/activemq-artemis-console.git</developerConnection>
6161
<url>https://github.com/apache/activemq-artemis-console</url>
62-
<tag>1.2.1</tag>
62+
<tag>HEAD</tag>
6363
</scm>
6464

6565
<issueManagement>

0 commit comments

Comments
 (0)