Skip to content

Commit 797f0d4

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 4c17d95 commit 797f0d4

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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>2.0.2.Final</version>
26+
<version>2.0.3.Final-SNAPSHOT</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>

parent-pom/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>dev.resteasy.tools</groupId>
1212
<artifactId>resteasy-parent</artifactId>
13-
<version>2.0.2.Final</version>
13+
<version>2.0.3.Final-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515

1616
<url>https://resteasy.dev</url>
@@ -19,7 +19,7 @@
1919
<connection>scm:git:git://github.com/resteasy/resteasy-dev-tools.git</connection>
2020
<developerConnection>scm:git:[email protected]:resteasy/resteasy-dev-tools.git</developerConnection>
2121
<url>https://github.com/resteasy/resteasy-dev-tools/tree/main/</url>
22-
<tag>2.0.2.Final</tag>
22+
<tag>HEAD</tag>
2323
</scm>
2424

2525
<developers>
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>dev.resteasy.tools</groupId>
8383
<artifactId>resteasy-checkstyle-config</artifactId>
84-
<version>2.0.2.Final</version>
84+
<version>2.0.3.Final-SNAPSHOT</version>
8585
</dependency>
8686
</dependencies>
8787
</plugin>
@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>dev.resteasy.tools</groupId>
102102
<artifactId>ide-config</artifactId>
103-
<version>2.0.2.Final</version>
103+
<version>2.0.3.Final-SNAPSHOT</version>
104104
</dependency>
105105
</dependencies>
106106
<configuration>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<groupId>dev.resteasy.tools</groupId>
1414
<artifactId>resteasy-dev-tools</artifactId>
1515
<name>RESTEasy: Development Tools</name>
16-
<version>2.0.2.Final</version>
16+
<version>2.0.3.Final-SNAPSHOT</version>
1717
<packaging>pom</packaging>
1818

1919
<url>https://resteasy.dev</url>
@@ -22,7 +22,7 @@
2222
<connection>scm:git:git://github.com/resteasy/resteasy-dev-tools.git</connection>
2323
<developerConnection>scm:git:[email protected]:resteasy/resteasy-dev-tools.git</developerConnection>
2424
<url>https://github.com/resteasy/resteasy-dev-tools/tree/main/</url>
25-
<tag>2.0.2.Final</tag>
25+
<tag>HEAD</tag>
2626
</scm>
2727

2828
<developers>

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>2.0.2.Final</version>
9+
<version>2.0.3.Final-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)