Skip to content

Commit 9087c55

Browse files
author
github-actions
committed
[maven-release-plugin] prepare for next development iteration
1 parent 2b77e23 commit 9087c55

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

integration-test/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<parent>
66
<groupId>com.github.tobiasstadler.apm</groupId>
77
<artifactId>apm-wildfly-deployment-plugin-parent</artifactId>
8-
<version>4.1</version>
8+
<version>4.2-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

1212
<groupId>com.github.tobiasstadler.apm</groupId>
1313
<artifactId>apm-wildfly-deployment-plugin-it</artifactId>
1414
<packaging>war</packaging>
15-
<version>4.1</version>
15+
<version>4.2-SNAPSHOT</version>
1616

1717
<dependencies>
1818
<dependency>

plugin/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<groupId>com.github.tobiasstadler.apm</groupId>
77
<artifactId>apm-wildfly-deployment-plugin-parent</artifactId>
8-
<version>4.1</version>
8+
<version>4.2-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

1212
<groupId>com.github.tobiasstadler.apm</groupId>
1313
<artifactId>apm-wildfly-deployment-plugin</artifactId>
14-
<version>4.1</version>
14+
<version>4.2-SNAPSHOT</version>
1515

1616
<dependencies>
1717
<dependency>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.github.tobiasstadler.apm</groupId>
66
<artifactId>apm-wildfly-deployment-plugin-parent</artifactId>
77
<packaging>pom</packaging>
8-
<version>4.1</version>
8+
<version>4.2-SNAPSHOT</version>
99

1010
<licenses>
1111
<license>
@@ -19,7 +19,7 @@
1919
<url>https://github.com/tobiasstadler/apm-wildfly-deployment-plugin</url>
2020
<connection>scm:git:https://github.com/tobiasstadler/apm-wildfly-deployment-plugin.git</connection>
2121
<developerConnection>scm:git:https://github.com/tobiasstadler/apm-wildfly-deployment-plugin.git</developerConnection>
22-
<tag>4.1</tag>
22+
<tag>HEAD</tag>
2323
</scm>
2424

2525
<properties>

0 commit comments

Comments
 (0)