From 87505cee1411af87228ec16d6a77a0d5097ce354 Mon Sep 17 00:00:00 2001 From: "Lincoln Baxter, III" Date: Mon, 13 Oct 2014 16:07:33 -0400 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 e3b2cf0..5022df6 100644 --- a/addon/pom.xml +++ b/addon/pom.xml @@ -3,7 +3,7 @@ org.jboss.forge.furnace.container cdi-parent - 2.12.1.Final + 2.12.2-SNAPSHOT ../pom.xml diff --git a/api/pom.xml b/api/pom.xml index f13b370..9f0ba3a 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -3,7 +3,7 @@ org.jboss.forge.furnace.container cdi-parent - 2.12.1.Final + 2.12.2-SNAPSHOT ../pom.xml diff --git a/impl/pom.xml b/impl/pom.xml index ddb9014..e957b56 100644 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -3,7 +3,7 @@ org.jboss.forge.furnace.container cdi-parent - 2.12.1.Final + 2.12.2-SNAPSHOT ../pom.xml cdi-impl diff --git a/pom.xml b/pom.xml index d5c7509..2e93031 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.jboss.forge.furnace.container cdi-parent - 2.12.1.Final + 2.12.2-SNAPSHOT pom Furnace - CDI Container Parent @@ -382,6 +382,6 @@ ${forge.scm.connection} ${forge.developer.connection} ${forge.scm.url} - 2.12.1.Final + HEAD diff --git a/tests/pom.xml b/tests/pom.xml index 4a9b0c9..c44b4af 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -3,7 +3,7 @@ org.jboss.forge.furnace.container cdi-parent - 2.12.1.Final + 2.12.2-SNAPSHOT cdi-tests Furnace - CDI Container Tests