Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zskamljic committed Feb 7, 2022
1 parent a86b594 commit 2a452ce
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
10 changes: 5 additions & 5 deletions demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>RestAhead</artifactId>
<groupId>io.github.zskamljic</groupId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -15,23 +15,23 @@
<dependency>
<groupId>io.github.zskamljic</groupId>
<artifactId>rest-ahead-client</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>io.github.zskamljic</groupId>
<artifactId>rest-ahead-processor</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.github.zskamljic</groupId>
<artifactId>rest-ahead-jackson-converter</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>io.github.zskamljic</groupId>
<artifactId>rest-ahead-spring</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>

<!-- Spring compatibility -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.zskamljic</groupId>
<artifactId>RestAhead</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>

<name>RestAhead</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion rest-ahead-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>RestAhead</artifactId>
<groupId>io.github.zskamljic</groupId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions rest-ahead-jackson-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>RestAhead</artifactId>
<groupId>io.github.zskamljic</groupId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>io.github.zskamljic</groupId>
<artifactId>rest-ahead-client</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions rest-ahead-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>RestAhead</artifactId>
<groupId>io.github.zskamljic</groupId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>io.github.zskamljic</groupId>
<artifactId>rest-ahead-client</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>com.squareup</groupId>
Expand Down
4 changes: 2 additions & 2 deletions rest-ahead-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>RestAhead</artifactId>
<groupId>io.github.zskamljic</groupId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>io.github.zskamljic</groupId>
<artifactId>rest-ahead-client</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>
</dependencies>
</project>
12 changes: 6 additions & 6 deletions test-report-aggregator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>RestAhead</artifactId>
<groupId>io.github.zskamljic</groupId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -20,27 +20,27 @@
<dependency>
<groupId>io.github.zskamljic</groupId>
<artifactId>demo</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>io.github.zskamljic</groupId>
<artifactId>rest-ahead-client</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>io.github.zskamljic</groupId>
<artifactId>rest-ahead-jackson-converter</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>io.github.zskamljic</groupId>
<artifactId>rest-ahead-processor</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>io.github.zskamljic</groupId>
<artifactId>rest-ahead-spring</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 2a452ce

Please sign in to comment.