Skip to content

Commit 322d95e

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent 89577dd commit 322d95e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

assertj-swing-junit/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.assertj</groupId>
88
<artifactId>assertj-swing-parent-pom</artifactId>
9-
<version>3.17.1</version>
9+
<version>3.17.2-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>assertj-swing-junit</artifactId>
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>org.assertj</groupId>
3737
<artifactId>assertj-swing</artifactId>
38-
<version>3.17.1</version>
38+
<version>3.17.2-SNAPSHOT</version>
3939
<scope>compile</scope>
4040
</dependency>
4141
<dependency>

assertj-swing-testng/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.assertj</groupId>
88
<artifactId>assertj-swing-parent-pom</artifactId>
9-
<version>3.17.1</version>
9+
<version>3.17.2-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>assertj-swing-testng</artifactId>
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>org.assertj</groupId>
7070
<artifactId>assertj-swing</artifactId>
71-
<version>3.17.1</version>
71+
<version>3.17.2-SNAPSHOT</version>
7272
<scope>compile</scope>
7373
</dependency>
7474
<dependency>

assertj-swing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.assertj</groupId>
77
<artifactId>assertj-swing-parent-pom</artifactId>
8-
<version>3.17.1</version>
8+
<version>3.17.2-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>assertj-swing</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>assertj-swing-parent-pom</artifactId>
12-
<version>3.17.1</version>
12+
<version>3.17.2-SNAPSHOT</version>
1313
<packaging>pom</packaging>
1414
<name>AssertJ Swing: Fluent assertions for java unit testing</name>
1515
<description>Parent POM for all AssertJ-Swing modules</description>
@@ -46,7 +46,7 @@
4646
<developerConnection>scm:git:[email protected]:assertj/assertj-swing.git</developerConnection>
4747
<connection>git://github.com/assertj/assertj-swing.git</connection>
4848
<url>https://github.com/assertj/assertj-swing</url>
49-
<tag>assertj-swing-parent-pom-3.17.1</tag>
49+
<tag>HEAD</tag>
5050
</scm>
5151
<issueManagement>
5252
<system>github</system>

0 commit comments

Comments
 (0)