From f344784751b7a86ccd268d6101a6d4bac721d29c Mon Sep 17 00:00:00 2001 From: George Gastaldi Date: Tue, 20 Sep 2016 15:41:27 -0300 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- addon/pom.xml | 2 +- api/pom.xml | 2 +- impl/pom.xml | 2 +- pom.xml | 4 ++-- tests/pom.xml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/addon/pom.xml b/addon/pom.xml index 59ef733..0e62fb3 100644 --- a/addon/pom.xml +++ b/addon/pom.xml @@ -3,7 +3,7 @@ org.jboss.forge.furnace.container cdi-parent - 2.24.0.Final + 2.24.1-SNAPSHOT ../pom.xml diff --git a/api/pom.xml b/api/pom.xml index 176e779..46fb575 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -3,7 +3,7 @@ org.jboss.forge.furnace.container cdi-parent - 2.24.0.Final + 2.24.1-SNAPSHOT ../pom.xml diff --git a/impl/pom.xml b/impl/pom.xml index 0d05e4f..084b7e7 100644 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -3,7 +3,7 @@ org.jboss.forge.furnace.container cdi-parent - 2.24.0.Final + 2.24.1-SNAPSHOT ../pom.xml cdi-impl diff --git a/pom.xml b/pom.xml index 256982c..90103ce 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.jboss.forge.furnace.container cdi-parent - 2.24.0.Final + 2.24.1-SNAPSHOT pom Furnace - CDI Container Parent @@ -397,7 +397,7 @@ ${forge.scm.connection} ${forge.developer.connection} ${forge.scm.url} - 2.24.0.Final + HEAD diff --git a/tests/pom.xml b/tests/pom.xml index e316c2a..08f3261 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -3,7 +3,7 @@ org.jboss.forge.furnace.container cdi-parent - 2.24.0.Final + 2.24.1-SNAPSHOT cdi-tests Furnace - CDI Container Tests