diff --git a/README.md b/README.md index 690ae0b6..579c016f 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Add the latest version as a dependency using Maven: org.jctools jctools-core - 4.0.2 + 4.0.3 ``` @@ -60,12 +60,12 @@ And setup the following dependency: com.github.JCTools.JCTools jctools-core - v4.0.2 + v4.0.3 ``` You can also depend on latest snapshot from this repository (live on the edge) by setting the version to -'4.0.3-SNAPSHOT'. +'4.0.4-SNAPSHOT'. Build it from source diff --git a/jctools-benchmarks/pom.xml b/jctools-benchmarks/pom.xml index 699015d5..3acdf367 100644 --- a/jctools-benchmarks/pom.xml +++ b/jctools-benchmarks/pom.xml @@ -4,7 +4,7 @@ org.jctools jctools-parent - 4.0.3-SNAPSHOT + 4.0.4-SNAPSHOT jctools-benchmarks diff --git a/jctools-build/pom.xml b/jctools-build/pom.xml index 24ebe083..392e18da 100644 --- a/jctools-build/pom.xml +++ b/jctools-build/pom.xml @@ -4,7 +4,7 @@ org.jctools jctools-parent - 4.0.3-SNAPSHOT + 4.0.4-SNAPSHOT jctools-build JCTools Build Tools diff --git a/jctools-channels/pom.xml b/jctools-channels/pom.xml index 9851d37a..2fd00115 100644 --- a/jctools-channels/pom.xml +++ b/jctools-channels/pom.xml @@ -4,7 +4,7 @@ org.jctools jctools-parent - 4.0.3-SNAPSHOT + 4.0.4-SNAPSHOT jctools-channels diff --git a/jctools-concurrency-test/pom.xml b/jctools-concurrency-test/pom.xml index d46ec45f..8d04c72e 100644 --- a/jctools-concurrency-test/pom.xml +++ b/jctools-concurrency-test/pom.xml @@ -4,7 +4,7 @@ org.jctools jctools-parent - 4.0.3-SNAPSHOT + 4.0.4-SNAPSHOT jctools-concurrency-test diff --git a/jctools-core/pom.xml b/jctools-core/pom.xml index 936ac8ae..f4217898 100644 --- a/jctools-core/pom.xml +++ b/jctools-core/pom.xml @@ -4,7 +4,7 @@ org.jctools jctools-parent - 4.0.3-SNAPSHOT + 4.0.4-SNAPSHOT jctools-core diff --git a/jctools-experimental/pom.xml b/jctools-experimental/pom.xml index 7bd422ec..bf85c129 100644 --- a/jctools-experimental/pom.xml +++ b/jctools-experimental/pom.xml @@ -4,7 +4,7 @@ org.jctools jctools-parent - 4.0.3-SNAPSHOT + 4.0.4-SNAPSHOT jctools-experimental diff --git a/pom.xml b/pom.xml index 571d3b19..bb6e7bac 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.jctools jctools-parent pom - 4.0.3-SNAPSHOT + 4.0.4-SNAPSHOT JCTools Parent https://github.com/JCTools