diff --git a/community/bolt/pom.xml b/community/bolt/pom.xml index 1e6d0176a806..a4738315c19b 100644 --- a/community/bolt/pom.xml +++ b/community/bolt/pom.xml @@ -7,7 +7,7 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. diff --git a/community/codegen/pom.xml b/community/codegen/pom.xml index b5f397cf28ac..d151d6f1ba93 100644 --- a/community/codegen/pom.xml +++ b/community/codegen/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-codegen - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT jar Neo4j - Code Generator diff --git a/community/collections/pom.xml b/community/collections/pom.xml index fdca1b2095d2..940b5ee36cbd 100644 --- a/community/collections/pom.xml +++ b/community/collections/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. @@ -18,7 +18,7 @@ 4.0.0 neo4j-collections org.neo4j - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT jar Neo4j - Collections diff --git a/community/command-line/pom.xml b/community/command-line/pom.xml index 103552163362..9449984e379c 100644 --- a/community/command-line/pom.xml +++ b/community/command-line/pom.xml @@ -5,13 +5,13 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. 4.0.0 neo4j-command-line Neo4j - Command Line - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT command-line diff --git a/community/common/pom.xml b/community/common/pom.xml index 36ded37c38cb..e72e0f885669 100644 --- a/community/common/pom.xml +++ b/community/common/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-common - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT jar Neo4j - Common diff --git a/community/consistency-check/pom.xml b/community/consistency-check/pom.xml index 1201fa6b43b3..46d4d06dbdcb 100644 --- a/community/consistency-check/pom.xml +++ b/community/consistency-check/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. org.neo4j neo4j-consistency-check - 3.1.4-SNAPSHOT + 3.1.5-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 5a6ea79cd601..15266b0c7093 100644 --- a/community/csv/pom.xml +++ b/community/csv/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-csv - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT jar Neo4j - CSV reading and parsing diff --git a/community/cypher/acceptance-spec-suite/pom.xml b/community/cypher/acceptance-spec-suite/pom.xml index e525e2b5381d..1636aa089714 100644 --- a/community/cypher/acceptance-spec-suite/pom.xml +++ b/community/cypher/acceptance-spec-suite/pom.xml @@ -6,14 +6,14 @@ org.neo4j cypher-parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../ 4.0.0 neo4j-cypher-acceptance-spec-suite jar - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT Neo4j - Cypher Acceptance Neo4j - Cypher Acceptance Specification Suite http://components.neo4j.org/${project.artifactId}/${project.version} diff --git a/community/cypher/compatibility-spec-suite/pom.xml b/community/cypher/compatibility-spec-suite/pom.xml index ce6901feda39..1084cfcc449e 100644 --- a/community/cypher/compatibility-spec-suite/pom.xml +++ b/community/cypher/compatibility-spec-suite/pom.xml @@ -6,14 +6,14 @@ org.neo4j cypher-parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../ 4.0.0 neo4j-cypher-compatibility-spec-suite jar - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT Neo4j - Cypher Compatibility Specification Suite Neo4j query language compatibility suite http://components.neo4j.org/${project.artifactId}/${project.version} diff --git a/community/cypher/cypher-compiler-3.1/pom.xml b/community/cypher/cypher-compiler-3.1/pom.xml index 1eeb9a960c48..4d8c223bd230 100644 --- a/community/cypher/cypher-compiler-3.1/pom.xml +++ b/community/cypher/cypher-compiler-3.1/pom.xml @@ -3,14 +3,14 @@ org.neo4j cypher-parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../ 4.0.0 neo4j-cypher-compiler-3.1 jar - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT Neo4j - Cypher Compiler 3.1 Compiler for Cypher 3.1 http://components.neo4j.org/${project.artifactId}/${project.version} diff --git a/community/cypher/cypher/pom.xml b/community/cypher/cypher/pom.xml index 7e53c2619d06..57eb8ee761ff 100644 --- a/community/cypher/cypher/pom.xml +++ b/community/cypher/cypher/pom.xml @@ -5,14 +5,14 @@ org.neo4j cypher-parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../ 4.0.0 neo4j-cypher jar - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT Neo4j - Cypher Neo4j query language http://components.neo4j.org/${project.artifactId}/${project.version} diff --git a/community/cypher/frontend-3.1/pom.xml b/community/cypher/frontend-3.1/pom.xml index c884425e6d9e..ab42a56b1336 100644 --- a/community/cypher/frontend-3.1/pom.xml +++ b/community/cypher/frontend-3.1/pom.xml @@ -3,14 +3,14 @@ org.neo4j cypher-parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../ 4.0.0 neo4j-cypher-frontend-3.1 jar - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT Neo4j - Cypher Frontend 3.1 Front end of the Cypher compiler diff --git a/community/cypher/pom.xml b/community/cypher/pom.xml index 7b4f8f5ed8fb..1b282cc836cd 100644 --- a/community/cypher/pom.xml +++ b/community/cypher/pom.xml @@ -6,12 +6,12 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. cypher-parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT pom Neo4j - Community Cypher Build Project that builds the Neo4j Cypher modules as part of the Community distribution. diff --git a/community/cypher/spec-suite-tools/pom.xml b/community/cypher/spec-suite-tools/pom.xml index 3c8926278091..ae0478e561d1 100644 --- a/community/cypher/spec-suite-tools/pom.xml +++ b/community/cypher/spec-suite-tools/pom.xml @@ -6,14 +6,14 @@ org.neo4j cypher-parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../ 4.0.0 neo4j-cypher-spec-suite-tools jar - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT Neo4j - Cypher Specification Suite Tools Neo4j query language test suite tools http://components.neo4j.org/${project.artifactId}/${project.version} diff --git a/community/dbms/pom.xml b/community/dbms/pom.xml index 7dd39c5e6b33..1a4fc1d278cb 100644 --- a/community/dbms/pom.xml +++ b/community/dbms/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. 4.0.0 neo4j-dbms Neo4j - Database Management System - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT dbms diff --git a/community/graph-algo/pom.xml b/community/graph-algo/pom.xml index f9862f631560..99a4d5257904 100644 --- a/community/graph-algo/pom.xml +++ b/community/graph-algo/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. @@ -18,7 +18,7 @@ 4.0.0 neo4j-graph-algo org.neo4j - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT jar Neo4j - Graph Algorithms diff --git a/community/graph-matching/pom.xml b/community/graph-matching/pom.xml index ce4582556e75..61414358087c 100644 --- a/community/graph-matching/pom.xml +++ b/community/graph-matching/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. @@ -18,7 +18,7 @@ 4.0.0 org.neo4j neo4j-graph-matching - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT Neo4j - Graph Matching A graph pattern matcher for Neo4j. diff --git a/community/graphdb-api/pom.xml b/community/graphdb-api/pom.xml index e1869d7090c4..09bc18019112 100644 --- a/community/graphdb-api/pom.xml +++ b/community/graphdb-api/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. @@ -17,7 +17,7 @@ 4.0.0 neo4j-graphdb-api - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT jar Neo4j - Graph Database API diff --git a/community/import-tool/pom.xml b/community/import-tool/pom.xml index 01e4bd3d2c9f..4192efedd825 100644 --- a/community/import-tool/pom.xml +++ b/community/import-tool/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. @@ -17,7 +17,7 @@ 4.0.0 neo4j-import-tool - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT jar Neo4j - Import Command Line Tool diff --git a/community/io/pom.xml b/community/io/pom.xml index 5c5c4d4610b4..8fbbaaa38fe3 100644 --- a/community/io/pom.xml +++ b/community/io/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-io - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT jar Neo4j - IO diff --git a/community/jmx/pom.xml b/community/jmx/pom.xml index 43c69c23a54f..7b1135d5adea 100644 --- a/community/jmx/pom.xml +++ b/community/jmx/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. org.neo4j neo4j-jmx - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT Neo4j - JMX support Management support using JMX. diff --git a/community/kernel/pom.xml b/community/kernel/pom.xml index 9f8aaed3304d..26eaf6b1a9f4 100644 --- a/community/kernel/pom.xml +++ b/community/kernel/pom.xml @@ -23,13 +23,13 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. 4.0.0 neo4j-kernel - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT Neo4j - Graph Database Kernel diff --git a/community/licensecheck-config/pom.xml b/community/licensecheck-config/pom.xml index 02388ff59aa5..70ba4a30e4aa 100644 --- a/community/licensecheck-config/pom.xml +++ b/community/licensecheck-config/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. org.neo4j.build licensecheck-config - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT Neo4j - Licensing configuration Licensing configuration for the Neo4j project. diff --git a/community/logging/pom.xml b/community/logging/pom.xml index 62b6c32921ff..ae927d74e5f5 100644 --- a/community/logging/pom.xml +++ b/community/logging/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-logging - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT jar Neo4j - Logging diff --git a/community/lucene-index-upgrade/pom.xml b/community/lucene-index-upgrade/pom.xml index e071b7772489..c4e5f686c39c 100644 --- a/community/lucene-index-upgrade/pom.xml +++ b/community/lucene-index-upgrade/pom.xml @@ -4,7 +4,7 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. @@ -18,7 +18,7 @@ 4.0.0 neo4j-lucene-upgrade - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT jar Neo4j - Lucene Index Upgrade diff --git a/community/lucene-index/pom.xml b/community/lucene-index/pom.xml index 923ed2a3e27a..349471f691a9 100644 --- a/community/lucene-index/pom.xml +++ b/community/lucene-index/pom.xml @@ -3,11 +3,11 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. neo4j-lucene-index - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT Neo4j - Lucene Index diff --git a/community/monitor-logging/pom.xml b/community/monitor-logging/pom.xml index 91bc3e14b66f..678c5c43089b 100644 --- a/community/monitor-logging/pom.xml +++ b/community/monitor-logging/pom.xml @@ -3,14 +3,14 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. 4.0.0 org.neo4j neo4j-monitor-logging Neo4j - Monitor Logging - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT Logs information collected from a set of monitors. diff --git a/community/neo4j-community/pom.xml b/community/neo4j-community/pom.xml index 7bb0c4f34fb7..bcefa5005a18 100644 --- a/community/neo4j-community/pom.xml +++ b/community/neo4j-community/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. org.neo4j neo4j-community - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT Neo4j - Community pom diff --git a/community/neo4j-harness/pom.xml b/community/neo4j-harness/pom.xml index 943feefac68e..8370536482f7 100644 --- a/community/neo4j-harness/pom.xml +++ b/community/neo4j-harness/pom.xml @@ -5,7 +5,7 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. 4.0.0 diff --git a/community/neo4j-slf4j/pom.xml b/community/neo4j-slf4j/pom.xml index f1169cee9fc6..542c7936362d 100644 --- a/community/neo4j-slf4j/pom.xml +++ b/community/neo4j-slf4j/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-slf4j - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT jar SLF4J Neo4j Binding diff --git a/community/neo4j/pom.xml b/community/neo4j/pom.xml index 52cc1b787dc6..f63048664d2b 100644 --- a/community/neo4j/pom.xml +++ b/community/neo4j/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. org.neo4j neo4j - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT Neo4j - Community jar diff --git a/community/pom.xml b/community/pom.xml index fa35e1c7f51e..7ed3b873fc7d 100644 --- a/community/pom.xml +++ b/community/pom.xml @@ -3,14 +3,14 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT .. 4.0.0 org.neo4j.build community-build - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT Neo4j - Community Build pom diff --git a/community/primitive-collections/pom.xml b/community/primitive-collections/pom.xml index 972c5781de05..b8c6c6216190 100644 --- a/community/primitive-collections/pom.xml +++ b/community/primitive-collections/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-primitive-collections - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT jar Neo4j - Primitive Collections diff --git a/community/procedure-compiler/integration-tests/pom.xml b/community/procedure-compiler/integration-tests/pom.xml index 36837016d738..e85f8282d4fd 100644 --- a/community/procedure-compiler/integration-tests/pom.xml +++ b/community/procedure-compiler/integration-tests/pom.xml @@ -5,13 +5,13 @@ org.neo4j procedure-compiler-parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT .. org.neo4j procedure-compiler-integration-tests - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT jar Neo4j - Procedure Compiler Integration Tests diff --git a/community/procedure-compiler/pom.xml b/community/procedure-compiler/pom.xml index bc55be4bddf4..eac9d4e1ec59 100644 --- a/community/procedure-compiler/pom.xml +++ b/community/procedure-compiler/pom.xml @@ -2,7 +2,7 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. @@ -17,7 +17,7 @@ 4.0.0 org.neo4j procedure-compiler-parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT pom Neo4j - Procedure Compiler Parent POM diff --git a/community/procedure-compiler/processor/pom.xml b/community/procedure-compiler/processor/pom.xml index 0d3bb68f66a2..59a1e912598c 100644 --- a/community/procedure-compiler/processor/pom.xml +++ b/community/procedure-compiler/processor/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../../.. org.neo4j procedure-compiler - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT jar Neo4j - Procedure Compiler Core diff --git a/community/resource/pom.xml b/community/resource/pom.xml index 3e725258ebc7..1771a4f4af68 100644 --- a/community/resource/pom.xml +++ b/community/resource/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. @@ -18,7 +18,7 @@ 4.0.0 neo4j-resource org.neo4j - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT jar Neo4j - Resource interface diff --git a/community/security/pom.xml b/community/security/pom.xml index dd57a000717b..2e962df4b3a4 100644 --- a/community/security/pom.xml +++ b/community/security/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-security - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT jar Neo4j - Security diff --git a/community/server-api/pom.xml b/community/server-api/pom.xml index 17f8fe875091..ba3eb657c6d7 100644 --- a/community/server-api/pom.xml +++ b/community/server-api/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. org.neo4j server-api - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT jar Neo4j - Server API diff --git a/community/server-plugin-test/pom.xml b/community/server-plugin-test/pom.xml index 8cad24d0a2b3..27945cad3b3a 100644 --- a/community/server-plugin-test/pom.xml +++ b/community/server-plugin-test/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. org.neo4j server-plugin-test - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT Neo4j - Server Plugin Tests Tests the server plugin registration functionality. diff --git a/community/server/pom.xml b/community/server/pom.xml index d3e5d020bf12..8482d9210914 100644 --- a/community/server/pom.xml +++ b/community/server/pom.xml @@ -23,14 +23,14 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. 4.0.0 org.neo4j.app neo4j-server - 3.1.4-SNAPSHOT + 3.1.5-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 92d296f75c49..bd66357e515f 100644 --- a/community/shell/pom.xml +++ b/community/shell/pom.xml @@ -3,13 +3,13 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. 4.0.0 neo4j-shell - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT Neo4j - Generic shell diff --git a/community/udc/pom.xml b/community/udc/pom.xml index e190b9e5be7b..2746453329a9 100644 --- a/community/udc/pom.xml +++ b/community/udc/pom.xml @@ -3,14 +3,14 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. 4.0.0 org.neo4j neo4j-udc Neo4j - Usage Data Collection - 3.1.4-SNAPSHOT + 3.1.5-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 3beb1313cd03..b57eeb1a2d73 100644 --- a/community/unsafe/pom.xml +++ b/community/unsafe/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-unsafe - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT jar Neo4j - Unsafe Access diff --git a/enterprise/auth-plugin-api/pom.xml b/enterprise/auth-plugin-api/pom.xml index 47e931f3a8e3..50bcd3bd03d4 100644 --- a/enterprise/auth-plugin-api/pom.xml +++ b/enterprise/auth-plugin-api/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. neo4j-auth-plugin-api - 3.1.4-SNAPSHOT + 3.1.5-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 3c4412360697..be4f993d8369 100644 --- a/enterprise/backup/pom.xml +++ b/enterprise/backup/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. neo4j-backup - 3.1.4-SNAPSHOT + 3.1.5-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 67aaecadf6af..f98c32ef6aba 100644 --- a/enterprise/causal-clustering/pom.xml +++ b/enterprise/causal-clustering/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. 4.0.0 neo4j-causal-clustering Neo4j - Causal Clustering - 3.1.4-SNAPSHOT + 3.1.5-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 5bf27ca08689..ebf37a5fe4c5 100644 --- a/enterprise/cluster/pom.xml +++ b/enterprise/cluster/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. org.neo4j neo4j-cluster - 3.1.4-SNAPSHOT + 3.1.5-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 54454c389e30..0deab4127e50 100644 --- a/enterprise/com/pom.xml +++ b/enterprise/com/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. org.neo4j neo4j-com - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT Neo4j - Communication Package jar diff --git a/enterprise/deferred-locks/pom.xml b/enterprise/deferred-locks/pom.xml index 04ba28cbff72..3fdf56ddad4c 100644 --- a/enterprise/deferred-locks/pom.xml +++ b/enterprise/deferred-locks/pom.xml @@ -6,12 +6,12 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. neo4j-deferred-locks - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT Neo4j - Deferred Locks Enterprise locks deferred to commit time diff --git a/enterprise/ha/pom.xml b/enterprise/ha/pom.xml index eefe29f897e4..7fd04b64bfba 100644 --- a/enterprise/ha/pom.xml +++ b/enterprise/ha/pom.xml @@ -3,14 +3,14 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. 4.0.0 neo4j-ha Neo4j - High Availability - 3.1.4-SNAPSHOT + 3.1.5-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 c648ebb7220c..6a19cfef6a44 100644 --- a/enterprise/kernel/pom.xml +++ b/enterprise/kernel/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. org.neo4j neo4j-enterprise-kernel - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT Neo4j - Enterprise Graph Database Kernel Features Enterprise features for Neo4j diff --git a/enterprise/management/pom.xml b/enterprise/management/pom.xml index aaa3f5f62a6f..a8fd9f1a6676 100644 --- a/enterprise/management/pom.xml +++ b/enterprise/management/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. org.neo4j neo4j-management - 3.1.4-SNAPSHOT + 3.1.5-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 aaa120c59434..3409a3b0cd7c 100644 --- a/enterprise/metrics/pom.xml +++ b/enterprise/metrics/pom.xml @@ -6,13 +6,13 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. org.neo4j neo4j-metrics - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT Neo4j - Metrics Kernel Extension jar diff --git a/enterprise/neo4j-enterprise/pom.xml b/enterprise/neo4j-enterprise/pom.xml index c679f199e2a8..131f226e3195 100644 --- a/enterprise/neo4j-enterprise/pom.xml +++ b/enterprise/neo4j-enterprise/pom.xml @@ -4,12 +4,12 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. neo4j-enterprise - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT Neo4j - Enterprise jar diff --git a/enterprise/neo4j-harness-enterprise/pom.xml b/enterprise/neo4j-harness-enterprise/pom.xml index f7bfe691fa2f..f076d5691ed9 100644 --- a/enterprise/neo4j-harness-enterprise/pom.xml +++ b/enterprise/neo4j-harness-enterprise/pom.xml @@ -6,7 +6,7 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. diff --git a/enterprise/pom.xml b/enterprise/pom.xml index 9dfd58e0fd83..e3122252f71c 100644 --- a/enterprise/pom.xml +++ b/enterprise/pom.xml @@ -3,14 +3,14 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT .. 4.0.0 org.neo4j.build enterprise-build - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT Neo4j - Enterprise Build pom diff --git a/enterprise/query-logging/pom.xml b/enterprise/query-logging/pom.xml index 95ced7400492..f99c2777140e 100644 --- a/enterprise/query-logging/pom.xml +++ b/enterprise/query-logging/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. neo4j-query-logging - 3.1.4-SNAPSHOT + 3.1.5-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 db0c8ba09940..f48bb5f1976b 100644 --- a/enterprise/security/pom.xml +++ b/enterprise/security/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. neo4j-security-enterprise - 3.1.4-SNAPSHOT + 3.1.5-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 7addab0625de..d2eb2a1dda08 100644 --- a/enterprise/server-enterprise/pom.xml +++ b/enterprise/server-enterprise/pom.xml @@ -3,14 +3,14 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. 4.0.0 org.neo4j.app neo4j-server-enterprise - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT Neo4j - Enterprise Server Standalone Neo4j server application. diff --git a/integrationtests/pom.xml b/integrationtests/pom.xml index 97b832fc1557..18e3fd24ee21 100644 --- a/integrationtests/pom.xml +++ b/integrationtests/pom.xml @@ -4,12 +4,12 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT .. neo4j-integrationtests - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT Neo4j - Integration Tests jar diff --git a/packaging/neo4j-desktop/pom.xml b/packaging/neo4j-desktop/pom.xml index c3175c5620f6..1bfe8780d6e0 100644 --- a/packaging/neo4j-desktop/pom.xml +++ b/packaging/neo4j-desktop/pom.xml @@ -5,7 +5,7 @@ org.neo4j.assembly neo4j-standalone - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../standalone @@ -13,7 +13,7 @@ org.neo4j.build neo4j-desktop - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT Neo4j Desktop Easy-to-use Neo4j database in an .exe diff --git a/packaging/pom.xml b/packaging/pom.xml index 6d40f32f6368..a4584d269f0b 100644 --- a/packaging/pom.xml +++ b/packaging/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT .. @@ -11,7 +11,7 @@ 4.0.0 org.neo4j.build packaging-build - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT Neo4j Packaging Build pom diff --git a/packaging/standalone/pom.xml b/packaging/standalone/pom.xml index eb0a7f8bbade..00c6ef3a40ad 100644 --- a/packaging/standalone/pom.xml +++ b/packaging/standalone/pom.xml @@ -4,7 +4,7 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT ../.. @@ -15,7 +15,7 @@ Neo4j - Server Assembler - 3.1.4-SNAPSHOT + 3.1.5-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 0e25d538789b..6105951fb1aa 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.1.4-SNAPSHOT + 3.1.5-SNAPSHOT .. @@ -13,7 +13,7 @@ Neo4j Community - Server Assembler - 3.1.4-SNAPSHOT + 3.1.5-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 f72c1d12c49f..e9dfc9865a60 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.1.4-SNAPSHOT + 3.1.5-SNAPSHOT .. @@ -14,7 +14,7 @@ Neo4j Enterprise - Server Assembler - 3.1.4-SNAPSHOT + 3.1.5-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 c89c1fd28959..490c599d1729 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT pom Neo4j diff --git a/stresstests/pom.xml b/stresstests/pom.xml index 32e13d0ffda1..a1ab87d63a3a 100644 --- a/stresstests/pom.xml +++ b/stresstests/pom.xml @@ -4,12 +4,12 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT .. neo4j-stresstests - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT Neo4j - Stress Tests jar diff --git a/tools/pom.xml b/tools/pom.xml index 021961c853a6..198bac7c45d5 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -7,12 +7,12 @@ org.neo4j parent - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT .. neo4j-tools - 3.1.4-SNAPSHOT + 3.1.5-SNAPSHOT Neo4j - Low Level Tools jar