Skip to content

Commit

Permalink
Release 3.0.3: setting release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Mar 29, 2022
1 parent 68abdca commit 915bfce
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 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.3-SNAPSHOT</version>
<version>3.0.3</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.3-SNAPSHOT</version>
<version>3.0.3</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.3-SNAPSHOT</version>
<version>3.0.3</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.3-SNAPSHOT</version>
<version>3.0.3</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.3-SNAPSHOT</version>
<version>3.0.3</version>
</parent>

<artifactId>k-es-esjc</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions 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.3-SNAPSHOT</version>
<version>3.0.3</version>
</parent>

<artifactId>k-es-grpc</artifactId>
Expand Down Expand Up @@ -95,7 +95,7 @@
<dependency>
<groupId>no.ks</groupId>
<artifactId>k-es-demo-app-proto</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
<scope>test</scope>
</dependency>
<dependency>
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.3-SNAPSHOT</version>
<version>3.0.3</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.3-SNAPSHOT</version>
<version>3.0.3</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.3-SNAPSHOT</version>
<version>3.0.3</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.3-SNAPSHOT</version>
<version>3.0.3</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.3-SNAPSHOT</version>
<version>3.0.3</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.3-SNAPSHOT</version>
<version>3.0.3</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 915bfce

Please sign in to comment.