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 14, 2022
1 parent 2f1b1a6 commit 0638704
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 deletions.
12 changes: 6 additions & 6 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.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -15,29 +15,29 @@
<dependency>
<groupId>io.github.zskamljic</groupId>
<artifactId>rest-ahead-client</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</dependency>
<dependency>
<groupId>io.github.zskamljic</groupId>
<artifactId>rest-ahead-processor</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.github.zskamljic</groupId>
<artifactId>rest-ahead-spring-dialect</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.github.zskamljic</groupId>
<artifactId>rest-ahead-jackson-converter</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</dependency>
<dependency>
<groupId>io.github.zskamljic</groupId>
<artifactId>rest-ahead-spring</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.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.3.0-SNAPSHOT</version>
<version>0.3.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.3.0-SNAPSHOT</version>
<version>0.3.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.3.0-SNAPSHOT</version>
<version>0.3.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.3.0-SNAPSHOT</version>
<version>0.3.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.3.0-SNAPSHOT</version>
<version>0.3.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.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</dependency>
<dependency>
<groupId>com.squareup</groupId>
Expand Down
4 changes: 2 additions & 2 deletions rest-ahead-spring-dialect/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.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>io.github.zskamljic</groupId>
<artifactId>rest-ahead-processor</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</dependency>
<dependency>
<groupId>org.springframework</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.3.0-SNAPSHOT</version>
<version>0.3.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.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</dependency>
</dependencies>
</project>
14 changes: 7 additions & 7 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.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

<!-- Testing dependencies -->
Expand Down

0 comments on commit 0638704

Please sign in to comment.