diff --git a/README.md b/README.md index 4805732f..08230876 100644 --- a/README.md +++ b/README.md @@ -42,12 +42,12 @@ Defines a common event store Java interface and provides some adapters (like for ### Major changes -| Version | Description | -|:---------------|:-------------------------------------------------------| -| 0.6.0-SNAPSHOT | Java 17 / Added new GRPC java client implementation | -| 0.5.0 | Namespace changed from "javax" to "jakarta" | -| 0.4.0 | Java 11 | -| 0.3.1 | Type of the event version changed from `int` to `long` | +| Version | Description | +|:--------|:-------------------------------------------------------| +| 0.6.0 | Java 17 / Added new GRPC java client implementation | +| 0.5.0 | Namespace changed from "javax" to "jakarta" | +| 0.4.0 | Java 11 | +| 0.3.1 | Type of the event version changed from `int` to `long` | ### Snapshots diff --git a/api/pom.xml b/api/pom.xml index f3de5bd5..1ea21135 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -8,7 +8,7 @@ org.fuin.esc esc-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT esc-api diff --git a/esgrpc/pom.xml b/esgrpc/pom.xml index 4c30bde2..ae3b4cb5 100644 --- a/esgrpc/pom.xml +++ b/esgrpc/pom.xml @@ -8,7 +8,7 @@ org.fuin.esc esc-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT esc-esgrpc diff --git a/eshttp/pom.xml b/eshttp/pom.xml index e78d99bc..07dc7354 100644 --- a/eshttp/pom.xml +++ b/eshttp/pom.xml @@ -6,7 +6,7 @@ org.fuin.esc esc-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT esc-eshttp diff --git a/esjc/pom.xml b/esjc/pom.xml index ee2e03b8..04631aa6 100644 --- a/esjc/pom.xml +++ b/esjc/pom.xml @@ -6,7 +6,7 @@ org.fuin.esc esc-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT esc-esjc diff --git a/jpa/pom.xml b/jpa/pom.xml index 9a87598c..aa2e40e6 100644 --- a/jpa/pom.xml +++ b/jpa/pom.xml @@ -8,7 +8,7 @@ org.fuin.esc esc-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT esc-jpa diff --git a/mem/pom.xml b/mem/pom.xml index 2e581c43..c7ff946c 100644 --- a/mem/pom.xml +++ b/mem/pom.xml @@ -8,7 +8,7 @@ org.fuin.esc esc-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT esc-mem diff --git a/pom.xml b/pom.xml index 663eef0f..48caca5d 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.fuin.esc esc-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT pom esc-parent Defines a common event store Java interface and provides some adapters (like for Greg Young's event store) and implementations (like in-memory or file-based). diff --git a/spi/pom.xml b/spi/pom.xml index 9bd9d64c..075867d3 100644 --- a/spi/pom.xml +++ b/spi/pom.xml @@ -8,7 +8,7 @@ org.fuin.esc esc-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT esc-spi diff --git a/test/pom.xml b/test/pom.xml index aa58b0db..308acd73 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -6,7 +6,7 @@ org.fuin.esc esc-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT esc-test