diff --git a/benchkit/pom.xml b/benchkit/pom.xml index 9aacf08c..2dba759b 100644 --- a/benchkit/pom.xml +++ b/benchkit/pom.xml @@ -25,7 +25,7 @@ org.neo4j neo4j-jdbc-parent - 6.1.1 + 6.1.2-SNAPSHOT neo4j-jdbc-benchkit diff --git a/bundles/neo4j-jdbc-bundle/pom.xml b/bundles/neo4j-jdbc-bundle/pom.xml index e521af07..87511743 100644 --- a/bundles/neo4j-jdbc-bundle/pom.xml +++ b/bundles/neo4j-jdbc-bundle/pom.xml @@ -25,7 +25,7 @@ org.neo4j neo4j-jdbc-parent - 6.1.1 + 6.1.2-SNAPSHOT ../../ diff --git a/bundles/neo4j-jdbc-full-bundle/pom.xml b/bundles/neo4j-jdbc-full-bundle/pom.xml index 2a340869..c20e0375 100644 --- a/bundles/neo4j-jdbc-full-bundle/pom.xml +++ b/bundles/neo4j-jdbc-full-bundle/pom.xml @@ -25,7 +25,7 @@ org.neo4j neo4j-jdbc-parent - 6.1.1 + 6.1.2-SNAPSHOT ../../ diff --git a/bundles/neo4j-jdbc-text2cypher-bundle/pom.xml b/bundles/neo4j-jdbc-text2cypher-bundle/pom.xml index 6e96e467..0c6925d1 100644 --- a/bundles/neo4j-jdbc-text2cypher-bundle/pom.xml +++ b/bundles/neo4j-jdbc-text2cypher-bundle/pom.xml @@ -25,7 +25,7 @@ org.neo4j neo4j-jdbc-parent - 6.1.1 + 6.1.2-SNAPSHOT ../../ diff --git a/dist/pom.xml b/dist/pom.xml index 8a94025d..4442ed65 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -25,7 +25,7 @@ org.neo4j neo4j-jdbc-parent - 6.1.1 + 6.1.2-SNAPSHOT neo4j-jdbc-dist diff --git a/docs/pom.xml b/docs/pom.xml index 594e8774..b70660bd 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -25,7 +25,7 @@ org.neo4j neo4j-jdbc-parent - 6.1.1 + 6.1.2-SNAPSHOT neo4j-jdbc-docs diff --git a/neo4j-jdbc-bom/pom.xml b/neo4j-jdbc-bom/pom.xml index c576ce0a..db025a90 100644 --- a/neo4j-jdbc-bom/pom.xml +++ b/neo4j-jdbc-bom/pom.xml @@ -25,7 +25,7 @@ org.neo4j neo4j-jdbc-parent - 6.1.1 + 6.1.2-SNAPSHOT neo4j-jdbc-bom diff --git a/neo4j-jdbc-it/hibernate-smoke-tests/pom.xml b/neo4j-jdbc-it/hibernate-smoke-tests/pom.xml index 97e061c4..fd2cfb22 100644 --- a/neo4j-jdbc-it/hibernate-smoke-tests/pom.xml +++ b/neo4j-jdbc-it/hibernate-smoke-tests/pom.xml @@ -25,7 +25,7 @@ org.neo4j neo4j-jdbc-it - 6.1.1 + 6.1.2-SNAPSHOT neo4j-jdbc-hibernate-smoke-tests diff --git a/neo4j-jdbc-it/mybatis-smoke-tests/pom.xml b/neo4j-jdbc-it/mybatis-smoke-tests/pom.xml index 0a2ce563..eba6d553 100644 --- a/neo4j-jdbc-it/mybatis-smoke-tests/pom.xml +++ b/neo4j-jdbc-it/mybatis-smoke-tests/pom.xml @@ -25,7 +25,7 @@ org.neo4j neo4j-jdbc-it - 6.1.1 + 6.1.2-SNAPSHOT neo4j-jdbc-mybatis-smoke-tests diff --git a/neo4j-jdbc-it/neo4j-jdbc-it-cp/pom.xml b/neo4j-jdbc-it/neo4j-jdbc-it-cp/pom.xml index 5db0c6d5..6f951a84 100644 --- a/neo4j-jdbc-it/neo4j-jdbc-it-cp/pom.xml +++ b/neo4j-jdbc-it/neo4j-jdbc-it-cp/pom.xml @@ -25,7 +25,7 @@ org.neo4j neo4j-jdbc-it - 6.1.1 + 6.1.2-SNAPSHOT neo4j-jdbc-it-cp diff --git a/neo4j-jdbc-it/neo4j-jdbc-it-mp/pom.xml b/neo4j-jdbc-it/neo4j-jdbc-it-mp/pom.xml index 56405aa4..06ffad52 100644 --- a/neo4j-jdbc-it/neo4j-jdbc-it-mp/pom.xml +++ b/neo4j-jdbc-it/neo4j-jdbc-it-mp/pom.xml @@ -25,7 +25,7 @@ org.neo4j neo4j-jdbc-it - 6.1.1 + 6.1.2-SNAPSHOT neo4j-jdbc-it-mp diff --git a/neo4j-jdbc-it/neo4j-jdbc-it-stub/pom.xml b/neo4j-jdbc-it/neo4j-jdbc-it-stub/pom.xml index 18934492..4f08dad7 100644 --- a/neo4j-jdbc-it/neo4j-jdbc-it-stub/pom.xml +++ b/neo4j-jdbc-it/neo4j-jdbc-it-stub/pom.xml @@ -25,7 +25,7 @@ org.neo4j neo4j-jdbc-it - 6.1.1 + 6.1.2-SNAPSHOT neo4j-jdbc-it-stub diff --git a/neo4j-jdbc-it/pom.xml b/neo4j-jdbc-it/pom.xml index d96c591e..c300f2eb 100644 --- a/neo4j-jdbc-it/pom.xml +++ b/neo4j-jdbc-it/pom.xml @@ -25,7 +25,7 @@ org.neo4j neo4j-jdbc-parent - 6.1.1 + 6.1.2-SNAPSHOT neo4j-jdbc-it diff --git a/neo4j-jdbc-it/quarkus-smoke-tests/pom.xml b/neo4j-jdbc-it/quarkus-smoke-tests/pom.xml index 4347adaa..d5169079 100644 --- a/neo4j-jdbc-it/quarkus-smoke-tests/pom.xml +++ b/neo4j-jdbc-it/quarkus-smoke-tests/pom.xml @@ -25,7 +25,7 @@ org.neo4j neo4j-jdbc-it - 6.1.1 + 6.1.2-SNAPSHOT neo4j-jdbc-quarkus-smoke-tests diff --git a/neo4j-jdbc-it/spring-boot-smoke-tests/pom.xml b/neo4j-jdbc-it/spring-boot-smoke-tests/pom.xml index bea1a224..2a8cc652 100644 --- a/neo4j-jdbc-it/spring-boot-smoke-tests/pom.xml +++ b/neo4j-jdbc-it/spring-boot-smoke-tests/pom.xml @@ -25,7 +25,7 @@ org.neo4j neo4j-jdbc-it - 6.1.1 + 6.1.2-SNAPSHOT neo4j-jdbc-spring-boot-smoke-tests diff --git a/neo4j-jdbc-test-results/pom.xml b/neo4j-jdbc-test-results/pom.xml index 5ed6c672..3570382a 100644 --- a/neo4j-jdbc-test-results/pom.xml +++ b/neo4j-jdbc-test-results/pom.xml @@ -25,7 +25,7 @@ org.neo4j neo4j-jdbc-parent - 6.1.1 + 6.1.2-SNAPSHOT neo4j-jdbc-test-results diff --git a/neo4j-jdbc-translator/impl/pom.xml b/neo4j-jdbc-translator/impl/pom.xml index 39895652..bcd520bf 100644 --- a/neo4j-jdbc-translator/impl/pom.xml +++ b/neo4j-jdbc-translator/impl/pom.xml @@ -25,7 +25,7 @@ org.neo4j neo4j-jdbc-translator - 6.1.1 + 6.1.2-SNAPSHOT neo4j-jdbc-translator-impl diff --git a/neo4j-jdbc-translator/pom.xml b/neo4j-jdbc-translator/pom.xml index bc912aac..b928d7a9 100644 --- a/neo4j-jdbc-translator/pom.xml +++ b/neo4j-jdbc-translator/pom.xml @@ -25,7 +25,7 @@ org.neo4j neo4j-jdbc-parent - 6.1.1 + 6.1.2-SNAPSHOT neo4j-jdbc-translator diff --git a/neo4j-jdbc-translator/spi/pom.xml b/neo4j-jdbc-translator/spi/pom.xml index fe1c1a82..5bac7af2 100644 --- a/neo4j-jdbc-translator/spi/pom.xml +++ b/neo4j-jdbc-translator/spi/pom.xml @@ -25,7 +25,7 @@ org.neo4j neo4j-jdbc-translator - 6.1.1 + 6.1.2-SNAPSHOT neo4j-jdbc-translator-spi diff --git a/neo4j-jdbc-translator/text2cypher/pom.xml b/neo4j-jdbc-translator/text2cypher/pom.xml index b6f2c03a..8d0a2280 100644 --- a/neo4j-jdbc-translator/text2cypher/pom.xml +++ b/neo4j-jdbc-translator/text2cypher/pom.xml @@ -25,7 +25,7 @@ org.neo4j neo4j-jdbc-translator - 6.1.1 + 6.1.2-SNAPSHOT neo4j-jdbc-text2cypher-translator diff --git a/neo4j-jdbc/pom.xml b/neo4j-jdbc/pom.xml index 87034233..ad98ca05 100644 --- a/neo4j-jdbc/pom.xml +++ b/neo4j-jdbc/pom.xml @@ -25,7 +25,7 @@ org.neo4j neo4j-jdbc-parent - 6.1.1 + 6.1.2-SNAPSHOT neo4j-jdbc diff --git a/pom.xml b/pom.xml index cf4e1858..89cafebd 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ org.neo4j neo4j-jdbc-parent - 6.1.1 + 6.1.2-SNAPSHOT pom Neo4j JDBC Driver @@ -118,7 +118,7 @@ scm:git:git@github.com:neo4j/neo4j-jdbc.git scm:git:git@github.com:neo4j/neo4j-jdbc.git - 6.1.1 + HEAD https://github.com/neo4j/neo4j-jdbc @@ -178,7 +178,7 @@ 1.2.2.Final 0.10.4 2024.4.0 - 6.1.0 + 6.1.1 neo4j:${neo4j.version} 5.23.0 4.1.116.Final