diff --git a/community/bolt/pom.xml b/community/bolt/pom.xml index 4e33ce4873643..d372ddf84c193 100644 --- a/community/bolt/pom.xml +++ b/community/bolt/pom.xml @@ -7,7 +7,7 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. diff --git a/community/codegen/pom.xml b/community/codegen/pom.xml index a616b8b0a00f7..a0d0f5e3013a5 100644 --- a/community/codegen/pom.xml +++ b/community/codegen/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. @@ -17,7 +17,7 @@ 4.0.0 neo4j-codegen - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT jar Neo4j - Code Generator diff --git a/community/collections/pom.xml b/community/collections/pom.xml index 09c0d50952ddb..4ff47865e8b63 100644 --- a/community/collections/pom.xml +++ b/community/collections/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. @@ -18,7 +18,7 @@ 4.0.0 neo4j-collections org.neo4j - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT jar Neo4j - Collections diff --git a/community/command-line/pom.xml b/community/command-line/pom.xml index 4e33996b72089..ef7e6a99168d5 100644 --- a/community/command-line/pom.xml +++ b/community/command-line/pom.xml @@ -5,13 +5,13 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. 4.0.0 neo4j-command-line Neo4j - Command Line - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT command-line diff --git a/community/common/pom.xml b/community/common/pom.xml index c8519598596ff..024ccfa2c5d19 100644 --- a/community/common/pom.xml +++ b/community/common/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-common - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT jar Neo4j - Common diff --git a/community/configuration/pom.xml b/community/configuration/pom.xml index 8879c8093d583..ac2f3a0f8da51 100644 --- a/community/configuration/pom.xml +++ b/community/configuration/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-configuration - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT jar Neo4j - Configuration diff --git a/community/consistency-check/pom.xml b/community/consistency-check/pom.xml index e9c70de4c6ab1..69fa5efd62052 100644 --- a/community/consistency-check/pom.xml +++ b/community/consistency-check/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. org.neo4j neo4j-consistency-check - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Neo4j - Consistency Checker Tool for checking consistency of a Neo4j data store. diff --git a/community/csv/pom.xml b/community/csv/pom.xml index 946342055c36e..af1035a457f2a 100644 --- a/community/csv/pom.xml +++ b/community/csv/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-csv - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT jar Neo4j - CSV reading and parsing diff --git a/community/cypher/cypher-compiler-3.3/pom.xml b/community/cypher/cypher-compiler-3.3/pom.xml index e93c0f8593411..03b0cdfa71ec2 100644 --- a/community/cypher/cypher-compiler-3.3/pom.xml +++ b/community/cypher/cypher-compiler-3.3/pom.xml @@ -3,14 +3,14 @@ org.neo4j cypher-parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../ 4.0.0 neo4j-cypher-compiler-3.3 jar - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Neo4j - Cypher Compiler 3.3 Compiler for Cypher 3.3 http://components.neo4j.org/${project.artifactId}/${project.version} diff --git a/community/cypher/cypher-logical-plans-3.3/pom.xml b/community/cypher/cypher-logical-plans-3.3/pom.xml index b576c553a3252..653a2d512a168 100644 --- a/community/cypher/cypher-logical-plans-3.3/pom.xml +++ b/community/cypher/cypher-logical-plans-3.3/pom.xml @@ -3,14 +3,14 @@ org.neo4j cypher-parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../ 4.0.0 neo4j-cypher-logical-plans-3.3 jar - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Neo4j - Cypher logical plans 3.3 Logical plans for Cypher http://components.neo4j.org/${project.artifactId}/${project.version} diff --git a/community/cypher/cypher/pom.xml b/community/cypher/cypher/pom.xml index cdd9f866352e5..c772213f399db 100644 --- a/community/cypher/cypher/pom.xml +++ b/community/cypher/cypher/pom.xml @@ -5,14 +5,14 @@ org.neo4j cypher-parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../ 4.0.0 neo4j-cypher jar - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Neo4j - Cypher Neo4j query language http://components.neo4j.org/${project.artifactId}/${project.version} diff --git a/community/cypher/frontend-3.3/pom.xml b/community/cypher/frontend-3.3/pom.xml index 5a30515190b43..a0b8f6b4f1082 100644 --- a/community/cypher/frontend-3.3/pom.xml +++ b/community/cypher/frontend-3.3/pom.xml @@ -3,14 +3,14 @@ org.neo4j cypher-parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../ 4.0.0 neo4j-cypher-frontend-3.3 jar - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Neo4j - Cypher Frontend 3.3 Front end of the Cypher compiler diff --git a/community/cypher/ir-3.3/pom.xml b/community/cypher/ir-3.3/pom.xml index 6e5d36ade04cc..4d789b18972c9 100644 --- a/community/cypher/ir-3.3/pom.xml +++ b/community/cypher/ir-3.3/pom.xml @@ -3,14 +3,14 @@ org.neo4j cypher-parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../ 4.0.0 neo4j-cypher-ir-3.3 jar - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Neo4j - Cypher Intermediate Representation 3.3 The intermediate representations, such as logical plans and query graph diff --git a/community/cypher/pom.xml b/community/cypher/pom.xml index ebc5c04b000b1..f520749f8a167 100644 --- a/community/cypher/pom.xml +++ b/community/cypher/pom.xml @@ -6,12 +6,12 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. cypher-parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT pom Neo4j - Community Cypher Build Project that builds the Neo4j Cypher modules as part of the Community distribution. diff --git a/community/dbms/pom.xml b/community/dbms/pom.xml index aee47e200b8c8..41de0234e64c2 100644 --- a/community/dbms/pom.xml +++ b/community/dbms/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. 4.0.0 neo4j-dbms Neo4j - Database Management System - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT dbms diff --git a/community/graph-algo/pom.xml b/community/graph-algo/pom.xml index 57c0aae1ad862..1b32c0395c44e 100644 --- a/community/graph-algo/pom.xml +++ b/community/graph-algo/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. @@ -21,7 +21,7 @@ 4.0.0 neo4j-graph-algo org.neo4j - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT jar Neo4j - Graph Algorithms diff --git a/community/graphdb-api/pom.xml b/community/graphdb-api/pom.xml index ddba9d8cd945e..5c027274ec964 100644 --- a/community/graphdb-api/pom.xml +++ b/community/graphdb-api/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. @@ -17,7 +17,7 @@ 4.0.0 neo4j-graphdb-api - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT jar Neo4j - Graph Database API diff --git a/community/import-tool/pom.xml b/community/import-tool/pom.xml index f06b5d0a01fa6..213f7e113b74f 100644 --- a/community/import-tool/pom.xml +++ b/community/import-tool/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. @@ -17,7 +17,7 @@ 4.0.0 neo4j-import-tool - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT jar Neo4j - Import Command Line Tool diff --git a/community/index/pom.xml b/community/index/pom.xml index 355634d36bf81..1b6b03502907f 100644 --- a/community/index/pom.xml +++ b/community/index/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. diff --git a/community/io/pom.xml b/community/io/pom.xml index 7b7fbce88e383..178351dce30dc 100644 --- a/community/io/pom.xml +++ b/community/io/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-io - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT jar Neo4j - IO diff --git a/community/jmx/pom.xml b/community/jmx/pom.xml index cd81f42f04479..cf1ac3705e6fd 100644 --- a/community/jmx/pom.xml +++ b/community/jmx/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. org.neo4j neo4j-jmx - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Neo4j - JMX support Management support using JMX. diff --git a/community/kernel-api/pom.xml b/community/kernel-api/pom.xml index 3194d2ed071d1..fe3dcdf77ecfd 100644 --- a/community/kernel-api/pom.xml +++ b/community/kernel-api/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-kernel-api - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT jar Neo4j - Kernel API diff --git a/community/kernel/pom.xml b/community/kernel/pom.xml index e5db9032346be..42b35bad90a77 100644 --- a/community/kernel/pom.xml +++ b/community/kernel/pom.xml @@ -23,13 +23,13 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. 4.0.0 neo4j-kernel - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Neo4j - Graph Database Kernel diff --git a/community/licensecheck-config/pom.xml b/community/licensecheck-config/pom.xml index da851b9d1e453..dec53eeaa4cf7 100644 --- a/community/licensecheck-config/pom.xml +++ b/community/licensecheck-config/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. org.neo4j.build licensecheck-config - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Neo4j - Licensing configuration Licensing configuration for the Neo4j project. diff --git a/community/logging/pom.xml b/community/logging/pom.xml index b049c00abd33b..064f05f8cc5b0 100644 --- a/community/logging/pom.xml +++ b/community/logging/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-logging - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT jar Neo4j - Logging diff --git a/community/lucene-index-upgrade/pom.xml b/community/lucene-index-upgrade/pom.xml index d829bfa42c101..7cab866cc37d0 100644 --- a/community/lucene-index-upgrade/pom.xml +++ b/community/lucene-index-upgrade/pom.xml @@ -4,7 +4,7 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. @@ -18,7 +18,7 @@ 4.0.0 neo4j-lucene-upgrade - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT jar Neo4j - Lucene Index Upgrade diff --git a/community/lucene-index/pom.xml b/community/lucene-index/pom.xml index c60053b4410de..9f4f205ac1d4d 100644 --- a/community/lucene-index/pom.xml +++ b/community/lucene-index/pom.xml @@ -3,11 +3,11 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. neo4j-lucene-index - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Neo4j - Lucene Index diff --git a/community/neo4j-community/pom.xml b/community/neo4j-community/pom.xml index f7bc9802511bb..62413d32a2548 100644 --- a/community/neo4j-community/pom.xml +++ b/community/neo4j-community/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. org.neo4j neo4j-community - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Neo4j - Community pom diff --git a/community/neo4j-harness/pom.xml b/community/neo4j-harness/pom.xml index 5ecc03161863d..e98263c99f14b 100644 --- a/community/neo4j-harness/pom.xml +++ b/community/neo4j-harness/pom.xml @@ -5,7 +5,7 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. 4.0.0 diff --git a/community/neo4j-slf4j/pom.xml b/community/neo4j-slf4j/pom.xml index 24d6e18adb1f5..bc50d81f8288f 100644 --- a/community/neo4j-slf4j/pom.xml +++ b/community/neo4j-slf4j/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-slf4j - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT jar SLF4J Neo4j Binding diff --git a/community/neo4j/pom.xml b/community/neo4j/pom.xml index f01440d08205c..16caa0df780ce 100644 --- a/community/neo4j/pom.xml +++ b/community/neo4j/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. org.neo4j neo4j - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Neo4j - Community jar diff --git a/community/pom.xml b/community/pom.xml index 6f6ed92b19a88..2efc613792469 100644 --- a/community/pom.xml +++ b/community/pom.xml @@ -3,14 +3,14 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT .. 4.0.0 org.neo4j.build community-build - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Neo4j - Community Build pom diff --git a/community/primitive-collections/pom.xml b/community/primitive-collections/pom.xml index 59bff05365313..faf636d28a160 100644 --- a/community/primitive-collections/pom.xml +++ b/community/primitive-collections/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-primitive-collections - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT jar Neo4j - Primitive Collections diff --git a/community/procedure-compiler/integration-tests/pom.xml b/community/procedure-compiler/integration-tests/pom.xml index a0aaac8b9b723..c82e37347c93b 100644 --- a/community/procedure-compiler/integration-tests/pom.xml +++ b/community/procedure-compiler/integration-tests/pom.xml @@ -2,7 +2,7 @@ org.neo4j procedure-compiler-parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT .. diff --git a/community/procedure-compiler/pom.xml b/community/procedure-compiler/pom.xml index 12c51c7720a61..fc6b6f116268e 100644 --- a/community/procedure-compiler/pom.xml +++ b/community/procedure-compiler/pom.xml @@ -2,7 +2,7 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 procedure-compiler-parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT pom Neo4j - Procedure Compiler Parent POM diff --git a/community/procedure-compiler/processor/pom.xml b/community/procedure-compiler/processor/pom.xml index 9cc13f08a02ca..4ac001364b10a 100644 --- a/community/procedure-compiler/processor/pom.xml +++ b/community/procedure-compiler/processor/pom.xml @@ -4,7 +4,7 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../../.. diff --git a/community/resource/pom.xml b/community/resource/pom.xml index 3061b1ac354fa..2b1d6fb86b820 100644 --- a/community/resource/pom.xml +++ b/community/resource/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. @@ -18,7 +18,7 @@ 4.0.0 neo4j-resource org.neo4j - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT jar Neo4j - Resource interface diff --git a/community/security/pom.xml b/community/security/pom.xml index 91133cf656224..3dd02fb9a9451 100644 --- a/community/security/pom.xml +++ b/community/security/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-security - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT jar Neo4j - Security diff --git a/community/server-api/pom.xml b/community/server-api/pom.xml index c4448487e1327..51a82b5dfa809 100644 --- a/community/server-api/pom.xml +++ b/community/server-api/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. org.neo4j server-api - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT jar Neo4j - Server API diff --git a/community/server-plugin-test/pom.xml b/community/server-plugin-test/pom.xml index e5b4ebdc46b6f..4fb51d3ab3d3f 100644 --- a/community/server-plugin-test/pom.xml +++ b/community/server-plugin-test/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. org.neo4j server-plugin-test - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Neo4j - Server Plugin Tests Tests the server plugin registration functionality. diff --git a/community/server/pom.xml b/community/server/pom.xml index 097c263ccc850..6f4092ff2b91a 100644 --- a/community/server/pom.xml +++ b/community/server/pom.xml @@ -23,14 +23,14 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. 4.0.0 org.neo4j.app neo4j-server - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Neo4j - Server Standalone Neo4j server application. http://components.neo4j.org/${project.artifactId}/${project.version} diff --git a/community/shell/pom.xml b/community/shell/pom.xml index a843081495c88..431c3e4828e0d 100644 --- a/community/shell/pom.xml +++ b/community/shell/pom.xml @@ -3,13 +3,13 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. 4.0.0 neo4j-shell - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Neo4j - Generic shell diff --git a/community/ssl/pom.xml b/community/ssl/pom.xml index 07d691c6e12b5..02369243b3c50 100644 --- a/community/ssl/pom.xml +++ b/community/ssl/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-ssl - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT jar Neo4j - SSL diff --git a/community/udc/pom.xml b/community/udc/pom.xml index 62c613ba3de1a..9a55dcc324c30 100644 --- a/community/udc/pom.xml +++ b/community/udc/pom.xml @@ -3,14 +3,14 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. 4.0.0 org.neo4j neo4j-udc Neo4j - Usage Data Collection - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Collects simple statistics about server deployment. http://components.neo4j.org/${project.artifactId}/${project.version} diff --git a/community/unsafe/pom.xml b/community/unsafe/pom.xml index 1fd39c12f6fcb..306c264fe522e 100644 --- a/community/unsafe/pom.xml +++ b/community/unsafe/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-unsafe - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT jar Neo4j - Unsafe Access diff --git a/community/values/pom.xml b/community/values/pom.xml index 9df21c2ac74e3..aa4c082bce7c8 100644 --- a/community/values/pom.xml +++ b/community/values/pom.xml @@ -4,7 +4,7 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. @@ -17,7 +17,7 @@ 4.0.0 neo4j-values - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT jar Neo4j - Value diff --git a/enterprise/auth-plugin-api/pom.xml b/enterprise/auth-plugin-api/pom.xml index 13b59bf5987e2..d772abeb87aa0 100644 --- a/enterprise/auth-plugin-api/pom.xml +++ b/enterprise/auth-plugin-api/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. neo4j-auth-plugin-api - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Neo4j - Enterprise Graph Database Auth Plugin API Enterprise auth plugin API for adding custom auth providers to the Neo4j database diff --git a/enterprise/backup/pom.xml b/enterprise/backup/pom.xml index a7d4498e07a60..10eaaa4560c8c 100644 --- a/enterprise/backup/pom.xml +++ b/enterprise/backup/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. org.neo4j neo4j-backup - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Neo4j - Backup Tool Command line tool for grabbing backups from a running Neo4j instance diff --git a/enterprise/causal-clustering/pom.xml b/enterprise/causal-clustering/pom.xml index 032cfe837ce65..2765f9fb300a9 100644 --- a/enterprise/causal-clustering/pom.xml +++ b/enterprise/causal-clustering/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. 4.0.0 neo4j-causal-clustering Neo4j - Causal Clustering - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT This component provides the means to set up a cluster of Neo4j instances that act together as a cluster, providing cluster with RAFT consensus for the core machines and eventual diff --git a/enterprise/cluster/pom.xml b/enterprise/cluster/pom.xml index ff4c36e337b93..7f1511c2f927a 100644 --- a/enterprise/cluster/pom.xml +++ b/enterprise/cluster/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. org.neo4j neo4j-cluster - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Neo4j - Clustering Infrastructure Library implementing Paxos and Heartbeat components required for High Availability Neo4j diff --git a/enterprise/com/pom.xml b/enterprise/com/pom.xml index 72e1d2f0d2abb..4d2ff9e439da5 100644 --- a/enterprise/com/pom.xml +++ b/enterprise/com/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. org.neo4j neo4j-com - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Neo4j - Communication Package jar diff --git a/enterprise/cypher/acceptance-spec-suite/pom.xml b/enterprise/cypher/acceptance-spec-suite/pom.xml index afbe548143848..c7017486b03e3 100644 --- a/enterprise/cypher/acceptance-spec-suite/pom.xml +++ b/enterprise/cypher/acceptance-spec-suite/pom.xml @@ -6,14 +6,14 @@ org.neo4j cypher-enterprise-parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../ 4.0.0 neo4j-cypher-acceptance-spec-suite jar - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Neo4j - Cypher Acceptance Neo4j - Cypher Acceptance Specification Suite http://components.neo4j.org/${project.artifactId}/${project.version} diff --git a/enterprise/cypher/compatibility-spec-suite/pom.xml b/enterprise/cypher/compatibility-spec-suite/pom.xml index 0850f04e2a447..5055b18fde7c8 100644 --- a/enterprise/cypher/compatibility-spec-suite/pom.xml +++ b/enterprise/cypher/compatibility-spec-suite/pom.xml @@ -6,14 +6,14 @@ org.neo4j cypher-enterprise-parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../ 4.0.0 neo4j-cypher-compatibility-spec-suite jar - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Neo4j - Cypher Compatibility Specification Suite Neo4j query language compatibility suite http://components.neo4j.org/${project.artifactId}/${project.version} diff --git a/enterprise/cypher/cypher/pom.xml b/enterprise/cypher/cypher/pom.xml index f6e32b385b7d3..5047eddefd6f9 100644 --- a/enterprise/cypher/cypher/pom.xml +++ b/enterprise/cypher/cypher/pom.xml @@ -5,14 +5,14 @@ org.neo4j cypher-enterprise-parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../ 4.0.0 neo4j-enterprise-cypher jar - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Neo4j Enterprise Cypher Neo4j query language http://components.neo4j.org/${project.artifactId}/${project.version} diff --git a/enterprise/cypher/physical-planning/pom.xml b/enterprise/cypher/physical-planning/pom.xml index 214aa6cd13bf8..90725f84fe379 100644 --- a/enterprise/cypher/physical-planning/pom.xml +++ b/enterprise/cypher/physical-planning/pom.xml @@ -5,14 +5,14 @@ org.neo4j cypher-enterprise-parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../ 4.0.0 neo4j-cypher-physical-planning jar - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Neo4j Cypher Physical Planning A runtime for Neo4j's query language http://components.neo4j.org/${project.artifactId}/${project.version} diff --git a/enterprise/cypher/pom.xml b/enterprise/cypher/pom.xml index 3fbcc32cb5372..6fd6c721d3fe1 100644 --- a/enterprise/cypher/pom.xml +++ b/enterprise/cypher/pom.xml @@ -6,12 +6,12 @@ org.neo4j cypher-parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../../community/cypher/ cypher-enterprise-parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT pom Neo4j - Enterprise Cypher Build Project that builds the Neo4j Cypher modules as part of the Enterprise distribution. diff --git a/enterprise/cypher/slotted-runtime/pom.xml b/enterprise/cypher/slotted-runtime/pom.xml index ac42561c606ca..d431e6fc5dcd5 100644 --- a/enterprise/cypher/slotted-runtime/pom.xml +++ b/enterprise/cypher/slotted-runtime/pom.xml @@ -5,14 +5,14 @@ org.neo4j cypher-enterprise-parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../ 4.0.0 neo4j-cypher-slotted-runtime jar - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Neo4j Cypher Slotted Runtime Planner for the physical query plans http://components.neo4j.org/${project.artifactId}/${project.version} diff --git a/enterprise/cypher/spec-suite-tools/pom.xml b/enterprise/cypher/spec-suite-tools/pom.xml index 86c3b09f3592c..cb2bd4b3330e9 100644 --- a/enterprise/cypher/spec-suite-tools/pom.xml +++ b/enterprise/cypher/spec-suite-tools/pom.xml @@ -6,14 +6,14 @@ org.neo4j cypher-enterprise-parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../ 4.0.0 neo4j-cypher-spec-suite-tools jar - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Neo4j - Cypher Specification Suite Tools Neo4j query language test suite tools http://components.neo4j.org/${project.artifactId}/${project.version} diff --git a/enterprise/deferred-locks/pom.xml b/enterprise/deferred-locks/pom.xml index ab4ba52fc53f5..09737579561d1 100644 --- a/enterprise/deferred-locks/pom.xml +++ b/enterprise/deferred-locks/pom.xml @@ -6,12 +6,12 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. neo4j-deferred-locks - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Neo4j - Deferred Locks Enterprise locks deferred to commit time diff --git a/enterprise/fulltext-addon/pom.xml b/enterprise/fulltext-addon/pom.xml index cfcd06e0b2889..6438ae4cfb69c 100644 --- a/enterprise/fulltext-addon/pom.xml +++ b/enterprise/fulltext-addon/pom.xml @@ -6,12 +6,12 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. neo4j-fulltext-addon - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Neo4j - Fulltext add-on Fulltext index addon for neo4j diff --git a/enterprise/ha/pom.xml b/enterprise/ha/pom.xml index 59654111b5798..d72f194182457 100644 --- a/enterprise/ha/pom.xml +++ b/enterprise/ha/pom.xml @@ -3,14 +3,14 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. 4.0.0 neo4j-ha Neo4j - High Availability - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT This component provides the means to set up a cluster of Neo4j instances that act together as a cluster, providing Master-Slave replication and other features. diff --git a/enterprise/kernel/pom.xml b/enterprise/kernel/pom.xml index 920ca1062dcc7..d040c8d9f31af 100644 --- a/enterprise/kernel/pom.xml +++ b/enterprise/kernel/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. org.neo4j neo4j-enterprise-kernel - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Neo4j - Enterprise Graph Database Kernel Features Enterprise features for Neo4j diff --git a/enterprise/management/pom.xml b/enterprise/management/pom.xml index 2f0bdf1b14d68..e29128e1aa97c 100644 --- a/enterprise/management/pom.xml +++ b/enterprise/management/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. org.neo4j neo4j-management - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Neo4j - Graph DB Monitoring and Management tools Management support using JMX. diff --git a/enterprise/metrics/pom.xml b/enterprise/metrics/pom.xml index 47e19f0237fa1..c35b821cd792c 100644 --- a/enterprise/metrics/pom.xml +++ b/enterprise/metrics/pom.xml @@ -6,13 +6,13 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. org.neo4j neo4j-metrics - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Neo4j - Metrics Kernel Extension jar diff --git a/enterprise/neo4j-enterprise/pom.xml b/enterprise/neo4j-enterprise/pom.xml index 2ccbc50f48f87..cc1b94e6a1251 100644 --- a/enterprise/neo4j-enterprise/pom.xml +++ b/enterprise/neo4j-enterprise/pom.xml @@ -4,12 +4,12 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. neo4j-enterprise - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Neo4j - Enterprise jar diff --git a/enterprise/neo4j-harness-enterprise/pom.xml b/enterprise/neo4j-harness-enterprise/pom.xml index 88cf335fe8ae3..285ac7722adeb 100644 --- a/enterprise/neo4j-harness-enterprise/pom.xml +++ b/enterprise/neo4j-harness-enterprise/pom.xml @@ -6,7 +6,7 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. diff --git a/enterprise/pom.xml b/enterprise/pom.xml index a133b3a8d4727..fb5ff2515c468 100644 --- a/enterprise/pom.xml +++ b/enterprise/pom.xml @@ -3,14 +3,14 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT .. 4.0.0 org.neo4j.build enterprise-build - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Neo4j - Enterprise Build pom diff --git a/enterprise/procedure-compiler-enterprise-tests/pom.xml b/enterprise/procedure-compiler-enterprise-tests/pom.xml index abb34d58efe4e..843e762158914 100644 --- a/enterprise/procedure-compiler-enterprise-tests/pom.xml +++ b/enterprise/procedure-compiler-enterprise-tests/pom.xml @@ -4,7 +4,7 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. diff --git a/enterprise/query-logging/pom.xml b/enterprise/query-logging/pom.xml index d9be7fd28604c..0171031d700c0 100644 --- a/enterprise/query-logging/pom.xml +++ b/enterprise/query-logging/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. neo4j-query-logging - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Neo4j - Query Logging Extension for logging queries to a separate query log file diff --git a/enterprise/runtime/cursors/pom.xml b/enterprise/runtime/cursors/pom.xml index 5b1f9e4013426..06a02b02374a4 100644 --- a/enterprise/runtime/cursors/pom.xml +++ b/enterprise/runtime/cursors/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-store-cursors - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT jar Neo4j - Storage cursors diff --git a/enterprise/runtime/neole/pom.xml b/enterprise/runtime/neole/pom.xml index 6ebde6d772dd8..532c0c30564cd 100644 --- a/enterprise/runtime/neole/pom.xml +++ b/enterprise/runtime/neole/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-protostore-neole - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT jar Neo4j - Storage prototype Neo4j Limited Edition diff --git a/enterprise/runtime/pom.xml b/enterprise/runtime/pom.xml index 7c9ef12f40de0..2b20994d78b8c 100644 --- a/enterprise/runtime/pom.xml +++ b/enterprise/runtime/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-runtime - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT pom Neo4j - Cypher Runtime Runtime library for the Neo4j Cypher implementation diff --git a/enterprise/security/pom.xml b/enterprise/security/pom.xml index 8e297625b99f0..e393d32f6fde3 100644 --- a/enterprise/security/pom.xml +++ b/enterprise/security/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. neo4j-security-enterprise - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Neo4j - Enterprise Graph Database Security Features Enterprise security features for Neo4j diff --git a/enterprise/server-enterprise/pom.xml b/enterprise/server-enterprise/pom.xml index ee02f2817dfbb..7e8d0851fa154 100644 --- a/enterprise/server-enterprise/pom.xml +++ b/enterprise/server-enterprise/pom.xml @@ -3,14 +3,14 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. 4.0.0 org.neo4j.app neo4j-server-enterprise - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Neo4j - Enterprise Server Standalone Neo4j server application. diff --git a/integrationtests/pom.xml b/integrationtests/pom.xml index 4f8d00722626f..a33c2bc543e8a 100644 --- a/integrationtests/pom.xml +++ b/integrationtests/pom.xml @@ -4,12 +4,12 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT .. neo4j-integrationtests - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Neo4j - Integration Tests jar diff --git a/packaging/neo4j-desktop/pom.xml b/packaging/neo4j-desktop/pom.xml index 8cd5047a5da11..8393c4adf895d 100644 --- a/packaging/neo4j-desktop/pom.xml +++ b/packaging/neo4j-desktop/pom.xml @@ -5,7 +5,7 @@ org.neo4j.assembly neo4j-standalone - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../standalone @@ -13,7 +13,7 @@ org.neo4j.build neo4j-desktop - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Neo4j Desktop Easy-to-use Neo4j database in an .exe diff --git a/packaging/pom.xml b/packaging/pom.xml index f57ffd56c5306..b1ffb782f9944 100644 --- a/packaging/pom.xml +++ b/packaging/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT .. @@ -11,7 +11,7 @@ 4.0.0 org.neo4j.build packaging-build - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Neo4j Packaging Build pom diff --git a/packaging/standalone/pom.xml b/packaging/standalone/pom.xml index 0bac4473ad78b..3f857271f312d 100644 --- a/packaging/standalone/pom.xml +++ b/packaging/standalone/pom.xml @@ -4,7 +4,7 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT ../.. @@ -15,7 +15,7 @@ Neo4j - Server Assembler - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT This project assembles the Neo4j stand-alone distribution, pulling together all the deliverable artifacts and packaging them diff --git a/packaging/standalone/standalone-community/pom.xml b/packaging/standalone/standalone-community/pom.xml index ba5466d031a32..6d933524dcedd 100644 --- a/packaging/standalone/standalone-community/pom.xml +++ b/packaging/standalone/standalone-community/pom.xml @@ -4,7 +4,7 @@ org.neo4j.assembly neo4j-standalone - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT .. @@ -13,7 +13,7 @@ Neo4j Community - Server Assembler - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT This project assembles the Neo4j Community stand-alone distribution, pulling together all the deliverable artifacts and packaging them diff --git a/packaging/standalone/standalone-enterprise/pom.xml b/packaging/standalone/standalone-enterprise/pom.xml index d89f66dc23652..6816c3e74de18 100644 --- a/packaging/standalone/standalone-enterprise/pom.xml +++ b/packaging/standalone/standalone-enterprise/pom.xml @@ -4,7 +4,7 @@ org.neo4j.assembly neo4j-standalone - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT .. @@ -14,7 +14,7 @@ Neo4j Enterprise - Server Assembler - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT This project assembles the Neo4j Enterprise stand-alone distribution, pulling together all the deliverable artifacts and packaging them diff --git a/pom.xml b/pom.xml index 543837124d5e0..e37561d9e48ed 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT pom Neo4j diff --git a/stresstests/pom.xml b/stresstests/pom.xml index e4aacd5771688..46d3ed0a24257 100644 --- a/stresstests/pom.xml +++ b/stresstests/pom.xml @@ -4,12 +4,12 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT .. neo4j-stresstests - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Neo4j - Stress Tests jar diff --git a/tools/pom.xml b/tools/pom.xml index bf6da2adb900c..ad618171af4a0 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -7,12 +7,12 @@ org.neo4j parent - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT .. neo4j-tools - 3.3.0-SNAPSHOT + 3.4.0-SNAPSHOT Neo4j - Low Level Tools jar