Skip to content

Commit

Permalink
Release 3.0.4: setting release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Apr 19, 2022
1 parent a25a8ec commit 5185642
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion k-es-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>k-es</artifactId>
<groupId>no.ks</groupId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion k-es-demo-app-grpc-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>no.ks</groupId>
<artifactId>k-es</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.4</version>
</parent>

<artifactId>k-es-demo-app-grpc-jackson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion k-es-demo-app-proto-events/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>no.ks</groupId>
<artifactId>k-es</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.4</version>
</parent>

<artifactId>k-es-demo-app-proto-events</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion k-es-demo-app-proto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>no.ks</groupId>
<artifactId>k-es</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.4</version>
</parent>

<artifactId>k-es-demo-app-proto</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion k-es-esjc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>no.ks</groupId>
<artifactId>k-es</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.4</version>
</parent>

<artifactId>k-es-esjc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion k-es-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>no.ks</groupId>
<artifactId>k-es</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.4</version>
</parent>

<artifactId>k-es-grpc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion k-es-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>no.ks</groupId>
<artifactId>k-es</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.4</version>
</parent>

<artifactId>k-es-jdbc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion k-es-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>no.ks</groupId>
<artifactId>k-es</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.4</version>
</parent>

<artifactId>k-es-lib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion k-es-serdes-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>no.ks</groupId>
<artifactId>k-es</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.4</version>
</parent>

<artifactId>k-es-serdes-jackson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion k-es-serdes-proto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>no.ks</groupId>
<artifactId>k-es</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.4</version>
</parent>

<artifactId>k-es-serdes-proto</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion k-es-test-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>k-es</artifactId>
<groupId>no.ks</groupId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.4</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 @@ -6,7 +6,7 @@

<groupId>no.ks</groupId>
<artifactId>k-es</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.4</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 5185642

Please sign in to comment.