From b38ab2f7ebf8e5b027a3c5b4c43ce0ae2b6a544f Mon Sep 17 00:00:00 2001 From: Chris Gioran Date: Wed, 5 Jul 2017 13:17:22 +0300 Subject: [PATCH] Update to 3.2.3-SNAPSHOT after release of 3.2.2 --- community/bolt/pom.xml | 2 +- community/codegen/pom.xml | 4 ++-- community/collections/pom.xml | 4 ++-- community/command-line/pom.xml | 4 ++-- community/common/pom.xml | 4 ++-- community/configuration/pom.xml | 4 ++-- community/consistency-check/pom.xml | 4 ++-- community/csv/pom.xml | 4 ++-- community/cypher/cypher-compiler-3.2/pom.xml | 4 ++-- community/cypher/cypher/pom.xml | 4 ++-- community/cypher/frontend-3.2/pom.xml | 4 ++-- community/cypher/ir-3.2/pom.xml | 4 ++-- community/cypher/pom.xml | 4 ++-- community/dbms/pom.xml | 4 ++-- community/graph-algo/pom.xml | 4 ++-- community/graphdb-api/pom.xml | 4 ++-- community/import-tool/pom.xml | 4 ++-- community/index/pom.xml | 2 +- community/io/pom.xml | 4 ++-- community/jmx/pom.xml | 4 ++-- community/kernel/pom.xml | 4 ++-- community/licensecheck-config/pom.xml | 4 ++-- community/logging/pom.xml | 4 ++-- community/lucene-index-upgrade/pom.xml | 4 ++-- community/lucene-index/pom.xml | 4 ++-- community/monitor-logging/pom.xml | 4 ++-- community/neo4j-community/pom.xml | 4 ++-- community/neo4j-harness/pom.xml | 2 +- community/neo4j-slf4j/pom.xml | 4 ++-- community/neo4j/pom.xml | 4 ++-- community/pom.xml | 4 ++-- community/primitive-collections/pom.xml | 4 ++-- community/procedure-compiler/integration-tests/pom.xml | 2 +- community/procedure-compiler/pom.xml | 4 ++-- community/procedure-compiler/processor/pom.xml | 2 +- community/resource/pom.xml | 4 ++-- community/security/pom.xml | 4 ++-- community/server-api/pom.xml | 4 ++-- community/server-plugin-test/pom.xml | 4 ++-- community/server/pom.xml | 4 ++-- community/shell/pom.xml | 4 ++-- community/ssl/pom.xml | 4 ++-- community/udc/pom.xml | 4 ++-- community/unsafe/pom.xml | 4 ++-- enterprise/auth-plugin-api/pom.xml | 4 ++-- enterprise/backup/pom.xml | 4 ++-- enterprise/causal-clustering/pom.xml | 4 ++-- enterprise/cluster/pom.xml | 4 ++-- enterprise/com/pom.xml | 4 ++-- enterprise/cypher/acceptance-spec-suite/pom.xml | 4 ++-- enterprise/cypher/compatibility-spec-suite/pom.xml | 4 ++-- enterprise/cypher/cypher-compiled-runtime-3.2/pom.xml | 4 ++-- enterprise/cypher/cypher/pom.xml | 4 ++-- enterprise/cypher/pom.xml | 4 ++-- enterprise/cypher/spec-suite-tools/pom.xml | 4 ++-- enterprise/deferred-locks/pom.xml | 4 ++-- enterprise/ha/pom.xml | 4 ++-- enterprise/kernel/pom.xml | 4 ++-- enterprise/management/pom.xml | 4 ++-- enterprise/metrics/pom.xml | 4 ++-- enterprise/neo4j-enterprise/pom.xml | 4 ++-- enterprise/neo4j-harness-enterprise/pom.xml | 2 +- enterprise/pom.xml | 4 ++-- enterprise/procedure-compiler-enterprise-tests/pom.xml | 2 +- enterprise/query-logging/pom.xml | 4 ++-- enterprise/security/pom.xml | 4 ++-- enterprise/server-enterprise/pom.xml | 4 ++-- integrationtests/pom.xml | 4 ++-- packaging/neo4j-desktop/pom.xml | 4 ++-- packaging/pom.xml | 4 ++-- packaging/standalone/pom.xml | 4 ++-- packaging/standalone/standalone-community/pom.xml | 4 ++-- packaging/standalone/standalone-enterprise/pom.xml | 4 ++-- pom.xml | 2 +- stresstests/pom.xml | 4 ++-- tools/pom.xml | 4 ++-- 76 files changed, 144 insertions(+), 144 deletions(-) diff --git a/community/bolt/pom.xml b/community/bolt/pom.xml index bbd3f831b4da4..0b7e041d9b42e 100644 --- a/community/bolt/pom.xml +++ b/community/bolt/pom.xml @@ -7,7 +7,7 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. diff --git a/community/codegen/pom.xml b/community/codegen/pom.xml index 1989f50957f87..c58f93595991a 100644 --- a/community/codegen/pom.xml +++ b/community/codegen/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. @@ -17,7 +17,7 @@ 4.0.0 neo4j-codegen - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT jar Neo4j - Code Generator diff --git a/community/collections/pom.xml b/community/collections/pom.xml index d036650b38508..7875c236ab78d 100644 --- a/community/collections/pom.xml +++ b/community/collections/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. @@ -18,7 +18,7 @@ 4.0.0 neo4j-collections org.neo4j - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT jar Neo4j - Collections diff --git a/community/command-line/pom.xml b/community/command-line/pom.xml index e9411e87dc822..c16414debc4a3 100644 --- a/community/command-line/pom.xml +++ b/community/command-line/pom.xml @@ -5,13 +5,13 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. 4.0.0 neo4j-command-line Neo4j - Command Line - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT command-line diff --git a/community/common/pom.xml b/community/common/pom.xml index 529438e10d361..b5171e6aa15dd 100644 --- a/community/common/pom.xml +++ b/community/common/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-common - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT jar Neo4j - Common diff --git a/community/configuration/pom.xml b/community/configuration/pom.xml index 409dd33e72949..c768dced6a126 100644 --- a/community/configuration/pom.xml +++ b/community/configuration/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-configuration - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT jar Neo4j - Configuration diff --git a/community/consistency-check/pom.xml b/community/consistency-check/pom.xml index f456357f65ad4..129550c6b4faa 100644 --- a/community/consistency-check/pom.xml +++ b/community/consistency-check/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. org.neo4j neo4j-consistency-check - 3.2.2-SNAPSHOT + 3.2.3-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 23cdd7752da14..9b2eda198c704 100644 --- a/community/csv/pom.xml +++ b/community/csv/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-csv - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT jar Neo4j - CSV reading and parsing diff --git a/community/cypher/cypher-compiler-3.2/pom.xml b/community/cypher/cypher-compiler-3.2/pom.xml index 512a900e5d12e..4895e86359b0a 100644 --- a/community/cypher/cypher-compiler-3.2/pom.xml +++ b/community/cypher/cypher-compiler-3.2/pom.xml @@ -3,14 +3,14 @@ org.neo4j cypher-parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../ 4.0.0 neo4j-cypher-compiler-3.2 jar - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT Neo4j - Cypher Compiler 3.2 Compiler for Cypher 3.2 http://components.neo4j.org/${project.artifactId}/${project.version} diff --git a/community/cypher/cypher/pom.xml b/community/cypher/cypher/pom.xml index 090bf948ca371..0dd221f8d89b8 100644 --- a/community/cypher/cypher/pom.xml +++ b/community/cypher/cypher/pom.xml @@ -5,14 +5,14 @@ org.neo4j cypher-parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../ 4.0.0 neo4j-cypher jar - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT Neo4j - Cypher Neo4j query language http://components.neo4j.org/${project.artifactId}/${project.version} diff --git a/community/cypher/frontend-3.2/pom.xml b/community/cypher/frontend-3.2/pom.xml index 4ea1878898126..c63f289b87892 100644 --- a/community/cypher/frontend-3.2/pom.xml +++ b/community/cypher/frontend-3.2/pom.xml @@ -3,14 +3,14 @@ org.neo4j cypher-parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../ 4.0.0 neo4j-cypher-frontend-3.2 jar - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT Neo4j - Cypher Frontend 3.2 Front end of the Cypher compiler diff --git a/community/cypher/ir-3.2/pom.xml b/community/cypher/ir-3.2/pom.xml index 4d7fc10f19dac..5ad3356a836a0 100644 --- a/community/cypher/ir-3.2/pom.xml +++ b/community/cypher/ir-3.2/pom.xml @@ -3,14 +3,14 @@ org.neo4j cypher-parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../ 4.0.0 neo4j-cypher-ir-3.2 jar - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT Neo4j - Cypher Intermediate Representation 3.2 The intermediate representations, such as logical plans and query graph diff --git a/community/cypher/pom.xml b/community/cypher/pom.xml index c06a310f36306..ce4e6a2bb2f6c 100644 --- a/community/cypher/pom.xml +++ b/community/cypher/pom.xml @@ -6,12 +6,12 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. cypher-parent - 3.2.2-SNAPSHOT + 3.2.3-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 f6512bd287a50..c1ee716eaa7c2 100644 --- a/community/dbms/pom.xml +++ b/community/dbms/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. 4.0.0 neo4j-dbms Neo4j - Database Management System - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT dbms diff --git a/community/graph-algo/pom.xml b/community/graph-algo/pom.xml index 81874b9fe160e..c9c8c0f012428 100644 --- a/community/graph-algo/pom.xml +++ b/community/graph-algo/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. @@ -18,7 +18,7 @@ 4.0.0 neo4j-graph-algo org.neo4j - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT jar Neo4j - Graph Algorithms diff --git a/community/graphdb-api/pom.xml b/community/graphdb-api/pom.xml index dc3f2090e55c9..770173f916503 100644 --- a/community/graphdb-api/pom.xml +++ b/community/graphdb-api/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. @@ -17,7 +17,7 @@ 4.0.0 neo4j-graphdb-api - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT jar Neo4j - Graph Database API diff --git a/community/import-tool/pom.xml b/community/import-tool/pom.xml index 9c4c558bcece0..6528cb704abe1 100644 --- a/community/import-tool/pom.xml +++ b/community/import-tool/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. @@ -17,7 +17,7 @@ 4.0.0 neo4j-import-tool - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT jar Neo4j - Import Command Line Tool diff --git a/community/index/pom.xml b/community/index/pom.xml index b15d7421822ae..c56aad9fc098b 100644 --- a/community/index/pom.xml +++ b/community/index/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. diff --git a/community/io/pom.xml b/community/io/pom.xml index 3b7dca4811906..027785bf56d5e 100644 --- a/community/io/pom.xml +++ b/community/io/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-io - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT jar Neo4j - IO diff --git a/community/jmx/pom.xml b/community/jmx/pom.xml index 6b572eb0df7ca..e1d8151fa1496 100644 --- a/community/jmx/pom.xml +++ b/community/jmx/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. org.neo4j neo4j-jmx - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT Neo4j - JMX support Management support using JMX. diff --git a/community/kernel/pom.xml b/community/kernel/pom.xml index 0c0f86faef39d..4d15d3c68bc9b 100644 --- a/community/kernel/pom.xml +++ b/community/kernel/pom.xml @@ -23,13 +23,13 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. 4.0.0 neo4j-kernel - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT Neo4j - Graph Database Kernel diff --git a/community/licensecheck-config/pom.xml b/community/licensecheck-config/pom.xml index a88bb2d8e25df..98f8e16d4a20e 100644 --- a/community/licensecheck-config/pom.xml +++ b/community/licensecheck-config/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. org.neo4j.build licensecheck-config - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT Neo4j - Licensing configuration Licensing configuration for the Neo4j project. diff --git a/community/logging/pom.xml b/community/logging/pom.xml index d1d0afa206bbe..dadd93e645d57 100644 --- a/community/logging/pom.xml +++ b/community/logging/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-logging - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT jar Neo4j - Logging diff --git a/community/lucene-index-upgrade/pom.xml b/community/lucene-index-upgrade/pom.xml index 604575688b656..00a249b1d78f0 100644 --- a/community/lucene-index-upgrade/pom.xml +++ b/community/lucene-index-upgrade/pom.xml @@ -4,7 +4,7 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. @@ -18,7 +18,7 @@ 4.0.0 neo4j-lucene-upgrade - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT jar Neo4j - Lucene Index Upgrade diff --git a/community/lucene-index/pom.xml b/community/lucene-index/pom.xml index 9ca5072fdc90b..916969b061b0f 100644 --- a/community/lucene-index/pom.xml +++ b/community/lucene-index/pom.xml @@ -3,11 +3,11 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. neo4j-lucene-index - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT Neo4j - Lucene Index diff --git a/community/monitor-logging/pom.xml b/community/monitor-logging/pom.xml index 409c61374d353..d640c35c7591b 100644 --- a/community/monitor-logging/pom.xml +++ b/community/monitor-logging/pom.xml @@ -3,14 +3,14 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. 4.0.0 org.neo4j neo4j-monitor-logging Neo4j - Monitor Logging - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT Logs information collected from a set of monitors. diff --git a/community/neo4j-community/pom.xml b/community/neo4j-community/pom.xml index fa9fba6c644e2..7e4a1c61e6db0 100644 --- a/community/neo4j-community/pom.xml +++ b/community/neo4j-community/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. org.neo4j neo4j-community - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT Neo4j - Community pom diff --git a/community/neo4j-harness/pom.xml b/community/neo4j-harness/pom.xml index 375f63fc4f245..6d1258295c71b 100644 --- a/community/neo4j-harness/pom.xml +++ b/community/neo4j-harness/pom.xml @@ -5,7 +5,7 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. 4.0.0 diff --git a/community/neo4j-slf4j/pom.xml b/community/neo4j-slf4j/pom.xml index d38f347f2a5d6..9b315e4647233 100644 --- a/community/neo4j-slf4j/pom.xml +++ b/community/neo4j-slf4j/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-slf4j - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT jar SLF4J Neo4j Binding diff --git a/community/neo4j/pom.xml b/community/neo4j/pom.xml index 7d270e4be0320..0ff8ad5b78e95 100644 --- a/community/neo4j/pom.xml +++ b/community/neo4j/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. org.neo4j neo4j - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT Neo4j - Community jar diff --git a/community/pom.xml b/community/pom.xml index f7ebb46a08846..742a3c1a6ae9d 100644 --- a/community/pom.xml +++ b/community/pom.xml @@ -3,14 +3,14 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT .. 4.0.0 org.neo4j.build community-build - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT Neo4j - Community Build pom diff --git a/community/primitive-collections/pom.xml b/community/primitive-collections/pom.xml index c2c4ba864b21b..8f5de25f889b7 100644 --- a/community/primitive-collections/pom.xml +++ b/community/primitive-collections/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-primitive-collections - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT jar Neo4j - Primitive Collections diff --git a/community/procedure-compiler/integration-tests/pom.xml b/community/procedure-compiler/integration-tests/pom.xml index 95f0b95ac4392..8af2c107abbe7 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.2.2-SNAPSHOT + 3.2.3-SNAPSHOT .. diff --git a/community/procedure-compiler/pom.xml b/community/procedure-compiler/pom.xml index 373151a693f08..d5a814d3bd49c 100644 --- a/community/procedure-compiler/pom.xml +++ b/community/procedure-compiler/pom.xml @@ -2,7 +2,7 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 procedure-compiler-parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT pom Neo4j - Procedure Compiler Parent POM diff --git a/community/procedure-compiler/processor/pom.xml b/community/procedure-compiler/processor/pom.xml index 399dbc5812f3a..501ae2ac8c5ae 100644 --- a/community/procedure-compiler/processor/pom.xml +++ b/community/procedure-compiler/processor/pom.xml @@ -4,7 +4,7 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../../.. diff --git a/community/resource/pom.xml b/community/resource/pom.xml index de2207fa93c21..ed528bb1329f1 100644 --- a/community/resource/pom.xml +++ b/community/resource/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. @@ -18,7 +18,7 @@ 4.0.0 neo4j-resource org.neo4j - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT jar Neo4j - Resource interface diff --git a/community/security/pom.xml b/community/security/pom.xml index cf49d49d6548f..022c16ec2adb3 100644 --- a/community/security/pom.xml +++ b/community/security/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-security - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT jar Neo4j - Security diff --git a/community/server-api/pom.xml b/community/server-api/pom.xml index d7bff56e2e92f..def714c11a697 100644 --- a/community/server-api/pom.xml +++ b/community/server-api/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. org.neo4j server-api - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT jar Neo4j - Server API diff --git a/community/server-plugin-test/pom.xml b/community/server-plugin-test/pom.xml index 6b489c525ccd4..29df452e24fed 100644 --- a/community/server-plugin-test/pom.xml +++ b/community/server-plugin-test/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. org.neo4j server-plugin-test - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT Neo4j - Server Plugin Tests Tests the server plugin registration functionality. diff --git a/community/server/pom.xml b/community/server/pom.xml index 3e34ac48382e9..543837e46f35a 100644 --- a/community/server/pom.xml +++ b/community/server/pom.xml @@ -23,14 +23,14 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. 4.0.0 org.neo4j.app neo4j-server - 3.2.2-SNAPSHOT + 3.2.3-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 1d9f97478a4a6..f55ee4008e2d6 100644 --- a/community/shell/pom.xml +++ b/community/shell/pom.xml @@ -3,13 +3,13 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. 4.0.0 neo4j-shell - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT Neo4j - Generic shell diff --git a/community/ssl/pom.xml b/community/ssl/pom.xml index c0bde3d1635b6..5aa1c37a3d723 100644 --- a/community/ssl/pom.xml +++ b/community/ssl/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-ssl - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT jar Neo4j - SSL diff --git a/community/udc/pom.xml b/community/udc/pom.xml index 47b97ae77e015..2097d31d644dc 100644 --- a/community/udc/pom.xml +++ b/community/udc/pom.xml @@ -3,14 +3,14 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. 4.0.0 org.neo4j neo4j-udc Neo4j - Usage Data Collection - 3.2.2-SNAPSHOT + 3.2.3-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 b5672a598ab95..0343baf997f26 100644 --- a/community/unsafe/pom.xml +++ b/community/unsafe/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-unsafe - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT jar Neo4j - Unsafe Access diff --git a/enterprise/auth-plugin-api/pom.xml b/enterprise/auth-plugin-api/pom.xml index 72449826d63a4..861288e041229 100644 --- a/enterprise/auth-plugin-api/pom.xml +++ b/enterprise/auth-plugin-api/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. neo4j-auth-plugin-api - 3.2.2-SNAPSHOT + 3.2.3-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 83b695421a2f6..e81ca1cb7229b 100644 --- a/enterprise/backup/pom.xml +++ b/enterprise/backup/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. org.neo4j neo4j-backup - 3.2.2-SNAPSHOT + 3.2.3-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 4f5add5e74afd..85d730c9f1525 100644 --- a/enterprise/causal-clustering/pom.xml +++ b/enterprise/causal-clustering/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. 4.0.0 neo4j-causal-clustering Neo4j - Causal Clustering - 3.2.2-SNAPSHOT + 3.2.3-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 324edd0447a85..2eed7bcf671e0 100644 --- a/enterprise/cluster/pom.xml +++ b/enterprise/cluster/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. org.neo4j neo4j-cluster - 3.2.2-SNAPSHOT + 3.2.3-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 1b70b21ef6493..1ecdcf71c0bf8 100644 --- a/enterprise/com/pom.xml +++ b/enterprise/com/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. org.neo4j neo4j-com - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT Neo4j - Communication Package jar diff --git a/enterprise/cypher/acceptance-spec-suite/pom.xml b/enterprise/cypher/acceptance-spec-suite/pom.xml index 2ef68722ae05a..e80ee74022a3c 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.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../ 4.0.0 neo4j-cypher-acceptance-spec-suite jar - 3.2.2-SNAPSHOT + 3.2.3-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 93c05b1d71c6b..32da9fd3d3438 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.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../ 4.0.0 neo4j-cypher-compatibility-spec-suite jar - 3.2.2-SNAPSHOT + 3.2.3-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-compiled-runtime-3.2/pom.xml b/enterprise/cypher/cypher-compiled-runtime-3.2/pom.xml index d87bb6f3e3d8d..23ed0534b28ce 100644 --- a/enterprise/cypher/cypher-compiled-runtime-3.2/pom.xml +++ b/enterprise/cypher/cypher-compiled-runtime-3.2/pom.xml @@ -3,14 +3,14 @@ org.neo4j cypher-enterprise-parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../ 4.0.0 neo4j-cypher-compiled-runtime-3.2 jar - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT Neo4j - Cypher Compiled Runtime 3.2 Compiled Runtime for Cypher 3.2 http://components.neo4j.org/${project.artifactId}/${project.version} diff --git a/enterprise/cypher/cypher/pom.xml b/enterprise/cypher/cypher/pom.xml index 3357472ace2fc..39a73193526b4 100644 --- a/enterprise/cypher/cypher/pom.xml +++ b/enterprise/cypher/cypher/pom.xml @@ -5,14 +5,14 @@ org.neo4j cypher-enterprise-parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../ 4.0.0 neo4j-enterprise-cypher jar - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT Neo4j Enterprise Cypher Neo4j query language http://components.neo4j.org/${project.artifactId}/${project.version} diff --git a/enterprise/cypher/pom.xml b/enterprise/cypher/pom.xml index 0f4f73e3a5b63..4865b7b71b408 100644 --- a/enterprise/cypher/pom.xml +++ b/enterprise/cypher/pom.xml @@ -6,12 +6,12 @@ org.neo4j cypher-parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../../community/cypher/ cypher-enterprise-parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT pom Neo4j - Enterprise Cypher Build Project that builds the Neo4j Cypher modules as part of the Enterprise distribution. diff --git a/enterprise/cypher/spec-suite-tools/pom.xml b/enterprise/cypher/spec-suite-tools/pom.xml index 13b9161a69279..e34395f617712 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.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../ 4.0.0 neo4j-cypher-spec-suite-tools jar - 3.2.2-SNAPSHOT + 3.2.3-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 6229937fe53b6..a95b747db4235 100644 --- a/enterprise/deferred-locks/pom.xml +++ b/enterprise/deferred-locks/pom.xml @@ -6,12 +6,12 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. neo4j-deferred-locks - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT Neo4j - Deferred Locks Enterprise locks deferred to commit time diff --git a/enterprise/ha/pom.xml b/enterprise/ha/pom.xml index 574a1928ab8cc..90dc23a2d2b34 100644 --- a/enterprise/ha/pom.xml +++ b/enterprise/ha/pom.xml @@ -3,14 +3,14 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. 4.0.0 neo4j-ha Neo4j - High Availability - 3.2.2-SNAPSHOT + 3.2.3-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 48e8c25812941..2ba81ec780433 100644 --- a/enterprise/kernel/pom.xml +++ b/enterprise/kernel/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. org.neo4j neo4j-enterprise-kernel - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT Neo4j - Enterprise Graph Database Kernel Features Enterprise features for Neo4j diff --git a/enterprise/management/pom.xml b/enterprise/management/pom.xml index 408fa3d3f8c72..241b93b7837cf 100644 --- a/enterprise/management/pom.xml +++ b/enterprise/management/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. org.neo4j neo4j-management - 3.2.2-SNAPSHOT + 3.2.3-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 6164f11c03d39..317f23f248498 100644 --- a/enterprise/metrics/pom.xml +++ b/enterprise/metrics/pom.xml @@ -6,13 +6,13 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. org.neo4j neo4j-metrics - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT Neo4j - Metrics Kernel Extension jar diff --git a/enterprise/neo4j-enterprise/pom.xml b/enterprise/neo4j-enterprise/pom.xml index 121ce636e6a90..1b0aa98c0ae9e 100644 --- a/enterprise/neo4j-enterprise/pom.xml +++ b/enterprise/neo4j-enterprise/pom.xml @@ -4,12 +4,12 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. neo4j-enterprise - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT Neo4j - Enterprise jar diff --git a/enterprise/neo4j-harness-enterprise/pom.xml b/enterprise/neo4j-harness-enterprise/pom.xml index b46f6699760b4..b2f988a2e390f 100644 --- a/enterprise/neo4j-harness-enterprise/pom.xml +++ b/enterprise/neo4j-harness-enterprise/pom.xml @@ -6,7 +6,7 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. diff --git a/enterprise/pom.xml b/enterprise/pom.xml index c41d3073f559d..d2a086a88d27f 100644 --- a/enterprise/pom.xml +++ b/enterprise/pom.xml @@ -3,14 +3,14 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT .. 4.0.0 org.neo4j.build enterprise-build - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT Neo4j - Enterprise Build pom diff --git a/enterprise/procedure-compiler-enterprise-tests/pom.xml b/enterprise/procedure-compiler-enterprise-tests/pom.xml index 6d98f660b47ef..e6e04c6b9517d 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.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. diff --git a/enterprise/query-logging/pom.xml b/enterprise/query-logging/pom.xml index 4e03f54dc1095..56ecec5654f77 100644 --- a/enterprise/query-logging/pom.xml +++ b/enterprise/query-logging/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. neo4j-query-logging - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT Neo4j - Query Logging Extension for logging queries to a separate query log file diff --git a/enterprise/security/pom.xml b/enterprise/security/pom.xml index 5a1424faad5ea..9ef23adc9e36c 100644 --- a/enterprise/security/pom.xml +++ b/enterprise/security/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. neo4j-security-enterprise - 3.2.2-SNAPSHOT + 3.2.3-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 d04a759b0996c..c0e46cfd212bd 100644 --- a/enterprise/server-enterprise/pom.xml +++ b/enterprise/server-enterprise/pom.xml @@ -3,14 +3,14 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. 4.0.0 org.neo4j.app neo4j-server-enterprise - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT Neo4j - Enterprise Server Standalone Neo4j server application. diff --git a/integrationtests/pom.xml b/integrationtests/pom.xml index 2e17d3be9ef38..753fa29ff9cd2 100644 --- a/integrationtests/pom.xml +++ b/integrationtests/pom.xml @@ -4,12 +4,12 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT .. neo4j-integrationtests - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT Neo4j - Integration Tests jar diff --git a/packaging/neo4j-desktop/pom.xml b/packaging/neo4j-desktop/pom.xml index 0355f4c4b648c..1f902b8a1bace 100644 --- a/packaging/neo4j-desktop/pom.xml +++ b/packaging/neo4j-desktop/pom.xml @@ -5,7 +5,7 @@ org.neo4j.assembly neo4j-standalone - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../standalone @@ -13,7 +13,7 @@ org.neo4j.build neo4j-desktop - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT Neo4j Desktop Easy-to-use Neo4j database in an .exe diff --git a/packaging/pom.xml b/packaging/pom.xml index fb6f3889144e6..b88f0e28433eb 100644 --- a/packaging/pom.xml +++ b/packaging/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT .. @@ -11,7 +11,7 @@ 4.0.0 org.neo4j.build packaging-build - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT Neo4j Packaging Build pom diff --git a/packaging/standalone/pom.xml b/packaging/standalone/pom.xml index b8218aee48f6b..06f6e57a44cab 100644 --- a/packaging/standalone/pom.xml +++ b/packaging/standalone/pom.xml @@ -4,7 +4,7 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT ../.. @@ -15,7 +15,7 @@ Neo4j - Server Assembler - 3.2.2-SNAPSHOT + 3.2.3-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 a8dd1a6726048..cc2c273ae37c0 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.2.2-SNAPSHOT + 3.2.3-SNAPSHOT .. @@ -13,7 +13,7 @@ Neo4j Community - Server Assembler - 3.2.2-SNAPSHOT + 3.2.3-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 029f430cd8be2..be39fb078b05b 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.2.2-SNAPSHOT + 3.2.3-SNAPSHOT .. @@ -14,7 +14,7 @@ Neo4j Enterprise - Server Assembler - 3.2.2-SNAPSHOT + 3.2.3-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 b5b3a8ab36252..5716cd4f63bff 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT pom Neo4j diff --git a/stresstests/pom.xml b/stresstests/pom.xml index 6e4054684cea4..07b98156368c7 100644 --- a/stresstests/pom.xml +++ b/stresstests/pom.xml @@ -4,12 +4,12 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT .. neo4j-stresstests - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT Neo4j - Stress Tests jar diff --git a/tools/pom.xml b/tools/pom.xml index 9d30ca82e3e59..d17bd8db6b59f 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -7,12 +7,12 @@ org.neo4j parent - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT .. neo4j-tools - 3.2.2-SNAPSHOT + 3.2.3-SNAPSHOT Neo4j - Low Level Tools jar