Skip to content

Commit 8d912e8

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent d41ae4a commit 8d912e8

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

ide-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>dev.resteasy.tools</groupId>
2525
<artifactId>resteasy-dev-tools</artifactId>
26-
<version>4</version>
26+
<version>5-SNAPSHOT</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>dev.resteasy.tools</groupId>
1414
<artifactId>resteasy-dev-tools</artifactId>
15-
<version>4</version>
15+
<version>5-SNAPSHOT</version>
1616
<packaging>pom</packaging>
1717
<name>RESTEasy: Development Tools</name>
1818
<description>A set of configurations for various Maven plugins.</description>
@@ -50,7 +50,7 @@
5050
<connection>scm:git:git://github.com/resteasy/resteasy-dev-tools.git</connection>
5151
<developerConnection>scm:git:git@github.com:resteasy/resteasy-dev-tools.git</developerConnection>
5252
<url>https://github.com/resteasy/resteasy-dev-tools/tree/main/</url>
53-
<tag>v4</tag>
53+
<tag>HEAD</tag>
5454
</scm>
5555

5656
<issueManagement>

resteasy-checkstyle-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>dev.resteasy.tools</groupId>
88
<artifactId>resteasy-dev-tools</artifactId>
9-
<version>4</version>
9+
<version>5-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)