Skip to content

Commit

Permalink
Bump to 1.9.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
onigoetz committed Feb 8, 2024
1 parent 22ba2b1 commit 4e3d52f
Show file tree
Hide file tree
Showing 19 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion code-quality/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.swissquote</groupId>
<artifactId>carnotzet</artifactId>
<version>1.8.9-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
</parent>

<artifactId>carnotzet-code-quality</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.swissquote</groupId>
<artifactId>carnotzet</artifactId>
<version>1.8.9-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
</parent>

<artifactId>carnotzet-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>carnotzet</artifactId>
<groupId>com.github.swissquote</groupId>
<version>1.8.9-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion e2e-tests-carnotzet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>carnotzet</artifactId>
<groupId>com.github.swissquote</groupId>
<version>1.8.9-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.swissquote</groupId>
<artifactId>carnotzet</artifactId>
<version>1.8.9-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
</parent>

<artifactId>carnotzet-e2e-tests</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions examples/hello-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>carnotzet-examples</artifactId>
<groupId>com.github.swissquote.examples</groupId>
<version>1.8.9-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.github.swissquote</groupId>
<artifactId>zet-maven-plugin</artifactId>
<version>1.8.9-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions examples/hello-runtime-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>carnotzet-examples</artifactId>
<groupId>com.github.swissquote.examples</groupId>
<version>1.8.9-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.github.swissquote</groupId>
<artifactId>zet-maven-plugin</artifactId>
<version>1.8.9-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.swissquote</groupId>
<artifactId>carnotzet</artifactId>
<version>1.8.9-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
</parent>

<groupId>com.github.swissquote.examples</groupId>
Expand Down
4 changes: 2 additions & 2 deletions examples/postgres-prod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>com.github.swissquote.examples</groupId>
<artifactId>carnotzet-examples</artifactId>
<version>1.8.9-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
</parent>

<groupId>com.github.swissquote.examples</groupId>
<artifactId>postgres-prod-carnotzet</artifactId>
<version>1.8.9-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion examples/postgres/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.swissquote.examples</groupId>
<artifactId>carnotzet-examples</artifactId>
<version>1.8.9-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
</parent>

<artifactId>postgres-carnotzet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.swissquote.examples</groupId>
<artifactId>carnotzet-examples</artifactId>
<version>1.8.9-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
</parent>

<artifactId>redis-carnotzet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/selenium-chrome/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.swissquote.examples</groupId>
<artifactId>carnotzet-examples</artifactId>
<version>1.8.9-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
</parent>

<artifactId>selenium-chrome-carnotzet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/voting-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.swissquote.examples</groupId>
<artifactId>carnotzet-examples</artifactId>
<version>1.8.9-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
</parent>

<artifactId>voting-all-carnotzet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/voting-result/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.swissquote.examples</groupId>
<artifactId>carnotzet-examples</artifactId>
<version>1.8.9-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
</parent>

<artifactId>voting-result-carnotzet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/voting-vote/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.swissquote.examples</groupId>
<artifactId>carnotzet-examples</artifactId>
<version>1.8.9-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
</parent>

<artifactId>voting-vote-carnotzet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/voting-worker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.swissquote.examples</groupId>
<artifactId>carnotzet-examples</artifactId>
<version>1.8.9-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
</parent>

<artifactId>voting-worker-carnotzet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion file-merger-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.swissquote</groupId>
<artifactId>carnotzet</artifactId>
<version>1.8.9-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
</parent>

<artifactId>carnotzet-file-merger-json</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>carnotzet</artifactId>
<groupId>com.github.swissquote</groupId>
<version>1.8.9-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.swissquote</groupId>
<artifactId>carnotzet</artifactId>
<version>1.8.9-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down

0 comments on commit 4e3d52f

Please sign in to comment.