From f257f3d21e3cbe1f05a335216db624f2b05c3260 Mon Sep 17 00:00:00 2001 From: Eclipse Collections Bot Date: Wed, 6 Jul 2022 15:43:33 +0000 Subject: [PATCH] Update version number to 12.0.0-SNAPSHOT. --- acceptance-tests/pom.xml | 2 +- eclipse-collections-api/pom.xml | 2 +- eclipse-collections-code-generator-maven-plugin/pom.xml | 2 +- eclipse-collections-code-generator/pom.xml | 2 +- eclipse-collections-forkjoin/pom.xml | 2 +- eclipse-collections-testutils/pom.xml | 2 +- eclipse-collections/pom.xml | 2 +- jcstress-tests/pom.xml | 2 +- jmh-scala-tests/pom.xml | 2 +- jmh-tests/pom.xml | 2 +- junit-trait-runner/pom.xml | 2 +- p2-feature/org.eclipse.collections.feature/feature.xml | 2 +- p2-feature/org.eclipse.collections.feature/pom.xml | 2 +- p2-feature/org.eclipse.collections.repository/category.xml | 4 ++-- p2-feature/org.eclipse.collections.repository/pom.xml | 2 +- p2-feature/pom.xml | 2 +- p2-repository/org.eclipse.collections/pom.xml | 2 +- p2-repository/pom.xml | 2 +- performance-tests/pom.xml | 2 +- pom.xml | 2 +- scala-unit-tests/pom.xml | 2 +- serialization-tests/pom.xml | 2 +- test-coverage/pom.xml | 2 +- unit-tests-java8/pom.xml | 2 +- unit-tests/pom.xml | 2 +- 25 files changed, 26 insertions(+), 26 deletions(-) diff --git a/acceptance-tests/pom.xml b/acceptance-tests/pom.xml index 305bd514bc..37027de1e7 100644 --- a/acceptance-tests/pom.xml +++ b/acceptance-tests/pom.xml @@ -17,7 +17,7 @@ eclipse-collections-parent org.eclipse.collections - 11.1.0 + 12.0.0-SNAPSHOT 4.0.0 diff --git a/eclipse-collections-api/pom.xml b/eclipse-collections-api/pom.xml index 7a1ad00788..93524f1924 100644 --- a/eclipse-collections-api/pom.xml +++ b/eclipse-collections-api/pom.xml @@ -20,7 +20,7 @@ eclipse-collections-parent org.eclipse.collections - 11.1.0 + 12.0.0-SNAPSHOT eclipse-collections-api diff --git a/eclipse-collections-code-generator-maven-plugin/pom.xml b/eclipse-collections-code-generator-maven-plugin/pom.xml index cfde76e0e7..d8d12309f1 100644 --- a/eclipse-collections-code-generator-maven-plugin/pom.xml +++ b/eclipse-collections-code-generator-maven-plugin/pom.xml @@ -16,7 +16,7 @@ org.eclipse.collections eclipse-collections-parent - 11.1.0 + 12.0.0-SNAPSHOT 4.0.0 diff --git a/eclipse-collections-code-generator/pom.xml b/eclipse-collections-code-generator/pom.xml index fe044ffb29..e49a11bff4 100644 --- a/eclipse-collections-code-generator/pom.xml +++ b/eclipse-collections-code-generator/pom.xml @@ -16,7 +16,7 @@ eclipse-collections-parent org.eclipse.collections - 11.1.0 + 12.0.0-SNAPSHOT 4.0.0 diff --git a/eclipse-collections-forkjoin/pom.xml b/eclipse-collections-forkjoin/pom.xml index 4db6ca0053..d990a08716 100644 --- a/eclipse-collections-forkjoin/pom.xml +++ b/eclipse-collections-forkjoin/pom.xml @@ -18,7 +18,7 @@ eclipse-collections-parent org.eclipse.collections - 11.1.0 + 12.0.0-SNAPSHOT 4.0.0 diff --git a/eclipse-collections-testutils/pom.xml b/eclipse-collections-testutils/pom.xml index bc2c73fdfd..1643b399e8 100644 --- a/eclipse-collections-testutils/pom.xml +++ b/eclipse-collections-testutils/pom.xml @@ -18,7 +18,7 @@ eclipse-collections-parent org.eclipse.collections - 11.1.0 + 12.0.0-SNAPSHOT 4.0.0 diff --git a/eclipse-collections/pom.xml b/eclipse-collections/pom.xml index a30d1003f9..ebcf623c00 100644 --- a/eclipse-collections/pom.xml +++ b/eclipse-collections/pom.xml @@ -18,7 +18,7 @@ eclipse-collections-parent org.eclipse.collections - 11.1.0 + 12.0.0-SNAPSHOT 4.0.0 diff --git a/jcstress-tests/pom.xml b/jcstress-tests/pom.xml index 63b9dacd2e..30b0ca8490 100644 --- a/jcstress-tests/pom.xml +++ b/jcstress-tests/pom.xml @@ -16,7 +16,7 @@ eclipse-collections-parent org.eclipse.collections - 11.1.0 + 12.0.0-SNAPSHOT 4.0.0 diff --git a/jmh-scala-tests/pom.xml b/jmh-scala-tests/pom.xml index 186c1a9f1a..a4929d0d39 100644 --- a/jmh-scala-tests/pom.xml +++ b/jmh-scala-tests/pom.xml @@ -16,7 +16,7 @@ eclipse-collections-parent org.eclipse.collections - 11.1.0 + 12.0.0-SNAPSHOT 4.0.0 diff --git a/jmh-tests/pom.xml b/jmh-tests/pom.xml index 33bc81056f..04304dd05b 100644 --- a/jmh-tests/pom.xml +++ b/jmh-tests/pom.xml @@ -16,7 +16,7 @@ eclipse-collections-parent org.eclipse.collections - 11.1.0 + 12.0.0-SNAPSHOT 4.0.0 diff --git a/junit-trait-runner/pom.xml b/junit-trait-runner/pom.xml index 5228129dc8..58ef213db0 100644 --- a/junit-trait-runner/pom.xml +++ b/junit-trait-runner/pom.xml @@ -18,7 +18,7 @@ org.eclipse.collections eclipse-collections-parent - 11.1.0 + 12.0.0-SNAPSHOT junit-trait-runner diff --git a/p2-feature/org.eclipse.collections.feature/feature.xml b/p2-feature/org.eclipse.collections.feature/feature.xml index 83fd8e1c41..cc1eb797a2 100644 --- a/p2-feature/org.eclipse.collections.feature/feature.xml +++ b/p2-feature/org.eclipse.collections.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/p2-feature/org.eclipse.collections.feature/pom.xml b/p2-feature/org.eclipse.collections.feature/pom.xml index ef4d863dcc..60e1e9015c 100644 --- a/p2-feature/org.eclipse.collections.feature/pom.xml +++ b/p2-feature/org.eclipse.collections.feature/pom.xml @@ -15,7 +15,7 @@ org.eclipse.collections p2-feature - 11.1.0-SNAPSHOT + 12.0.0-SNAPSHOT org.eclipse.collections.feature eclipse-feature diff --git a/p2-feature/org.eclipse.collections.repository/category.xml b/p2-feature/org.eclipse.collections.repository/category.xml index 7889914b9c..f0b006e304 100644 --- a/p2-feature/org.eclipse.collections.repository/category.xml +++ b/p2-feature/org.eclipse.collections.repository/category.xml @@ -1,9 +1,9 @@ - + - + diff --git a/p2-feature/org.eclipse.collections.repository/pom.xml b/p2-feature/org.eclipse.collections.repository/pom.xml index b19bbc9b8a..3b22fb69af 100644 --- a/p2-feature/org.eclipse.collections.repository/pom.xml +++ b/p2-feature/org.eclipse.collections.repository/pom.xml @@ -15,7 +15,7 @@ org.eclipse.collections p2-feature - 11.1.0-SNAPSHOT + 12.0.0-SNAPSHOT p2-repository eclipse-repository diff --git a/p2-feature/pom.xml b/p2-feature/pom.xml index 0b7a58837b..dfe9e08790 100644 --- a/p2-feature/pom.xml +++ b/p2-feature/pom.xml @@ -12,7 +12,7 @@ 4.0.0 org.eclipse.collections - 11.1.0-SNAPSHOT + 12.0.0-SNAPSHOT p2-feature pom diff --git a/p2-repository/org.eclipse.collections/pom.xml b/p2-repository/org.eclipse.collections/pom.xml index a041b4a129..66cfc7e75c 100644 --- a/p2-repository/org.eclipse.collections/pom.xml +++ b/p2-repository/org.eclipse.collections/pom.xml @@ -6,7 +6,7 @@ org.eclipse.collections p2-repository - 11.1.0 + 12.0.0-SNAPSHOT org.eclipse.collections diff --git a/p2-repository/pom.xml b/p2-repository/pom.xml index 858a9ec860..f57ac267df 100644 --- a/p2-repository/pom.xml +++ b/p2-repository/pom.xml @@ -6,7 +6,7 @@ org.eclipse.collections eclipse-collections-parent - 11.1.0 + 12.0.0-SNAPSHOT p2-repository diff --git a/performance-tests/pom.xml b/performance-tests/pom.xml index 526c05dd0c..7f8645efb5 100644 --- a/performance-tests/pom.xml +++ b/performance-tests/pom.xml @@ -15,7 +15,7 @@ eclipse-collections-parent org.eclipse.collections - 11.1.0 + 12.0.0-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index 3fcf6b5d8e..6ba84c5970 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ org.eclipse.collections eclipse-collections-parent - 11.1.0 + 12.0.0-SNAPSHOT pom diff --git a/scala-unit-tests/pom.xml b/scala-unit-tests/pom.xml index 976a098a53..e4a9d95172 100644 --- a/scala-unit-tests/pom.xml +++ b/scala-unit-tests/pom.xml @@ -17,7 +17,7 @@ eclipse-collections-parent org.eclipse.collections - 11.1.0 + 12.0.0-SNAPSHOT 4.0.0 diff --git a/serialization-tests/pom.xml b/serialization-tests/pom.xml index d491309f0c..82ec56c82d 100644 --- a/serialization-tests/pom.xml +++ b/serialization-tests/pom.xml @@ -17,7 +17,7 @@ eclipse-collections-parent org.eclipse.collections - 11.1.0 + 12.0.0-SNAPSHOT 4.0.0 diff --git a/test-coverage/pom.xml b/test-coverage/pom.xml index 18bd569017..333296a091 100644 --- a/test-coverage/pom.xml +++ b/test-coverage/pom.xml @@ -17,7 +17,7 @@ eclipse-collections-parent org.eclipse.collections - 11.1.0 + 12.0.0-SNAPSHOT 4.0.0 diff --git a/unit-tests-java8/pom.xml b/unit-tests-java8/pom.xml index 94d869dff6..cea8798a7c 100644 --- a/unit-tests-java8/pom.xml +++ b/unit-tests-java8/pom.xml @@ -19,7 +19,7 @@ org.eclipse.collections eclipse-collections-parent - 11.1.0 + 12.0.0-SNAPSHOT unit-tests-java8 diff --git a/unit-tests/pom.xml b/unit-tests/pom.xml index a0b1adfce5..3f10d8691b 100644 --- a/unit-tests/pom.xml +++ b/unit-tests/pom.xml @@ -17,7 +17,7 @@ eclipse-collections-parent org.eclipse.collections - 11.1.0 + 12.0.0-SNAPSHOT 4.0.0