Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
croesch committed Sep 13, 2020
1 parent 6634e26 commit 9fe0272
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions assertj-swing-junit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.assertj</groupId>
<artifactId>assertj-swing-parent-pom</artifactId>
<version>3.10.0-SNAPSHOT</version>
<version>3.17.0</version>
</parent>

<artifactId>assertj-swing-junit</artifactId>
Expand Down Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-swing</artifactId>
<version>3.10.0-SNAPSHOT</version>
<version>3.17.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions assertj-swing-testng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.assertj</groupId>
<artifactId>assertj-swing-parent-pom</artifactId>
<version>3.10.0-SNAPSHOT</version>
<version>3.17.0</version>
</parent>

<artifactId>assertj-swing-testng</artifactId>
Expand Down Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-swing</artifactId>
<version>3.10.0-SNAPSHOT</version>
<version>3.17.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion assertj-swing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.assertj</groupId>
<artifactId>assertj-swing-parent-pom</artifactId>
<version>3.10.0-SNAPSHOT</version>
<version>3.17.0</version>
</parent>

<artifactId>assertj-swing</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>assertj-swing-parent-pom</artifactId>
<version>3.10.0-SNAPSHOT</version>
<version>3.17.0</version>
<packaging>pom</packaging>
<name>AssertJ Swing: Fluent assertions for java unit testing</name>
<description>Parent POM for all AssertJ-Swing modules</description>
Expand Down Expand Up @@ -46,7 +46,7 @@
<developerConnection>scm:git:git@github.com:joel-costigliola/assertj-swing.git</developerConnection>
<connection>git://github.com/joel-costigliola/assertj-swing.git</connection>
<url>https://github.com/joel-costigliola/assertj-swing</url>
<tag>HEAD</tag>
<tag>3.17.0</tag>
</scm>
<issueManagement>
<system>github</system>
Expand Down

0 comments on commit 9fe0272

Please sign in to comment.