diff --git a/addon/pom.xml b/addon/pom.xml index 6193f7d..89e1664 100644 --- a/addon/pom.xml +++ b/addon/pom.xml @@ -3,7 +3,7 @@ org.jboss.forge.furnace.container simple-parent - 2.1.1.Final + 2.1.2-SNAPSHOT ../pom.xml diff --git a/api/pom.xml b/api/pom.xml index 47d9af3..77fc99e 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -3,7 +3,7 @@ org.jboss.forge.furnace.container simple-parent - 2.1.1.Final + 2.1.2-SNAPSHOT ../pom.xml diff --git a/impl/pom.xml b/impl/pom.xml index e1bcb5e..ee63cb5 100644 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -3,7 +3,7 @@ org.jboss.forge.furnace.container simple-parent - 2.1.1.Final + 2.1.2-SNAPSHOT ../pom.xml simple-impl diff --git a/pom.xml b/pom.xml index 8f1b0d1..155e189 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.jboss.forge.furnace.container simple-parent - 2.1.1.Final + 2.1.2-SNAPSHOT pom Furnace - Simple Container Parent @@ -336,6 +336,6 @@ ${forge.scm.connection} ${forge.developer.connection} ${forge.scm.url} - 2.1.1.Final + HEAD diff --git a/tests/pom.xml b/tests/pom.xml index d93b562..e65986e 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -3,7 +3,7 @@ org.jboss.forge.furnace.container simple-parent - 2.1.1.Final + 2.1.2-SNAPSHOT simple-tests Furnace - Simple Container Tests