diff --git a/deployment/pom.xml b/deployment/pom.xml index 6c7c0f5..b3913e7 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -4,7 +4,7 @@ org.neo4j neo4j-ogm-quarkus-parent - 3.3.2 + 3.4.0-SNAPSHOT neo4j-ogm-quarkus-deployment Neo4j-OGM (Quarkus Deployment) diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index d000952..3c75870 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -4,7 +4,7 @@ org.neo4j neo4j-ogm-quarkus-parent - 3.3.2 + 3.4.0-SNAPSHOT neo4j-ogm-quarkus-integration-tests Neo4j-OGM (Quarkus Integration Tests) diff --git a/pom.xml b/pom.xml index 1c3d73f..a3a8cf6 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.neo4j neo4j-ogm-quarkus-parent - 3.3.2 + 3.4.0-SNAPSHOT pom Neo4j-OGM (Quarkus Parent) @@ -46,7 +46,7 @@ scm:git:git@github.com:neo4j/neo4j-ogm-quarkus.git scm:git:git@github.com:neo4j/neo4j-ogm-quarkus.git - 3.3.2 + HEAD https://github.com/neo4j/neo4j-ogm-quarkus @@ -55,7 +55,7 @@ 0.43.4 3.1.0 23.0.1 - + 17 5.8.2 3.3.0 @@ -299,7 +299,7 @@ ${java.version} - + ${maven.version} diff --git a/runtime/pom.xml b/runtime/pom.xml index aa56464..339ed38 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -4,7 +4,7 @@ org.neo4j neo4j-ogm-quarkus-parent - 3.3.2 + 3.4.0-SNAPSHOT neo4j-ogm-quarkus Neo4j-OGM (Quarkus)