Skip to content

Commit

Permalink
Releasing version 1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sonthanh committed Aug 4, 2022
1 parent 9d3477f commit 28d7870
Show file tree
Hide file tree
Showing 20 changed files with 23 additions and 23 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.7-SNAPSHOT</version>
<version>1.8.7</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.7-SNAPSHOT</version>
<version>1.8.7</version>
</parent>

<artifactId>carnotzet-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion deploy-central.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
VERSION=1.8.6
VERSION=1.8.7

# parent pom
mvn gpg:sign-and-deploy-file \
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.7-SNAPSHOT</version>
<version>1.8.7</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.7-SNAPSHOT</version>
<version>1.8.7</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.7-SNAPSHOT</version>
<version>1.8.7</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.7-SNAPSHOT</version>
<version>1.8.7</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.7-SNAPSHOT</version>
<version>1.8.7</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.7-SNAPSHOT</version>
<version>1.8.7</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.7-SNAPSHOT</version>
<version>1.8.7</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.7-SNAPSHOT</version>
<version>1.8.7</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.7-SNAPSHOT</version>
<version>1.8.7</version>
</parent>

<groupId>com.github.swissquote.examples</groupId>
<artifactId>postgres-prod-carnotzet</artifactId>
<version>1.8.7-SNAPSHOT</version>
<version>1.8.7</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.7-SNAPSHOT</version>
<version>1.8.7</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.7-SNAPSHOT</version>
<version>1.8.7</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.7-SNAPSHOT</version>
<version>1.8.7</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.7-SNAPSHOT</version>
<version>1.8.7</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.7-SNAPSHOT</version>
<version>1.8.7</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.7-SNAPSHOT</version>
<version>1.8.7</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.7-SNAPSHOT</version>
<version>1.8.7</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.7-SNAPSHOT</version>
<version>1.8.7</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.7-SNAPSHOT</version>
<version>1.8.7</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.7-SNAPSHOT</version>
<version>1.8.7</version>
<packaging>pom</packaging>

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

0 comments on commit 28d7870

Please sign in to comment.