Skip to content

Commit

Permalink
Release version 0.55.3
Browse files Browse the repository at this point in the history
  • Loading branch information
karsaig committed May 12, 2020
1 parent 3bd7300 commit 536f406
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions approvalcrest-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>approvalcrest-parent</artifactId>
<groupId>com.github.karsaig</groupId>
<version>0.55.3-SNAPSHOT</version>
<version>0.55.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>com.github.karsaig</groupId>
<artifactId>testing-common</artifactId>
<version>0.55.3-SNAPSHOT</version>
<version>0.55.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions approvalcrest-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>approvalcrest-parent</artifactId>
<groupId>com.github.karsaig</groupId>
<version>0.55.3-SNAPSHOT</version>
<version>0.55.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.github.karsaig</groupId>
<artifactId>approvalcrest</artifactId>
<version>0.55.3-SNAPSHOT</version>
<version>0.55.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -41,7 +41,7 @@
<dependency>
<groupId>com.github.karsaig</groupId>
<artifactId>testing-common</artifactId>
<version>0.55.3-SNAPSHOT</version>
<version>0.55.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions approvalcrest-junit-jupiter-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>approvalcrest-parent</artifactId>
<groupId>com.github.karsaig</groupId>
<version>0.55.3-SNAPSHOT</version>
<version>0.55.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>com.github.karsaig</groupId>
<artifactId>approvalcrest-junit-jupiter</artifactId>
<version>0.55.3-SNAPSHOT</version>
<version>0.55.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -40,7 +40,7 @@
<dependency>
<groupId>com.github.karsaig</groupId>
<artifactId>testing-common</artifactId>
<version>0.55.3-SNAPSHOT</version>
<version>0.55.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions approvalcrest-junit-jupiter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>approvalcrest-parent</artifactId>
<groupId>com.github.karsaig</groupId>
<version>0.55.3-SNAPSHOT</version>
<version>0.55.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>com.github.karsaig</groupId>
<artifactId>approvalcrest-core</artifactId>
<version>0.55.3-SNAPSHOT</version>
<version>0.55.3</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
Expand Down Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>com.github.karsaig</groupId>
<artifactId>testing-common</artifactId>
<version>0.55.3-SNAPSHOT</version>
<version>0.55.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions approvalcrest-junit-vintage-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>approvalcrest-parent</artifactId>
<groupId>com.github.karsaig</groupId>
<version>0.55.3-SNAPSHOT</version>
<version>0.55.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>com.github.karsaig</groupId>
<artifactId>approvalcrest</artifactId>
<version>0.55.3-SNAPSHOT</version>
<version>0.55.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>com.github.karsaig</groupId>
<artifactId>testing-common</artifactId>
<version>0.55.3-SNAPSHOT</version>
<version>0.55.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions approvalcrest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>approvalcrest-parent</artifactId>
<groupId>com.github.karsaig</groupId>
<version>0.55.3-SNAPSHOT</version>
<version>0.55.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>com.github.karsaig</groupId>
<artifactId>approvalcrest-core</artifactId>
<version>0.55.3-SNAPSHOT</version>
<version>0.55.3</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
Expand Down Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>com.github.karsaig</groupId>
<artifactId>testing-common</artifactId>
<version>0.55.3-SNAPSHOT</version>
<version>0.55.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion for-release-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.karsaig</groupId>
<artifactId>approvalcrest-parent</artifactId>
<version>0.55.2</version>
<version>0.55.3</version>
<modules>
<module>approvalcrest</module>
<module>approvalcrest-junit-jupiter</module>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.karsaig</groupId>
<artifactId>approvalcrest-parent</artifactId>
<version>0.55.3-SNAPSHOT</version>
<version>0.55.3</version>
<modules>
<module>testing-common</module>
<module>approvalcrest-core</module>
Expand Down
2 changes: 1 addition & 1 deletion testing-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>approvalcrest-parent</artifactId>
<groupId>com.github.karsaig</groupId>
<version>0.55.3-SNAPSHOT</version>
<version>0.55.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 536f406

Please sign in to comment.