diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index d24f776..b4e0f92 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -5,7 +5,7 @@ net.biville.florent neo4j-sproc-compiler-parent - 1.2-SNAPSHOT + 1.2 .. diff --git a/pom.xml b/pom.xml index aab16f0..5c8e6c7 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ net.biville.florent neo4j-sproc-compiler-parent - 1.2-SNAPSHOT + 1.2 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 - HEAD + v1.2 diff --git a/processor/pom.xml b/processor/pom.xml index ecdf6ad..7464073 100644 --- a/processor/pom.xml +++ b/processor/pom.xml @@ -4,7 +4,7 @@ net.biville.florent neo4j-sproc-compiler-parent - 1.2-SNAPSHOT + 1.2 ..