Skip to content

Commit

Permalink
Release 4.2.0: setting release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed May 24, 2023
1 parent 470545b commit 1ecc481
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>4.1.2-SNAPSHOT</version>
<version>4.2.0</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>4.1.2-SNAPSHOT</version>
<version>4.2.0</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>4.1.2-SNAPSHOT</version>
<version>4.2.0</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>4.1.2-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<artifactId>k-es-demo-app-proto</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>4.1.2-SNAPSHOT</version>
<version>4.2.0</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>4.1.2-SNAPSHOT</version>
<version>4.2.0</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>4.1.2-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<artifactId>k-es-lib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion k-es-mongodb/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>4.1.2-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<artifactId>k-es-mongodb</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>4.1.2-SNAPSHOT</version>
<version>4.2.0</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>4.1.2-SNAPSHOT</version>
<version>4.2.0</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>4.1.2-SNAPSHOT</version>
<version>4.2.0</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 @@ -12,7 +12,7 @@

<groupId>no.ks</groupId>
<artifactId>k-es</artifactId>
<version>4.1.2-SNAPSHOT</version>
<version>4.2.0</version>
<packaging>pom</packaging>
<description>${project.artifactId}: An eventsourcing framework for Kotlin, with adapters for EventStore</description>
<url>https://github.com/ks-no/k-es</url>
Expand Down

0 comments on commit 1ecc481

Please sign in to comment.