From c2a95db0bf471e36e256ba6c9933dfd9b7ae333f Mon Sep 17 00:00:00 2001 From: Gustav Lindroth Date: Wed, 28 Jun 2017 09:41:50 +0200 Subject: [PATCH] updated poms to 3.0.11-SNAPSHOT --- 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/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-3.0/pom.xml | 4 ++-- community/cypher/cypher/pom.xml | 4 ++-- community/cypher/frontend-3.0/pom.xml | 4 ++-- community/cypher/pom.xml | 4 ++-- community/dbms/pom.xml | 4 ++-- community/graph-algo/pom.xml | 4 ++-- community/graph-matching/pom.xml | 4 ++-- community/graphdb-api/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-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/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/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/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/query-logging/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 ++-- 62 files changed, 120 insertions(+), 120 deletions(-) diff --git a/community/bolt/pom.xml b/community/bolt/pom.xml index 67bdb09e319a..91215edccdd1 100644 --- a/community/bolt/pom.xml +++ b/community/bolt/pom.xml @@ -7,7 +7,7 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. diff --git a/community/codegen/pom.xml b/community/codegen/pom.xml index 48412f7ceadd..7ffc8f1d41c6 100644 --- a/community/codegen/pom.xml +++ b/community/codegen/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-codegen - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT jar Neo4j - Code Generator diff --git a/community/collections/pom.xml b/community/collections/pom.xml index 5c1dd7894bbe..bac30e741504 100644 --- a/community/collections/pom.xml +++ b/community/collections/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. @@ -18,7 +18,7 @@ 4.0.0 neo4j-collections org.neo4j - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT jar Neo4j - Collections diff --git a/community/command-line/pom.xml b/community/command-line/pom.xml index e5d46c84c95e..bd940754a58c 100644 --- a/community/command-line/pom.xml +++ b/community/command-line/pom.xml @@ -5,13 +5,13 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. 4.0.0 neo4j-command-line Neo4j - Command Line - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT command-line diff --git a/community/common/pom.xml b/community/common/pom.xml index 995d3182583c..eefec9a6add0 100644 --- a/community/common/pom.xml +++ b/community/common/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-common - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT jar Neo4j - Common diff --git a/community/consistency-check/pom.xml b/community/consistency-check/pom.xml index 19af127f43bf..b71cfb7e7776 100644 --- a/community/consistency-check/pom.xml +++ b/community/consistency-check/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. org.neo4j neo4j-consistency-check - 3.0.10-SNAPSHOT + 3.0.11-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 90f2fff7347c..19df8e7aa37f 100644 --- a/community/csv/pom.xml +++ b/community/csv/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-csv - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT jar Neo4j - CSV reading and parsing diff --git a/community/cypher/acceptance/pom.xml b/community/cypher/acceptance/pom.xml index e16c493ee91c..8478d86c1b6a 100644 --- a/community/cypher/acceptance/pom.xml +++ b/community/cypher/acceptance/pom.xml @@ -6,14 +6,14 @@ org.neo4j cypher-parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../ 4.0.0 neo4j-cypher-acceptance jar - 3.0.10-SNAPSHOT + 3.0.11-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 a4bdff440272..e295920e1595 100644 --- a/community/cypher/compatibility-suite/pom.xml +++ b/community/cypher/compatibility-suite/pom.xml @@ -6,14 +6,14 @@ org.neo4j cypher-parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../ 4.0.0 neo4j-cypher-compatibility-suite jar - 3.0.10-SNAPSHOT + 3.0.11-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-3.0/pom.xml b/community/cypher/cypher-compiler-3.0/pom.xml index 383744c5f08c..3b1c2ffb9e32 100644 --- a/community/cypher/cypher-compiler-3.0/pom.xml +++ b/community/cypher/cypher-compiler-3.0/pom.xml @@ -3,14 +3,14 @@ org.neo4j cypher-parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../ 4.0.0 neo4j-cypher-compiler-3.0 jar - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT Neo4j - Cypher Compiler 3.0 Compiler for Cypher 3.0 http://components.neo4j.org/${project.artifactId}/${project.version} diff --git a/community/cypher/cypher/pom.xml b/community/cypher/cypher/pom.xml index 4f66b947c156..e96dab157b0c 100644 --- a/community/cypher/cypher/pom.xml +++ b/community/cypher/cypher/pom.xml @@ -5,14 +5,14 @@ org.neo4j cypher-parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../ 4.0.0 neo4j-cypher jar - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT Neo4j - Cypher Neo4j query language http://components.neo4j.org/${project.artifactId}/${project.version} diff --git a/community/cypher/frontend-3.0/pom.xml b/community/cypher/frontend-3.0/pom.xml index cacf9cc96026..76b3427759fd 100644 --- a/community/cypher/frontend-3.0/pom.xml +++ b/community/cypher/frontend-3.0/pom.xml @@ -3,14 +3,14 @@ org.neo4j cypher-parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../ 4.0.0 neo4j-cypher-frontend-3.0 jar - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT Neo4j - Cypher Frontend 3.0 Front end of the Cypher compiler diff --git a/community/cypher/pom.xml b/community/cypher/pom.xml index 62acff5fb12e..421674d13dba 100644 --- a/community/cypher/pom.xml +++ b/community/cypher/pom.xml @@ -6,12 +6,12 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. cypher-parent - 3.0.10-SNAPSHOT + 3.0.11-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 c49fd754c137..3d087cea2317 100644 --- a/community/dbms/pom.xml +++ b/community/dbms/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. 4.0.0 neo4j-dbms Neo4j - Database Management System - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT dbms diff --git a/community/graph-algo/pom.xml b/community/graph-algo/pom.xml index d9fdabe6e21e..d19372d1f85c 100644 --- a/community/graph-algo/pom.xml +++ b/community/graph-algo/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. @@ -18,7 +18,7 @@ 4.0.0 neo4j-graph-algo org.neo4j - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT jar Neo4j - Graph Algorithms diff --git a/community/graph-matching/pom.xml b/community/graph-matching/pom.xml index c0c5ddade78d..31c1160853ad 100644 --- a/community/graph-matching/pom.xml +++ b/community/graph-matching/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. @@ -18,7 +18,7 @@ 4.0.0 org.neo4j neo4j-graph-matching - 3.0.10-SNAPSHOT + 3.0.11-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 a6935a476cd3..7a1adbdcc830 100644 --- a/community/graphdb-api/pom.xml +++ b/community/graphdb-api/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. @@ -17,7 +17,7 @@ 4.0.0 neo4j-graphdb-api - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT jar Neo4j - Graph Database API diff --git a/community/import-tool/pom.xml b/community/import-tool/pom.xml index 57727db7dc7a..9925aefd1462 100644 --- a/community/import-tool/pom.xml +++ b/community/import-tool/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. @@ -17,7 +17,7 @@ 4.0.0 neo4j-import-tool - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT jar Neo4j - Import Command Line Tool diff --git a/community/io/pom.xml b/community/io/pom.xml index f477acfd39d3..71839ec526ac 100644 --- a/community/io/pom.xml +++ b/community/io/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-io - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT jar Neo4j - IO diff --git a/community/jmx/pom.xml b/community/jmx/pom.xml index 486a14000f41..1bfadac30ffe 100644 --- a/community/jmx/pom.xml +++ b/community/jmx/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. org.neo4j neo4j-jmx - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT Neo4j - JMX support Management support using JMX. diff --git a/community/kernel/pom.xml b/community/kernel/pom.xml index dddf70a34501..0711e8c5a48f 100644 --- a/community/kernel/pom.xml +++ b/community/kernel/pom.xml @@ -23,13 +23,13 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. 4.0.0 neo4j-kernel - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT Neo4j - Graph Database Kernel diff --git a/community/licensecheck-config/pom.xml b/community/licensecheck-config/pom.xml index 9bffd2c3c104..e8d057e44c71 100644 --- a/community/licensecheck-config/pom.xml +++ b/community/licensecheck-config/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. org.neo4j.build licensecheck-config - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT Neo4j - Licensing configuration Licensing configuration for the Neo4j project. diff --git a/community/logging/pom.xml b/community/logging/pom.xml index 8ab7781cada0..673e3bdd79e4 100644 --- a/community/logging/pom.xml +++ b/community/logging/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-logging - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT jar Neo4j - Logging diff --git a/community/lucene-index-upgrade/pom.xml b/community/lucene-index-upgrade/pom.xml index a506bcd600a9..215ef5d94970 100644 --- a/community/lucene-index-upgrade/pom.xml +++ b/community/lucene-index-upgrade/pom.xml @@ -4,7 +4,7 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. @@ -18,7 +18,7 @@ 4.0.0 neo4j-lucene-upgrade - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT jar Neo4j - Lucene Index Upgrade diff --git a/community/lucene-index/pom.xml b/community/lucene-index/pom.xml index 9d38f1fbdc4a..e8bfc47abfa1 100644 --- a/community/lucene-index/pom.xml +++ b/community/lucene-index/pom.xml @@ -3,11 +3,11 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. neo4j-lucene-index - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT Neo4j - Lucene Index diff --git a/community/monitor-logging/pom.xml b/community/monitor-logging/pom.xml index c7e0b38d6ae2..39581196c03c 100644 --- a/community/monitor-logging/pom.xml +++ b/community/monitor-logging/pom.xml @@ -3,14 +3,14 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. 4.0.0 org.neo4j neo4j-monitor-logging Neo4j - Monitor Logging - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT Logs information collected from a set of monitors. diff --git a/community/neo4j-community/pom.xml b/community/neo4j-community/pom.xml index f831eddf99f5..7ad60d7d25de 100644 --- a/community/neo4j-community/pom.xml +++ b/community/neo4j-community/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. org.neo4j neo4j-community - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT Neo4j - Community pom diff --git a/community/neo4j-harness/pom.xml b/community/neo4j-harness/pom.xml index e74b85dc75fe..cff6646014b1 100644 --- a/community/neo4j-harness/pom.xml +++ b/community/neo4j-harness/pom.xml @@ -5,7 +5,7 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. 4.0.0 diff --git a/community/neo4j-slf4j/pom.xml b/community/neo4j-slf4j/pom.xml index 468137e74d16..d7d0045c8102 100644 --- a/community/neo4j-slf4j/pom.xml +++ b/community/neo4j-slf4j/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-slf4j - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT jar SLF4J Neo4j Binding diff --git a/community/neo4j/pom.xml b/community/neo4j/pom.xml index 86fbb84dd4c2..bd8b39c5168f 100644 --- a/community/neo4j/pom.xml +++ b/community/neo4j/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. org.neo4j neo4j - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT Neo4j - Community jar diff --git a/community/pom.xml b/community/pom.xml index 14e630bf6aa3..2a4e36d41d1f 100644 --- a/community/pom.xml +++ b/community/pom.xml @@ -3,14 +3,14 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT .. 4.0.0 org.neo4j.build community-build - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT Neo4j - Community Build pom diff --git a/community/primitive-collections/pom.xml b/community/primitive-collections/pom.xml index e7df28d67b8a..932e6068efe9 100644 --- a/community/primitive-collections/pom.xml +++ b/community/primitive-collections/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-primitive-collections - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT jar Neo4j - Primitive Collections diff --git a/community/resource/pom.xml b/community/resource/pom.xml index ffad5b036659..4d9a83e29a47 100644 --- a/community/resource/pom.xml +++ b/community/resource/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. @@ -18,7 +18,7 @@ 4.0.0 neo4j-resource org.neo4j - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT jar Neo4j - Resource interface diff --git a/community/security/pom.xml b/community/security/pom.xml index b76adc516c51..bbfd0ef5f1a7 100644 --- a/community/security/pom.xml +++ b/community/security/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-security - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT jar Neo4j - Security diff --git a/community/server-api/pom.xml b/community/server-api/pom.xml index fa6ff09df220..0eafdd591494 100644 --- a/community/server-api/pom.xml +++ b/community/server-api/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. org.neo4j server-api - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT jar Neo4j - Server API diff --git a/community/server-plugin-test/pom.xml b/community/server-plugin-test/pom.xml index 4331c06758c4..a56b5856112a 100644 --- a/community/server-plugin-test/pom.xml +++ b/community/server-plugin-test/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. org.neo4j server-plugin-test - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT Neo4j - Server Plugin Tests Tests the server plugin registration functionality. diff --git a/community/server/pom.xml b/community/server/pom.xml index b4c667649660..3ba958386e5d 100644 --- a/community/server/pom.xml +++ b/community/server/pom.xml @@ -23,14 +23,14 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. 4.0.0 org.neo4j.app neo4j-server - 3.0.10-SNAPSHOT + 3.0.11-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 040f0444985d..c9e90d95ee74 100644 --- a/community/shell/pom.xml +++ b/community/shell/pom.xml @@ -3,13 +3,13 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. 4.0.0 neo4j-shell - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT Neo4j - Generic shell diff --git a/community/udc/pom.xml b/community/udc/pom.xml index dd976716a8fd..f12d1686dcf8 100644 --- a/community/udc/pom.xml +++ b/community/udc/pom.xml @@ -3,14 +3,14 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. 4.0.0 org.neo4j neo4j-udc Neo4j - Usage Data Collection - 3.0.10-SNAPSHOT + 3.0.11-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 1cafd4d37f96..beb794344c9f 100644 --- a/community/unsafe/pom.xml +++ b/community/unsafe/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-unsafe - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT jar Neo4j - Unsafe Access diff --git a/enterprise/backup/pom.xml b/enterprise/backup/pom.xml index c500a1b2fc9f..483ae2d006be 100644 --- a/enterprise/backup/pom.xml +++ b/enterprise/backup/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. neo4j-backup - 3.0.10-SNAPSHOT + 3.0.11-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 21f290fc818a..b83585284056 100644 --- a/enterprise/cluster/pom.xml +++ b/enterprise/cluster/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. org.neo4j neo4j-cluster - 3.0.10-SNAPSHOT + 3.0.11-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 c997177f3df6..3eb73734391b 100644 --- a/enterprise/com/pom.xml +++ b/enterprise/com/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. org.neo4j neo4j-com - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT Neo4j - Communication Package jar diff --git a/enterprise/deferred-locks/pom.xml b/enterprise/deferred-locks/pom.xml index 9dd1b97c2bc2..024f9b6c0403 100644 --- a/enterprise/deferred-locks/pom.xml +++ b/enterprise/deferred-locks/pom.xml @@ -6,12 +6,12 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. neo4j-deferred-locks - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT Neo4j - Deferred Locks Enterprise locks deferred to commit time diff --git a/enterprise/ha/pom.xml b/enterprise/ha/pom.xml index 6c87a0842f09..43798cfcfa95 100644 --- a/enterprise/ha/pom.xml +++ b/enterprise/ha/pom.xml @@ -3,14 +3,14 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. 4.0.0 neo4j-ha Neo4j - High Availability - 3.0.10-SNAPSHOT + 3.0.11-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 9adf4efc4ed0..10205d4664fa 100644 --- a/enterprise/kernel/pom.xml +++ b/enterprise/kernel/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. org.neo4j neo4j-enterprise-kernel - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT Neo4j - Enterprise Graph Database Kernel Features Enterprise features for Neo4j diff --git a/enterprise/management/pom.xml b/enterprise/management/pom.xml index 41e39d4bb680..470755d1e71e 100644 --- a/enterprise/management/pom.xml +++ b/enterprise/management/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. org.neo4j neo4j-management - 3.0.10-SNAPSHOT + 3.0.11-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 aa42c0c5bec7..1fa82daeabd1 100644 --- a/enterprise/metrics/pom.xml +++ b/enterprise/metrics/pom.xml @@ -6,13 +6,13 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. org.neo4j neo4j-metrics - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT Neo4j - Metrics Kernel Extension jar diff --git a/enterprise/neo4j-enterprise/pom.xml b/enterprise/neo4j-enterprise/pom.xml index d3f8a7ffd429..3c14743f21a9 100644 --- a/enterprise/neo4j-enterprise/pom.xml +++ b/enterprise/neo4j-enterprise/pom.xml @@ -4,12 +4,12 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. neo4j-enterprise - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT Neo4j - Enterprise jar diff --git a/enterprise/neo4j-harness-enterprise/pom.xml b/enterprise/neo4j-harness-enterprise/pom.xml index c3e19723ff2c..28fcd5a3c42c 100644 --- a/enterprise/neo4j-harness-enterprise/pom.xml +++ b/enterprise/neo4j-harness-enterprise/pom.xml @@ -6,7 +6,7 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. diff --git a/enterprise/pom.xml b/enterprise/pom.xml index 383657c6abd9..f8027dd28323 100644 --- a/enterprise/pom.xml +++ b/enterprise/pom.xml @@ -3,14 +3,14 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT .. 4.0.0 org.neo4j.build enterprise-build - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT Neo4j - Enterprise Build pom diff --git a/enterprise/query-logging/pom.xml b/enterprise/query-logging/pom.xml index f6d5cc00e285..38488024aa1c 100644 --- a/enterprise/query-logging/pom.xml +++ b/enterprise/query-logging/pom.xml @@ -3,12 +3,12 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. org.neo4j neo4j-query-logging - 3.0.10-SNAPSHOT + 3.0.11-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 4244dcfb422d..8ca5c9f093a3 100644 --- a/enterprise/server-enterprise/pom.xml +++ b/enterprise/server-enterprise/pom.xml @@ -3,14 +3,14 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. 4.0.0 org.neo4j.app neo4j-server-enterprise - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT Neo4j - Enterprise Server Standalone Neo4j server application. diff --git a/integrationtests/pom.xml b/integrationtests/pom.xml index 9402c4680bb8..23aadef3075e 100644 --- a/integrationtests/pom.xml +++ b/integrationtests/pom.xml @@ -4,12 +4,12 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT .. neo4j-integrationtests - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT Neo4j - Integration Tests jar diff --git a/packaging/neo4j-desktop/pom.xml b/packaging/neo4j-desktop/pom.xml index 52c25ddf16e0..35e43831d977 100644 --- a/packaging/neo4j-desktop/pom.xml +++ b/packaging/neo4j-desktop/pom.xml @@ -5,7 +5,7 @@ org.neo4j.assembly neo4j-standalone - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../standalone @@ -13,7 +13,7 @@ org.neo4j.build neo4j-desktop - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT Neo4j Desktop Easy-to-use Neo4j database in an .exe diff --git a/packaging/pom.xml b/packaging/pom.xml index 5294f0220450..9e11462176a7 100644 --- a/packaging/pom.xml +++ b/packaging/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT .. @@ -11,7 +11,7 @@ 4.0.0 org.neo4j.build packaging-build - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT Neo4j Packaging Build pom diff --git a/packaging/standalone/pom.xml b/packaging/standalone/pom.xml index 23bfe55bc4ec..a49919c35c10 100644 --- a/packaging/standalone/pom.xml +++ b/packaging/standalone/pom.xml @@ -4,7 +4,7 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT ../.. @@ -15,7 +15,7 @@ Neo4j - Server Assembler - 3.0.10-SNAPSHOT + 3.0.11-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 ee76d76c08cf..4c1e501a7f78 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.0.10-SNAPSHOT + 3.0.11-SNAPSHOT .. @@ -13,7 +13,7 @@ Neo4j Community - Server Assembler - 3.0.10-SNAPSHOT + 3.0.11-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 ab2418e93f35..5a4c63451253 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.0.10-SNAPSHOT + 3.0.11-SNAPSHOT .. @@ -14,7 +14,7 @@ Neo4j Enterprise - Server Assembler - 3.0.10-SNAPSHOT + 3.0.11-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 ed8a6bd57658..2ffa11aeae8b 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT pom Neo4j diff --git a/stresstests/pom.xml b/stresstests/pom.xml index 33e6c2d4aec6..890d7739f4d3 100644 --- a/stresstests/pom.xml +++ b/stresstests/pom.xml @@ -4,12 +4,12 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT .. neo4j-stresstests - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT Neo4j - Stress Tests jar diff --git a/tools/pom.xml b/tools/pom.xml index 81353e8eaec0..3a4513deadd6 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -7,12 +7,12 @@ org.neo4j parent - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT .. neo4j-tools - 3.0.10-SNAPSHOT + 3.0.11-SNAPSHOT Neo4j - Low Level Tools jar