diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 9f40a4e..284aae9 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -5,7 +5,7 @@ net.biville.florent neo4j-sproc-compiler-parent - 1.2.1 + 1.3-SNAPSHOT .. diff --git a/pom.xml b/pom.xml index a86081e..392b44d 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ net.biville.florent neo4j-sproc-compiler-parent - 1.2.1 + 1.3-SNAPSHOT pom Parent POM @@ -183,7 +183,7 @@ https://github.com/fbiville/liquigraph scm:git:git@github.com:fbiville/neo4j-sproc-compiler.git scm:git:git@github.com:fbiville/neo4j-sproc-compiler.git - v1.2.1 + HEAD diff --git a/processor/pom.xml b/processor/pom.xml index aeade8d..4fad9b8 100644 --- a/processor/pom.xml +++ b/processor/pom.xml @@ -4,7 +4,7 @@ net.biville.florent neo4j-sproc-compiler-parent - 1.2.1 + 1.3-SNAPSHOT ..