From 54004b0a14f23c2a112ad81330b50547045a15f1 Mon Sep 17 00:00:00 2001 From: Scott M Stark Date: Fri, 28 Jun 2024 19:43:04 -0600 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- bom/pom.xml | 4 ++-- build/pom.xml | 2 +- config/api/pom.xml | 2 +- config/impl-base/pom.xml | 2 +- config/pom.xml | 2 +- config/spi/pom.xml | 2 +- container/impl-base/pom.xml | 2 +- container/pom.xml | 2 +- container/spi/pom.xml | 2 +- container/test-api/pom.xml | 2 +- container/test-impl-base/pom.xml | 2 +- container/test-spi/pom.xml | 2 +- core/api/pom.xml | 2 +- core/impl-base/pom.xml | 2 +- core/pom.xml | 2 +- core/spi/pom.xml | 2 +- junit/container/pom.xml | 2 +- junit/core/pom.xml | 2 +- junit/pom.xml | 2 +- junit/standalone/pom.xml | 2 +- junit5/container/pom.xml | 2 +- junit5/core/pom.xml | 2 +- junit5/pom.xml | 2 +- pom.xml | 4 ++-- protocols/jmx/pom.xml | 2 +- protocols/pom.xml | 2 +- protocols/servlet/pom.xml | 2 +- test/api/pom.xml | 2 +- test/impl-base/pom.xml | 2 +- test/pom.xml | 2 +- test/spi/pom.xml | 2 +- testenrichers/cdi/pom.xml | 2 +- testenrichers/ejb/pom.xml | 2 +- testenrichers/initialcontext/pom.xml | 2 +- testenrichers/pom.xml | 2 +- testenrichers/resource/pom.xml | 2 +- testng/container/pom.xml | 2 +- testng/core/pom.xml | 2 +- testng/pom.xml | 2 +- testng/standalone/pom.xml | 2 +- 40 files changed, 42 insertions(+), 42 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index 2659dbde0..cf489ab3f 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -7,7 +7,7 @@ org.jboss.arquillian arquillian-bom - 1.8.1.Final + 1.8.2.Final-SNAPSHOT pom Arquillian BOM http://arquillian.org @@ -29,7 +29,7 @@ scm:git:git://git@github.com:arquillian/arquillian-core.git scm:git:ssh://github.com/arquillian/arquillian-core.git git://github.com/arquillian/arquillian-core.git - 1.8.1.Final + HEAD diff --git a/build/pom.xml b/build/pom.xml index eea9c1ac1..2636c33a3 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -6,7 +6,7 @@ org.jboss.arquillian arquillian-parent - 1.8.1.Final + 1.8.2.Final-SNAPSHOT ../pom.xml diff --git a/config/api/pom.xml b/config/api/pom.xml index 6f9636471..99dd9fc84 100644 --- a/config/api/pom.xml +++ b/config/api/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.8.1.Final + 1.8.2.Final-SNAPSHOT ../../build/pom.xml diff --git a/config/impl-base/pom.xml b/config/impl-base/pom.xml index a9685760f..8438b9cf6 100644 --- a/config/impl-base/pom.xml +++ b/config/impl-base/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.8.1.Final + 1.8.2.Final-SNAPSHOT ../../build/pom.xml diff --git a/config/pom.xml b/config/pom.xml index 03387b45c..ff98c497b 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -6,7 +6,7 @@ org.jboss.arquillian arquillian-parent - 1.8.1.Final + 1.8.2.Final-SNAPSHOT diff --git a/config/spi/pom.xml b/config/spi/pom.xml index a54de17a1..7c98996a0 100644 --- a/config/spi/pom.xml +++ b/config/spi/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.8.1.Final + 1.8.2.Final-SNAPSHOT ../../build/pom.xml diff --git a/container/impl-base/pom.xml b/container/impl-base/pom.xml index 939494a42..07bf603a6 100644 --- a/container/impl-base/pom.xml +++ b/container/impl-base/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.8.1.Final + 1.8.2.Final-SNAPSHOT ../../build/pom.xml diff --git a/container/pom.xml b/container/pom.xml index 81e22f205..c778413f9 100644 --- a/container/pom.xml +++ b/container/pom.xml @@ -6,7 +6,7 @@ org.jboss.arquillian arquillian-parent - 1.8.1.Final + 1.8.2.Final-SNAPSHOT diff --git a/container/spi/pom.xml b/container/spi/pom.xml index 9f69b635e..72cb1409d 100644 --- a/container/spi/pom.xml +++ b/container/spi/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.8.1.Final + 1.8.2.Final-SNAPSHOT ../../build/pom.xml diff --git a/container/test-api/pom.xml b/container/test-api/pom.xml index b0b4f634c..6f821cb99 100644 --- a/container/test-api/pom.xml +++ b/container/test-api/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.8.1.Final + 1.8.2.Final-SNAPSHOT ../../build/pom.xml diff --git a/container/test-impl-base/pom.xml b/container/test-impl-base/pom.xml index 93c3b5a15..24efbb04d 100644 --- a/container/test-impl-base/pom.xml +++ b/container/test-impl-base/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.8.1.Final + 1.8.2.Final-SNAPSHOT ../../build/pom.xml diff --git a/container/test-spi/pom.xml b/container/test-spi/pom.xml index 7c962d0c8..0f876fa5b 100644 --- a/container/test-spi/pom.xml +++ b/container/test-spi/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.8.1.Final + 1.8.2.Final-SNAPSHOT ../../build/pom.xml diff --git a/core/api/pom.xml b/core/api/pom.xml index 763d53573..1efc18aaa 100644 --- a/core/api/pom.xml +++ b/core/api/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.8.1.Final + 1.8.2.Final-SNAPSHOT ../../build/pom.xml diff --git a/core/impl-base/pom.xml b/core/impl-base/pom.xml index 49bc01df0..7c40d767b 100644 --- a/core/impl-base/pom.xml +++ b/core/impl-base/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.8.1.Final + 1.8.2.Final-SNAPSHOT ../../build/pom.xml diff --git a/core/pom.xml b/core/pom.xml index f0947d04b..5f960c8e8 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -6,7 +6,7 @@ org.jboss.arquillian arquillian-parent - 1.8.1.Final + 1.8.2.Final-SNAPSHOT diff --git a/core/spi/pom.xml b/core/spi/pom.xml index a85fe08f4..bd6e5d6f4 100644 --- a/core/spi/pom.xml +++ b/core/spi/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.8.1.Final + 1.8.2.Final-SNAPSHOT ../../build/pom.xml diff --git a/junit/container/pom.xml b/junit/container/pom.xml index 90fdbbd73..e159edbf2 100644 --- a/junit/container/pom.xml +++ b/junit/container/pom.xml @@ -6,7 +6,7 @@ org.jboss.arquillian arquillian-build - 1.8.1.Final + 1.8.2.Final-SNAPSHOT ../../build/pom.xml diff --git a/junit/core/pom.xml b/junit/core/pom.xml index b51bce83a..2a6c2b252 100644 --- a/junit/core/pom.xml +++ b/junit/core/pom.xml @@ -6,7 +6,7 @@ org.jboss.arquillian arquillian-build - 1.8.1.Final + 1.8.2.Final-SNAPSHOT ../../build/pom.xml diff --git a/junit/pom.xml b/junit/pom.xml index b4068ff84..1c2f855c2 100644 --- a/junit/pom.xml +++ b/junit/pom.xml @@ -6,7 +6,7 @@ org.jboss.arquillian arquillian-parent - 1.8.1.Final + 1.8.2.Final-SNAPSHOT diff --git a/junit/standalone/pom.xml b/junit/standalone/pom.xml index eb8dcd120..1db5e47d7 100644 --- a/junit/standalone/pom.xml +++ b/junit/standalone/pom.xml @@ -6,7 +6,7 @@ org.jboss.arquillian arquillian-build - 1.8.1.Final + 1.8.2.Final-SNAPSHOT ../../build/pom.xml diff --git a/junit5/container/pom.xml b/junit5/container/pom.xml index 863488ce3..132bfc41d 100644 --- a/junit5/container/pom.xml +++ b/junit5/container/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.8.1.Final + 1.8.2.Final-SNAPSHOT ../../build/pom.xml diff --git a/junit5/core/pom.xml b/junit5/core/pom.xml index 854bc432d..83d3e89ff 100644 --- a/junit5/core/pom.xml +++ b/junit5/core/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.8.1.Final + 1.8.2.Final-SNAPSHOT ../../build/pom.xml diff --git a/junit5/pom.xml b/junit5/pom.xml index 44dcf4614..59798d7cb 100644 --- a/junit5/pom.xml +++ b/junit5/pom.xml @@ -4,7 +4,7 @@ org.jboss.arquillian arquillian-parent - 1.8.1.Final + 1.8.2.Final-SNAPSHOT diff --git a/pom.xml b/pom.xml index 58c234f36..f18fd80ee 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ org.jboss.arquillian arquillian-parent - 1.8.1.Final + 1.8.2.Final-SNAPSHOT pom Arquillian Aggregator http://arquillian.org @@ -48,7 +48,7 @@ scm:git:git://git@github.com:arquillian/arquillian-core.git scm:git:ssh://github.com/arquillian/arquillian-core.git git://github.com/arquillian/arquillian-core.git - 1.8.1.Final + HEAD diff --git a/protocols/jmx/pom.xml b/protocols/jmx/pom.xml index 8e2b7b124..4a06ea0b0 100644 --- a/protocols/jmx/pom.xml +++ b/protocols/jmx/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.8.1.Final + 1.8.2.Final-SNAPSHOT ../../build/pom.xml diff --git a/protocols/pom.xml b/protocols/pom.xml index 28f4f25b0..7fd4e25ed 100644 --- a/protocols/pom.xml +++ b/protocols/pom.xml @@ -6,7 +6,7 @@ org.jboss.arquillian arquillian-parent - 1.8.1.Final + 1.8.2.Final-SNAPSHOT diff --git a/protocols/servlet/pom.xml b/protocols/servlet/pom.xml index 3d441cfe7..626d3b237 100644 --- a/protocols/servlet/pom.xml +++ b/protocols/servlet/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.8.1.Final + 1.8.2.Final-SNAPSHOT ../../build/pom.xml diff --git a/test/api/pom.xml b/test/api/pom.xml index 840775c31..437b594ba 100644 --- a/test/api/pom.xml +++ b/test/api/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.8.1.Final + 1.8.2.Final-SNAPSHOT ../../build/pom.xml diff --git a/test/impl-base/pom.xml b/test/impl-base/pom.xml index 027a5f64b..e93cb5998 100644 --- a/test/impl-base/pom.xml +++ b/test/impl-base/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.8.1.Final + 1.8.2.Final-SNAPSHOT ../../build/pom.xml diff --git a/test/pom.xml b/test/pom.xml index e557b072d..38cf86c30 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -6,7 +6,7 @@ org.jboss.arquillian arquillian-parent - 1.8.1.Final + 1.8.2.Final-SNAPSHOT diff --git a/test/spi/pom.xml b/test/spi/pom.xml index b9e1a9216..bfb681ae6 100644 --- a/test/spi/pom.xml +++ b/test/spi/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.8.1.Final + 1.8.2.Final-SNAPSHOT ../../build/pom.xml diff --git a/testenrichers/cdi/pom.xml b/testenrichers/cdi/pom.xml index 2d1a46b6d..bf82ab185 100644 --- a/testenrichers/cdi/pom.xml +++ b/testenrichers/cdi/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.8.1.Final + 1.8.2.Final-SNAPSHOT ../../build/pom.xml diff --git a/testenrichers/ejb/pom.xml b/testenrichers/ejb/pom.xml index fd96c04ce..6cfea7890 100644 --- a/testenrichers/ejb/pom.xml +++ b/testenrichers/ejb/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.8.1.Final + 1.8.2.Final-SNAPSHOT ../../build/pom.xml diff --git a/testenrichers/initialcontext/pom.xml b/testenrichers/initialcontext/pom.xml index fff096b39..6f5fe5fbe 100644 --- a/testenrichers/initialcontext/pom.xml +++ b/testenrichers/initialcontext/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.8.1.Final + 1.8.2.Final-SNAPSHOT ../../build/pom.xml diff --git a/testenrichers/pom.xml b/testenrichers/pom.xml index 4ec28804f..44e2db482 100644 --- a/testenrichers/pom.xml +++ b/testenrichers/pom.xml @@ -6,7 +6,7 @@ org.jboss.arquillian arquillian-parent - 1.8.1.Final + 1.8.2.Final-SNAPSHOT diff --git a/testenrichers/resource/pom.xml b/testenrichers/resource/pom.xml index 197aa76c8..d87516dbe 100644 --- a/testenrichers/resource/pom.xml +++ b/testenrichers/resource/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.8.1.Final + 1.8.2.Final-SNAPSHOT ../../build/pom.xml diff --git a/testng/container/pom.xml b/testng/container/pom.xml index 03a1e070b..a5776335e 100644 --- a/testng/container/pom.xml +++ b/testng/container/pom.xml @@ -6,7 +6,7 @@ org.jboss.arquillian arquillian-build - 1.8.1.Final + 1.8.2.Final-SNAPSHOT ../../build/pom.xml diff --git a/testng/core/pom.xml b/testng/core/pom.xml index a33a2fce5..1adbb3de2 100644 --- a/testng/core/pom.xml +++ b/testng/core/pom.xml @@ -5,7 +5,7 @@ org.jboss.arquillian arquillian-build - 1.8.1.Final + 1.8.2.Final-SNAPSHOT ../../build/pom.xml diff --git a/testng/pom.xml b/testng/pom.xml index 43d0f2ba5..96e80416d 100644 --- a/testng/pom.xml +++ b/testng/pom.xml @@ -6,7 +6,7 @@ org.jboss.arquillian arquillian-parent - 1.8.1.Final + 1.8.2.Final-SNAPSHOT diff --git a/testng/standalone/pom.xml b/testng/standalone/pom.xml index b9c01ab95..31f7e9a09 100644 --- a/testng/standalone/pom.xml +++ b/testng/standalone/pom.xml @@ -6,7 +6,7 @@ org.jboss.arquillian arquillian-build - 1.8.1.Final + 1.8.2.Final-SNAPSHOT ../../build/pom.xml