From c0c92405bdceb782ba7381ce6930e4e3470da4aa Mon Sep 17 00:00:00 2001 From: Craig Taverner Date: Tue, 19 Jan 2016 10:37:43 +0100 Subject: [PATCH] Updated version to 2.3.3-SNAPSHOT --- advanced/management/pom.xml | 4 ++-- advanced/neo4j-advanced/pom.xml | 4 ++-- advanced/pom.xml | 4 ++-- advanced/server-advanced/pom.xml | 4 ++-- community/browser/pom.xml | 4 ++-- community/codegen/pom.xml | 4 ++-- community/consistency-check-legacy/pom.xml | 4 ++-- community/consistency-check/pom.xml | 4 ++-- community/csv/pom.xml | 4 ++-- community/cypher/acceptance/pom.xml | 4 ++-- community/cypher/compatibility-suite/pom.xml | 4 ++-- community/cypher/cypher-compiler-2.3/pom.xml | 4 ++-- community/cypher/cypher/pom.xml | 4 ++-- community/cypher/frontend-2.3/pom.xml | 4 ++-- community/cypher/pom.xml | 4 ++-- community/embedded-examples/pom.xml | 4 ++-- community/function/pom.xml | 4 ++-- community/graph-algo/pom.xml | 4 ++-- community/graph-matching/pom.xml | 4 ++-- community/graphviz/pom.xml | 4 ++-- community/import-tool/pom.xml | 4 ++-- 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/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/server-api/pom.xml | 4 ++-- community/server-examples/pom.xml | 4 ++-- community/server-plugin-test/pom.xml | 4 ++-- community/server/pom.xml | 4 ++-- community/shell/pom.xml | 4 ++-- community/udc/pom.xml | 4 ++-- community/unsafe/pom.xml | 4 ++-- enterprise/backup/pom.xml | 4 ++-- enterprise/cluster/pom.xml | 4 ++-- enterprise/com/pom.xml | 4 ++-- enterprise/enterprise-performance-tests/pom.xml | 4 ++-- enterprise/ha/pom.xml | 4 ++-- enterprise/kernel/pom.xml | 4 ++-- enterprise/metrics/pom.xml | 4 ++-- enterprise/neo4j-enterprise/pom.xml | 4 ++-- enterprise/pom.xml | 4 ++-- enterprise/query-logging/pom.xml | 4 ++-- enterprise/server-enterprise/pom.xml | 4 ++-- integrationtests/pom.xml | 4 ++-- manual/contents/pom.xml | 4 ++-- manual/cypher/cypher-docs/pom.xml | 4 ++-- manual/cypher/graphgist/pom.xml | 4 ++-- manual/cypher/pom.xml | 4 ++-- manual/cypher/refcard-tests/pom.xml | 4 ++-- manual/javadocs/pom.xml | 4 ++-- manual/manual/pom.xml | 4 ++-- manual/neo4j-harness-test/pom.xml | 4 ++-- manual/pom.xml | 4 ++-- manual/refcard/pom.xml | 4 ++-- packaging/installer-linux/installer-debian/pom.xml | 4 ++-- .../installer-rpm/installer-rpm-advanced/pom.xml | 4 ++-- .../installer-rpm/installer-rpm-community/pom.xml | 4 ++-- .../installer-rpm/installer-rpm-enterprise/pom.xml | 4 ++-- packaging/installer-linux/installer-rpm/pom.xml | 4 ++-- packaging/installer-linux/pom.xml | 4 ++-- packaging/neo4j-desktop/pom.xml | 4 ++-- packaging/pom.xml | 4 ++-- packaging/standalone/pom.xml | 4 ++-- packaging/standalone/standalone-advanced/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 ++-- 78 files changed, 154 insertions(+), 154 deletions(-) diff --git a/advanced/management/pom.xml b/advanced/management/pom.xml index 9dda27a7a5cab..bba540c1bfdca 100644 --- a/advanced/management/pom.xml +++ b/advanced/management/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. org.neo4j neo4j-management - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - Graph DB Monitoring and Management tools Management support using JMX. diff --git a/advanced/neo4j-advanced/pom.xml b/advanced/neo4j-advanced/pom.xml index b37ab46f8a8a0..b353e3ff16f09 100644 --- a/advanced/neo4j-advanced/pom.xml +++ b/advanced/neo4j-advanced/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. org.neo4j neo4j-advanced - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - Advanced jar diff --git a/advanced/pom.xml b/advanced/pom.xml index 8e2a53bcb28f5..1571fb4827338 100644 --- a/advanced/pom.xml +++ b/advanced/pom.xml @@ -3,14 +3,14 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT .. 4.0.0 org.neo4j.build advanced-build - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - Advanced Build pom diff --git a/advanced/server-advanced/pom.xml b/advanced/server-advanced/pom.xml index 427d3644a3aec..112c229284b14 100644 --- a/advanced/server-advanced/pom.xml +++ b/advanced/server-advanced/pom.xml @@ -23,14 +23,14 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. 4.0.0 org.neo4j.app neo4j-server-advanced - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - Advanced Server Standalone Neo4j server application. diff --git a/community/browser/pom.xml b/community/browser/pom.xml index 1bf417436ce26..2933cdf373970 100644 --- a/community/browser/pom.xml +++ b/community/browser/pom.xml @@ -5,13 +5,13 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. org.neo4j.app neo4j-browser - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - Browser Graph database client. diff --git a/community/codegen/pom.xml b/community/codegen/pom.xml index a577ae6d3434c..a6483841f94b2 100644 --- a/community/codegen/pom.xml +++ b/community/codegen/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-codegen - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT jar Neo4j - Code Generator diff --git a/community/consistency-check-legacy/pom.xml b/community/consistency-check-legacy/pom.xml index f3d9952ffe6e9..62d51e136e25c 100644 --- a/community/consistency-check-legacy/pom.xml +++ b/community/consistency-check-legacy/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. org.neo4j neo4j-consistency-check-legacy - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - Legacy Consistency Checker Legacy tool for checking consistency of a Neo4j data store. diff --git a/community/consistency-check/pom.xml b/community/consistency-check/pom.xml index f603537c86574..ddea2ee2b63cb 100644 --- a/community/consistency-check/pom.xml +++ b/community/consistency-check/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. org.neo4j neo4j-consistency-check - 2.3.2-SNAPSHOT + 2.3.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 0555bdab92241..53d9369dc2640 100644 --- a/community/csv/pom.xml +++ b/community/csv/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-csv - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT jar Neo4j - CSV reading and parsing diff --git a/community/cypher/acceptance/pom.xml b/community/cypher/acceptance/pom.xml index ffcbca7932121..35d76e717093a 100644 --- a/community/cypher/acceptance/pom.xml +++ b/community/cypher/acceptance/pom.xml @@ -6,14 +6,14 @@ org.neo4j cypher-parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../ 4.0.0 neo4j-cypher-acceptance jar - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - Cypher Acceptance Neo4j query language acceptance tests http://components.neo4j.org/${project.artifactId}/${project.version} diff --git a/community/cypher/compatibility-suite/pom.xml b/community/cypher/compatibility-suite/pom.xml index 277c6a12d118b..bb4224e6f446b 100644 --- a/community/cypher/compatibility-suite/pom.xml +++ b/community/cypher/compatibility-suite/pom.xml @@ -6,14 +6,14 @@ org.neo4j cypher-parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../ 4.0.0 neo4j-cypher-compatibility-suite jar - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - Cypher Compatibility Suite Neo4j query language compatibility suite http://components.neo4j.org/${project.artifactId}/${project.version} diff --git a/community/cypher/cypher-compiler-2.3/pom.xml b/community/cypher/cypher-compiler-2.3/pom.xml index 2524ee3d53939..64ead9260a1f4 100644 --- a/community/cypher/cypher-compiler-2.3/pom.xml +++ b/community/cypher/cypher-compiler-2.3/pom.xml @@ -3,7 +3,7 @@ org.neo4j cypher-parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../ @@ -11,7 +11,7 @@ org.neo4j neo4j-cypher-compiler-2.3 jar - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - Cypher Compiler 2.3 Compiler for Cypher 2.3 http://components.neo4j.org/${project.artifactId}/${project.version} diff --git a/community/cypher/cypher/pom.xml b/community/cypher/cypher/pom.xml index 0bc1ee1626f1b..8a0e3c9f4234a 100644 --- a/community/cypher/cypher/pom.xml +++ b/community/cypher/cypher/pom.xml @@ -5,14 +5,14 @@ org.neo4j cypher-parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../ 4.0.0 neo4j-cypher jar - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - Cypher Neo4j query language http://components.neo4j.org/${project.artifactId}/${project.version} diff --git a/community/cypher/frontend-2.3/pom.xml b/community/cypher/frontend-2.3/pom.xml index e5da98ea93fa6..a6d381fc33f36 100644 --- a/community/cypher/frontend-2.3/pom.xml +++ b/community/cypher/frontend-2.3/pom.xml @@ -3,7 +3,7 @@ org.neo4j cypher-parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../ @@ -11,7 +11,7 @@ org.neo4j neo4j-cypher-frontend-2.3 jar - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - Cypher Frontend 2.3 Front end of the Cypher compiler http://components.neo4j.org/${project.artifactId}/${project.version} diff --git a/community/cypher/pom.xml b/community/cypher/pom.xml index cd32aed36b49c..c2c95b7009130 100644 --- a/community/cypher/pom.xml +++ b/community/cypher/pom.xml @@ -6,12 +6,12 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. cypher-parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT pom Neo4j - Community Cypher Build Project that builds the Neo4j Cypher modules as part of the Community distribution. diff --git a/community/embedded-examples/pom.xml b/community/embedded-examples/pom.xml index 4446208e1f8ed..2b80b5d7a7116 100644 --- a/community/embedded-examples/pom.xml +++ b/community/embedded-examples/pom.xml @@ -3,13 +3,13 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. org.neo4j.examples neo4j-examples Neo4j - Examples - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j Embedded Examples http://components.neo4j.org/${project.artifactId}/${project.version}/ diff --git a/community/function/pom.xml b/community/function/pom.xml index 330a69fa70680..7aac593ba6b24 100644 --- a/community/function/pom.xml +++ b/community/function/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-function - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT jar Neo4j - Functions diff --git a/community/graph-algo/pom.xml b/community/graph-algo/pom.xml index 3a854fbe0474f..d782f0698cf16 100644 --- a/community/graph-algo/pom.xml +++ b/community/graph-algo/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. @@ -18,7 +18,7 @@ 4.0.0 neo4j-graph-algo org.neo4j - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT jar Neo4j - Graph Algorithms diff --git a/community/graph-matching/pom.xml b/community/graph-matching/pom.xml index ee560d275101c..5681cbc296c81 100644 --- a/community/graph-matching/pom.xml +++ b/community/graph-matching/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. @@ -18,7 +18,7 @@ 4.0.0 org.neo4j neo4j-graph-matching - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - Graph Matching A graph pattern matcher for Neo4j. diff --git a/community/graphviz/pom.xml b/community/graphviz/pom.xml index f55b45f8c51b0..7755d0a5ebd32 100644 --- a/community/graphviz/pom.xml +++ b/community/graphviz/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. org.neo4j neo4j-graphviz - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - Graphviz generation Utility component to generate Graphviz .dot notation from Neo4j graphs. diff --git a/community/import-tool/pom.xml b/community/import-tool/pom.xml index f0f1d86f344b8..0c3ab1929183a 100644 --- a/community/import-tool/pom.xml +++ b/community/import-tool/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. @@ -17,7 +17,7 @@ 4.0.0 neo4j-import-tool - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT jar Neo4j - Import Command Line Tool diff --git a/community/io/pom.xml b/community/io/pom.xml index 633280ad0d76b..799b2b089dbc3 100644 --- a/community/io/pom.xml +++ b/community/io/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-io - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT jar Neo4j - IO diff --git a/community/jmx/pom.xml b/community/jmx/pom.xml index 9a3505b67f600..1e52ccc932785 100644 --- a/community/jmx/pom.xml +++ b/community/jmx/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. org.neo4j neo4j-jmx - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - JMX support Management support using JMX. diff --git a/community/kernel/pom.xml b/community/kernel/pom.xml index 59963d174b311..81619ef916897 100644 --- a/community/kernel/pom.xml +++ b/community/kernel/pom.xml @@ -23,13 +23,13 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. 4.0.0 neo4j-kernel - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - Graph Database Kernel diff --git a/community/licensecheck-config/pom.xml b/community/licensecheck-config/pom.xml index 019bb567269d7..83e6c7895eeb0 100644 --- a/community/licensecheck-config/pom.xml +++ b/community/licensecheck-config/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. org.neo4j.build licensecheck-config - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - Licensing configuration Licensing configuration for the Neo4j project. diff --git a/community/logging/pom.xml b/community/logging/pom.xml index 79973d70e5124..8a9ff2525a7f9 100644 --- a/community/logging/pom.xml +++ b/community/logging/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-logging - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT jar Neo4j - Logging diff --git a/community/lucene-index/pom.xml b/community/lucene-index/pom.xml index b166d7329bbb4..084af564e7a96 100644 --- a/community/lucene-index/pom.xml +++ b/community/lucene-index/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. org.neo4j neo4j-lucene-index - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - Lucene Index diff --git a/community/monitor-logging/pom.xml b/community/monitor-logging/pom.xml index 65d95b9791843..221a557d64be4 100644 --- a/community/monitor-logging/pom.xml +++ b/community/monitor-logging/pom.xml @@ -3,14 +3,14 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. 4.0.0 org.neo4j neo4j-monitor-logging Neo4j - Monitor Logging - 2.3.2-SNAPSHOT + 2.3.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 d819e14d029d4..7791fd63b16d0 100644 --- a/community/neo4j-community/pom.xml +++ b/community/neo4j-community/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. org.neo4j neo4j-community - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - Community pom diff --git a/community/neo4j-harness/pom.xml b/community/neo4j-harness/pom.xml index e9aab2429d05b..98e199bd02dca 100644 --- a/community/neo4j-harness/pom.xml +++ b/community/neo4j-harness/pom.xml @@ -5,7 +5,7 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. 4.0.0 diff --git a/community/neo4j-slf4j/pom.xml b/community/neo4j-slf4j/pom.xml index 268960a4d112d..9f3f2643017a4 100644 --- a/community/neo4j-slf4j/pom.xml +++ b/community/neo4j-slf4j/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-slf4j - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT jar SLF4J Neo4j Binding diff --git a/community/neo4j/pom.xml b/community/neo4j/pom.xml index 238847f208dda..d17dfa524c319 100644 --- a/community/neo4j/pom.xml +++ b/community/neo4j/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. org.neo4j neo4j - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - Community jar diff --git a/community/pom.xml b/community/pom.xml index 25451afb90805..09be9e444c394 100644 --- a/community/pom.xml +++ b/community/pom.xml @@ -3,14 +3,14 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT .. 4.0.0 org.neo4j.build community-build - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - Community Build pom diff --git a/community/primitive-collections/pom.xml b/community/primitive-collections/pom.xml index 1220273ffc4b1..3a20b40aa0e09 100644 --- a/community/primitive-collections/pom.xml +++ b/community/primitive-collections/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-primitive-collections - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT jar Neo4j - Primitive Collections diff --git a/community/server-api/pom.xml b/community/server-api/pom.xml index 042c63a19070d..9600b6ff9b1d2 100644 --- a/community/server-api/pom.xml +++ b/community/server-api/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. org.neo4j server-api - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT jar Neo4j - Server API diff --git a/community/server-examples/pom.xml b/community/server-examples/pom.xml index 3908923876f14..573dd47e6005e 100644 --- a/community/server-examples/pom.xml +++ b/community/server-examples/pom.xml @@ -3,13 +3,13 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. org.neo4j.examples neo4j-server-examples Neo4j - Server Examples - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j Server Plugin Examples http://components.neo4j.org/${project.artifactId}/${project.version}/ diff --git a/community/server-plugin-test/pom.xml b/community/server-plugin-test/pom.xml index b87053545b444..e9a3e97bf3bb1 100644 --- a/community/server-plugin-test/pom.xml +++ b/community/server-plugin-test/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. org.neo4j server-plugin-test - 2.3.2-SNAPSHOT + 2.3.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 aafa770ce285a..5d04d4a763fa2 100644 --- a/community/server/pom.xml +++ b/community/server/pom.xml @@ -23,14 +23,14 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. 4.0.0 org.neo4j.app neo4j-server - 2.3.2-SNAPSHOT + 2.3.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 7ea515dfbf7ef..ae00e3705ad97 100644 --- a/community/shell/pom.xml +++ b/community/shell/pom.xml @@ -3,13 +3,13 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. 4.0.0 neo4j-shell - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - Generic shell diff --git a/community/udc/pom.xml b/community/udc/pom.xml index e8c924b967851..456ae53f82d05 100644 --- a/community/udc/pom.xml +++ b/community/udc/pom.xml @@ -3,14 +3,14 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. 4.0.0 org.neo4j neo4j-udc Neo4j - Usage Data Collection - 2.3.2-SNAPSHOT + 2.3.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 d512b78d66069..c2c13835c4ac9 100644 --- a/community/unsafe/pom.xml +++ b/community/unsafe/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-unsafe - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT jar Neo4j - Unsafe Access diff --git a/enterprise/backup/pom.xml b/enterprise/backup/pom.xml index 2c12fc1f9d439..ff3b86e6934e3 100644 --- a/enterprise/backup/pom.xml +++ b/enterprise/backup/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. org.neo4j neo4j-backup - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - Backup Tool Command line tool for grabbing backups from a running Neo4j instance diff --git a/enterprise/cluster/pom.xml b/enterprise/cluster/pom.xml index 82c7190760571..53ab707f6f1ef 100644 --- a/enterprise/cluster/pom.xml +++ b/enterprise/cluster/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. org.neo4j neo4j-cluster - 2.3.2-SNAPSHOT + 2.3.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 80b7bf17292d4..8bd659db82956 100644 --- a/enterprise/com/pom.xml +++ b/enterprise/com/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. org.neo4j neo4j-com - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - Communication Package jar diff --git a/enterprise/enterprise-performance-tests/pom.xml b/enterprise/enterprise-performance-tests/pom.xml index 1d07221b02605..d70ca58e8afed 100644 --- a/enterprise/enterprise-performance-tests/pom.xml +++ b/enterprise/enterprise-performance-tests/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. org.neo4j neo4j-enterprise-performance-tests - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - Enterprise Performance Tests Performance tests for modules in the Enterprise distribution of Neo4j. diff --git a/enterprise/ha/pom.xml b/enterprise/ha/pom.xml index 85db4ca5f0092..9c8f507cf2d12 100644 --- a/enterprise/ha/pom.xml +++ b/enterprise/ha/pom.xml @@ -3,14 +3,14 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. 4.0.0 org.neo4j neo4j-ha Neo4j - High Availability - 2.3.2-SNAPSHOT + 2.3.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 ec9f6de042a6a..999aad63ec15c 100644 --- a/enterprise/kernel/pom.xml +++ b/enterprise/kernel/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. org.neo4j neo4j-enterprise-kernel - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - Enterprise Graph Database Kernel Features Enterprise features for Neo4j diff --git a/enterprise/metrics/pom.xml b/enterprise/metrics/pom.xml index e5bfc4cfac72f..b1aa8268a3851 100644 --- a/enterprise/metrics/pom.xml +++ b/enterprise/metrics/pom.xml @@ -6,13 +6,13 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. org.neo4j neo4j-metrics - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - Metrics Kernel Extension jar diff --git a/enterprise/neo4j-enterprise/pom.xml b/enterprise/neo4j-enterprise/pom.xml index 9d996794d202b..83ebb2179b570 100644 --- a/enterprise/neo4j-enterprise/pom.xml +++ b/enterprise/neo4j-enterprise/pom.xml @@ -4,12 +4,12 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. neo4j-enterprise - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - Enterprise jar diff --git a/enterprise/pom.xml b/enterprise/pom.xml index 4974f286d0055..a1199c1786341 100644 --- a/enterprise/pom.xml +++ b/enterprise/pom.xml @@ -3,14 +3,14 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT .. 4.0.0 org.neo4j.build enterprise-build - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - Enterprise Build pom diff --git a/enterprise/query-logging/pom.xml b/enterprise/query-logging/pom.xml index 4d1db9e3098fd..e754274a7e985 100644 --- a/enterprise/query-logging/pom.xml +++ b/enterprise/query-logging/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. org.neo4j neo4j-query-logging - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - Query Logging Extension for logging queries to a separate query log file diff --git a/enterprise/server-enterprise/pom.xml b/enterprise/server-enterprise/pom.xml index ec943e0c7a8b1..a2f39561f894b 100644 --- a/enterprise/server-enterprise/pom.xml +++ b/enterprise/server-enterprise/pom.xml @@ -3,14 +3,14 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. 4.0.0 org.neo4j.app neo4j-server-enterprise - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - Enterprise Server Standalone Neo4j server application. diff --git a/integrationtests/pom.xml b/integrationtests/pom.xml index 305d5f9627607..b40c58b9b0dc2 100644 --- a/integrationtests/pom.xml +++ b/integrationtests/pom.xml @@ -4,12 +4,12 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT .. neo4j-integrationtests - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - Integration Tests jar diff --git a/manual/contents/pom.xml b/manual/contents/pom.xml index fb8ae6870f378..d8de312e37938 100644 --- a/manual/contents/pom.xml +++ b/manual/contents/pom.xml @@ -4,12 +4,12 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. org.neo4j.doc neo4j-manual-contents - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - Reference Manual Contents Neo4j Reference Manual Contents. diff --git a/manual/cypher/cypher-docs/pom.xml b/manual/cypher/cypher-docs/pom.xml index 0eb49b87dc38d..544b77469ab32 100644 --- a/manual/cypher/cypher-docs/pom.xml +++ b/manual/cypher/cypher-docs/pom.xml @@ -3,7 +3,7 @@ org.neo4j.doc neo4j-cypher-docs-parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT .. @@ -11,7 +11,7 @@ org.neo4j.doc neo4j-cypher-docs jar - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - Cypher Documentation Neo4j query language documentation http://components.neo4j.org/${project.artifactId}/${project.version} diff --git a/manual/cypher/graphgist/pom.xml b/manual/cypher/graphgist/pom.xml index 2b5cf3531603f..275342151135c 100644 --- a/manual/cypher/graphgist/pom.xml +++ b/manual/cypher/graphgist/pom.xml @@ -4,12 +4,12 @@ org.neo4j.doc neo4j-cypher-docs-parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT .. org.neo4j.doc neo4j-graphgist - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - GraphGist Cypher tutorial documentation tool. diff --git a/manual/cypher/pom.xml b/manual/cypher/pom.xml index 2373e2d64ac51..dd7659c4dd4c2 100644 --- a/manual/cypher/pom.xml +++ b/manual/cypher/pom.xml @@ -4,12 +4,12 @@ org.neo4j cypher-parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../../community/cypher/ org.neo4j.doc neo4j-cypher-docs-parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - Cypher Documentation Build Neo4j - Cypher Documentation Build pom diff --git a/manual/cypher/refcard-tests/pom.xml b/manual/cypher/refcard-tests/pom.xml index 5c400003974a1..eba498f11996b 100644 --- a/manual/cypher/refcard-tests/pom.xml +++ b/manual/cypher/refcard-tests/pom.xml @@ -4,12 +4,12 @@ org.neo4j.doc neo4j-cypher-docs-parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT .. org.neo4j.doc neo4j-cypher-refcard-tests - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - Cypher Reference Card Tests Test for Reference Card for the Neo4j Cypher Query Language. http://components.neo4j.org/${project.artifactId}/${project.version} diff --git a/manual/javadocs/pom.xml b/manual/javadocs/pom.xml index 358ea046a6937..38184b3ad6268 100644 --- a/manual/javadocs/pom.xml +++ b/manual/javadocs/pom.xml @@ -5,13 +5,13 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. org.neo4j.doc neo4j-javadocs - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - Javadocs pom diff --git a/manual/manual/pom.xml b/manual/manual/pom.xml index 0a9c937ab85ed..76a3be9b9d9e3 100644 --- a/manual/manual/pom.xml +++ b/manual/manual/pom.xml @@ -4,12 +4,12 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. org.neo4j.doc neo4j-manual - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - Reference Manual Neo4j Reference Manual. diff --git a/manual/neo4j-harness-test/pom.xml b/manual/neo4j-harness-test/pom.xml index 9aee5bef165b2..6b3925a7cff6f 100644 --- a/manual/neo4j-harness-test/pom.xml +++ b/manual/neo4j-harness-test/pom.xml @@ -5,14 +5,14 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. 4.0.0 org.neo4j.test neo4j-harness-test - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT jar diff --git a/manual/pom.xml b/manual/pom.xml index 28b61f6e1119d..b138cbd14bbcb 100644 --- a/manual/pom.xml +++ b/manual/pom.xml @@ -4,12 +4,12 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT .. org.neo4j.doc neo4j-manual-parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - Reference Manual Build Neo4j Reference Manual Build. diff --git a/manual/refcard/pom.xml b/manual/refcard/pom.xml index 08d206ce8e746..8addabddb6f9e 100644 --- a/manual/refcard/pom.xml +++ b/manual/refcard/pom.xml @@ -4,12 +4,12 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. org.neo4j.doc neo4j-cypher-refcard - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - Cypher Reference Card Reference Card for the Neo4j Cypher Query Language. http://components.neo4j.org/${project.artifactId}/${project.version} diff --git a/packaging/installer-linux/installer-debian/pom.xml b/packaging/installer-linux/installer-debian/pom.xml index c42c6339b1357..7aa375f5931ba 100644 --- a/packaging/installer-linux/installer-debian/pom.xml +++ b/packaging/installer-linux/installer-debian/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../../.. org.neo4j neo4j-installer-debian - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT pom diff --git a/packaging/installer-linux/installer-rpm/installer-rpm-advanced/pom.xml b/packaging/installer-linux/installer-rpm/installer-rpm-advanced/pom.xml index 37456333cde2c..7c83dbd24f96c 100644 --- a/packaging/installer-linux/installer-rpm/installer-rpm-advanced/pom.xml +++ b/packaging/installer-linux/installer-rpm/installer-rpm-advanced/pom.xml @@ -4,12 +4,12 @@ org.neo4j neo4j-installer-rpm - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT .. neo4j-advanced-rpm - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT pom diff --git a/packaging/installer-linux/installer-rpm/installer-rpm-community/pom.xml b/packaging/installer-linux/installer-rpm/installer-rpm-community/pom.xml index 2adb0f19dbacc..b29803b54db97 100644 --- a/packaging/installer-linux/installer-rpm/installer-rpm-community/pom.xml +++ b/packaging/installer-linux/installer-rpm/installer-rpm-community/pom.xml @@ -4,12 +4,12 @@ org.neo4j neo4j-installer-rpm - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT .. neo4j-community-rpm - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT pom diff --git a/packaging/installer-linux/installer-rpm/installer-rpm-enterprise/pom.xml b/packaging/installer-linux/installer-rpm/installer-rpm-enterprise/pom.xml index cbfdfea43854e..b96da901dcbd4 100644 --- a/packaging/installer-linux/installer-rpm/installer-rpm-enterprise/pom.xml +++ b/packaging/installer-linux/installer-rpm/installer-rpm-enterprise/pom.xml @@ -4,12 +4,12 @@ org.neo4j neo4j-installer-rpm - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT .. neo4j-enterprise-rpm - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT pom diff --git a/packaging/installer-linux/installer-rpm/pom.xml b/packaging/installer-linux/installer-rpm/pom.xml index e1d34d6411156..e68c56dd3085d 100644 --- a/packaging/installer-linux/installer-rpm/pom.xml +++ b/packaging/installer-linux/installer-rpm/pom.xml @@ -5,7 +5,7 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../../.. @@ -14,7 +14,7 @@ neo4j-installer-rpm - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT pom Neo4j RPM Installers diff --git a/packaging/installer-linux/pom.xml b/packaging/installer-linux/pom.xml index c7721ef064d16..f61686e4c9e6b 100644 --- a/packaging/installer-linux/pom.xml +++ b/packaging/installer-linux/pom.xml @@ -5,13 +5,13 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. org.neo4j neo4j-installer-linux - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT pom Neo4j Linux Installers diff --git a/packaging/neo4j-desktop/pom.xml b/packaging/neo4j-desktop/pom.xml index 527d352e92856..e53292fc5f80a 100644 --- a/packaging/neo4j-desktop/pom.xml +++ b/packaging/neo4j-desktop/pom.xml @@ -5,7 +5,7 @@ org.neo4j.assembly neo4j-standalone - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../standalone @@ -13,7 +13,7 @@ org.neo4j.build neo4j-desktop - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j Desktop Easy-to-use Neo4j database in an .exe diff --git a/packaging/pom.xml b/packaging/pom.xml index db7f47768fb42..f116d46ca62d8 100644 --- a/packaging/pom.xml +++ b/packaging/pom.xml @@ -3,14 +3,14 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT .. 4.0.0 org.neo4j.build packaging-build - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j Packaging Build pom diff --git a/packaging/standalone/pom.xml b/packaging/standalone/pom.xml index ac451cd394075..9cb1e2c27988b 100644 --- a/packaging/standalone/pom.xml +++ b/packaging/standalone/pom.xml @@ -4,7 +4,7 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT ../.. @@ -14,7 +14,7 @@ Neo4j - Server Assembler - 2.3.2-SNAPSHOT + 2.3.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-advanced/pom.xml b/packaging/standalone/standalone-advanced/pom.xml index 446b9b970995e..ca665b194bbf7 100644 --- a/packaging/standalone/standalone-advanced/pom.xml +++ b/packaging/standalone/standalone-advanced/pom.xml @@ -4,7 +4,7 @@ org.neo4j.assembly neo4j-standalone - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT .. @@ -14,7 +14,7 @@ Neo4j Advanced - Server Assembler - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT This project assembles the Neo4j Advanced 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 48dfb9f67759a..b44fba3ec3c56 100644 --- a/packaging/standalone/standalone-community/pom.xml +++ b/packaging/standalone/standalone-community/pom.xml @@ -4,7 +4,7 @@ org.neo4j.assembly neo4j-standalone - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT .. @@ -13,7 +13,7 @@ Neo4j Community - Server Assembler - 2.3.2-SNAPSHOT + 2.3.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 d45ae804cb5ee..47e93489a5148 100644 --- a/packaging/standalone/standalone-enterprise/pom.xml +++ b/packaging/standalone/standalone-enterprise/pom.xml @@ -4,7 +4,7 @@ org.neo4j.assembly neo4j-standalone - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT .. @@ -14,7 +14,7 @@ Neo4j Enterprise - Server Assembler - 2.3.2-SNAPSHOT + 2.3.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 ad4aa8fcad6ec..8a9bbbbb17f40 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT pom Neo4j Neo4j Graph Database diff --git a/stresstests/pom.xml b/stresstests/pom.xml index 0e657fad1cf0b..ba1f3606f86d3 100644 --- a/stresstests/pom.xml +++ b/stresstests/pom.xml @@ -4,12 +4,12 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT .. neo4j-stresstests - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - Stress Tests jar diff --git a/tools/pom.xml b/tools/pom.xml index d0e76d66fa3da..a9f6bd07fb880 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -7,12 +7,12 @@ org.neo4j parent - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT .. neo4j-tools - 2.3.2-SNAPSHOT + 2.3.3-SNAPSHOT Neo4j - Low Level Tools jar