From a17b56f09cc9ec7d773707578c89f3ca9c11f968 Mon Sep 17 00:00:00 2001 From: Nitsan Wakart Date: Thu, 30 May 2024 15:23:59 +0200 Subject: [PATCH] Update development version to 4.0.5-SNAPSHOT --- README.md | 2 +- jctools-benchmarks/pom.xml | 2 +- jctools-build/pom.xml | 2 +- jctools-channels/pom.xml | 2 +- jctools-concurrency-test/pom.xml | 2 +- jctools-core/pom.xml | 2 +- jctools-experimental/pom.xml | 2 +- pom.xml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 579c016..732131d 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ And setup the following dependency: ``` You can also depend on latest snapshot from this repository (live on the edge) by setting the version to -'4.0.4-SNAPSHOT'. +'4.0.5-SNAPSHOT'. Build it from source diff --git a/jctools-benchmarks/pom.xml b/jctools-benchmarks/pom.xml index 3acdf36..8e85ee9 100644 --- a/jctools-benchmarks/pom.xml +++ b/jctools-benchmarks/pom.xml @@ -4,7 +4,7 @@ org.jctools jctools-parent - 4.0.4-SNAPSHOT + 4.0.5-SNAPSHOT jctools-benchmarks diff --git a/jctools-build/pom.xml b/jctools-build/pom.xml index 392e18d..1340d8b 100644 --- a/jctools-build/pom.xml +++ b/jctools-build/pom.xml @@ -4,7 +4,7 @@ org.jctools jctools-parent - 4.0.4-SNAPSHOT + 4.0.5-SNAPSHOT jctools-build JCTools Build Tools diff --git a/jctools-channels/pom.xml b/jctools-channels/pom.xml index 2fd0011..8d89a17 100644 --- a/jctools-channels/pom.xml +++ b/jctools-channels/pom.xml @@ -4,7 +4,7 @@ org.jctools jctools-parent - 4.0.4-SNAPSHOT + 4.0.5-SNAPSHOT jctools-channels diff --git a/jctools-concurrency-test/pom.xml b/jctools-concurrency-test/pom.xml index 8d04c72..9b984c3 100644 --- a/jctools-concurrency-test/pom.xml +++ b/jctools-concurrency-test/pom.xml @@ -4,7 +4,7 @@ org.jctools jctools-parent - 4.0.4-SNAPSHOT + 4.0.5-SNAPSHOT jctools-concurrency-test diff --git a/jctools-core/pom.xml b/jctools-core/pom.xml index ddfa64c..b5f8aeb 100644 --- a/jctools-core/pom.xml +++ b/jctools-core/pom.xml @@ -4,7 +4,7 @@ org.jctools jctools-parent - 4.0.4-SNAPSHOT + 4.0.5-SNAPSHOT jctools-core diff --git a/jctools-experimental/pom.xml b/jctools-experimental/pom.xml index bf85c12..1daa69b 100644 --- a/jctools-experimental/pom.xml +++ b/jctools-experimental/pom.xml @@ -4,7 +4,7 @@ org.jctools jctools-parent - 4.0.4-SNAPSHOT + 4.0.5-SNAPSHOT jctools-experimental diff --git a/pom.xml b/pom.xml index bb6e7ba..f488c14 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.jctools jctools-parent pom - 4.0.4-SNAPSHOT + 4.0.5-SNAPSHOT JCTools Parent https://github.com/JCTools