Skip to content

Commit

Permalink
Increase minor version.
Browse files Browse the repository at this point in the history
  • Loading branch information
croesch committed Nov 19, 2018
1 parent 4acdd93 commit 9dc702c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion assertj-swing-jide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>

<artifactId>assertj-swing-jide</artifactId>
<version>3.8.1-SNAPSHOT</version>
<version>3.9.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>AssertJ-Swing - JIDE Extension</name>
<description>JIDE specific extensions for testing</description>
Expand Down
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.8.1-SNAPSHOT</version>
<version>3.9.0-SNAPSHOT</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.8.1-SNAPSHOT</version>
<version>3.9.0-SNAPSHOT</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.8.1-SNAPSHOT</version>
<version>3.9.0-SNAPSHOT</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.8.1-SNAPSHOT</version>
<version>3.9.0-SNAPSHOT</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.8.1-SNAPSHOT</version>
<version>3.9.0-SNAPSHOT</version>
</parent>

<artifactId>assertj-swing</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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.8.1-SNAPSHOT</version>
<version>3.9.0-SNAPSHOT</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

0 comments on commit 9dc702c

Please sign in to comment.