Skip to content

Commit

Permalink
Release 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Build Server committed Oct 31, 2022
1 parent 5c0e879 commit 4291df8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gs-test-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.avanza.gs</groupId>
<artifactId>gs-test-parent</artifactId>
<version>2.1.6-SNAPSHOT</version>
<version>2.1.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion gs-test-junit4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.avanza.gs</groupId>
<artifactId>gs-test-parent</artifactId>
<version>2.1.6-SNAPSHOT</version>
<version>2.1.6</version>
</parent>

<artifactId>gs-test-junit4</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gs-test-junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.avanza.gs</groupId>
<artifactId>gs-test-parent</artifactId>
<version>2.1.6-SNAPSHOT</version>
<version>2.1.6</version>
</parent>

<artifactId>gs-test-junit5</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gs-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.avanza.gs</groupId>
<artifactId>gs-test-parent</artifactId>
<version>2.1.6-SNAPSHOT</version>
<version>2.1.6</version>
</parent>

<artifactId>gs-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.avanza.gs</groupId>
<artifactId>gs-test-parent</artifactId>
<packaging>pom</packaging>
<version>2.1.6-SNAPSHOT</version>
<version>2.1.6</version>
<modules>
<module>gs-test-core</module>
<module>gs-test</module>
Expand Down

0 comments on commit 4291df8

Please sign in to comment.