From 4bf6dc4a79b306abf8e4c450ae8ef39268e1f746 Mon Sep 17 00:00:00 2001 From: Henrik Nyman Date: Mon, 27 May 2019 11:16:47 +0200 Subject: [PATCH] Update version to 3.5.7-SNAPSHOT --- build-resources/pom.xml | 2 +- community/annotation-processors/pom.xml | 4 ++-- 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/community-it/algo-it/pom.xml | 4 ++-- community/community-it/bolt-it/pom.xml | 4 ++-- community/community-it/community-it/pom.xml | 4 ++-- community/community-it/consistency-it/pom.xml | 4 ++-- community/community-it/cypher-it/pom.xml | 4 ++-- community/community-it/dbms-it/pom.xml | 4 ++-- community/community-it/import-it/pom.xml | 4 ++-- community/community-it/index-it/pom.xml | 4 ++-- .../community-it/it-test-support/pom.xml | 4 ++-- community/community-it/kernel-it/pom.xml | 4 ++-- community/community-it/pom.xml | 4 ++-- community/concurrent/pom.xml | 4 ++-- community/configuration/pom.xml | 4 ++-- community/consistency-check/pom.xml | 4 ++-- community/csv/pom.xml | 4 ++-- .../cypher/acceptance-spec-suite/pom.xml | 4 ++-- .../cypher/compatibility-spec-suite/pom.xml | 4 ++-- .../cypher/cypher-logical-plans-3.5/pom.xml | 4 ++-- community/cypher/cypher-planner-3.5/pom.xml | 4 ++-- community/cypher/cypher/pom.xml | 4 ++-- community/cypher/expression-evaluator/pom.xml | 4 ++-- community/cypher/front-end/ast/pom.xml | 4 ++-- .../cypher/front-end/expressions/pom.xml | 4 ++-- community/cypher/front-end/frontend/pom.xml | 4 ++-- community/cypher/front-end/parser/pom.xml | 4 ++-- community/cypher/front-end/pom.xml | 4 ++-- community/cypher/front-end/rewriting/pom.xml | 4 ++-- community/cypher/front-end/util/pom.xml | 4 ++-- community/cypher/interpreted-runtime/pom.xml | 4 ++-- community/cypher/ir-3.5/pom.xml | 4 ++-- community/cypher/planner-spi-3.5/pom.xml | 4 ++-- community/cypher/pom.xml | 4 ++-- community/cypher/runtime-util/pom.xml | 4 ++-- community/cypher/spec-suite-tools/pom.xml | 4 ++-- community/data-collector/pom.xml | 4 ++-- community/dbms/pom.xml | 4 ++-- community/diagnostics/pom.xml | 4 ++-- community/fulltext-index/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-api/pom.xml | 4 ++-- community/kernel/pom.xml | 4 ++-- community/legacy/pom.xml | 4 ++-- community/logging/pom.xml | 4 ++-- community/lucene-index-upgrade/pom.xml | 4 ++-- community/lucene-index/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/procedure-api/pom.xml | 4 ++-- .../integration-tests/pom.xml | 2 +- community/procedure-compiler/pom.xml | 4 ++-- .../procedure-compiler/processor/pom.xml | 2 +- community/random-values/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/spatial-index/pom.xml | 4 ++-- community/ssl/pom.xml | 4 ++-- community/udc/pom.xml | 4 ++-- community/unsafe/pom.xml | 4 ++-- community/values/pom.xml | 4 ++-- community/zstd-proxy/pom.xml | 2 +- packaging/pom.xml | 4 ++-- packaging/standalone/pom.xml | 4 ++-- .../standalone/standalone-community/pom.xml | 4 ++-- pom.xml | 22 +------------------ 82 files changed, 156 insertions(+), 176 deletions(-) diff --git a/build-resources/pom.xml b/build-resources/pom.xml index 9f6f26633aeed..d9c489528bc1e 100644 --- a/build-resources/pom.xml +++ b/build-resources/pom.xml @@ -5,7 +5,7 @@ org.neo4j.build build-resources - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT Neo4j - Build resources Build resources for community build. diff --git a/community/annotation-processors/pom.xml b/community/annotation-processors/pom.xml index 550e88422fee4..00d7313ee0e57 100644 --- a/community/annotation-processors/pom.xml +++ b/community/annotation-processors/pom.xml @@ -4,7 +4,7 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-annotation-processors - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT jar Neo4j - Annotation Processors diff --git a/community/bolt/pom.xml b/community/bolt/pom.xml index 3579526a01c72..685bc459984c9 100644 --- a/community/bolt/pom.xml +++ b/community/bolt/pom.xml @@ -7,7 +7,7 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. diff --git a/community/codegen/pom.xml b/community/codegen/pom.xml index adb7be2772d36..1d619c0f1b17f 100644 --- a/community/codegen/pom.xml +++ b/community/codegen/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. @@ -15,7 +15,7 @@ 4.0.0 neo4j-codegen - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT jar Neo4j - Code Generator diff --git a/community/collections/pom.xml b/community/collections/pom.xml index d382a2641fae8..4ad4da6eab05c 100644 --- a/community/collections/pom.xml +++ b/community/collections/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. @@ -15,7 +15,7 @@ 4.0.0 neo4j-collections - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT jar Neo4j - Collections diff --git a/community/command-line/pom.xml b/community/command-line/pom.xml index 5958dba4a3be0..828b89fb805fe 100644 --- a/community/command-line/pom.xml +++ b/community/command-line/pom.xml @@ -5,13 +5,13 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. 4.0.0 neo4j-command-line Neo4j - Command Line - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT jar diff --git a/community/common/pom.xml b/community/common/pom.xml index e0d597c217baa..768f0ea72f91e 100644 --- a/community/common/pom.xml +++ b/community/common/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. @@ -15,7 +15,7 @@ 4.0.0 neo4j-common - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT jar Neo4j - Common diff --git a/community/community-it/algo-it/pom.xml b/community/community-it/algo-it/pom.xml index 8c1afa3d3cfb8..6328a1afeb918 100644 --- a/community/community-it/algo-it/pom.xml +++ b/community/community-it/algo-it/pom.xml @@ -6,12 +6,12 @@ org.neo4j community-integration-tests - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT org.neo4j.community algo-it - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT Neo4j - Community Graph Algorithms Integration Tests jar diff --git a/community/community-it/bolt-it/pom.xml b/community/community-it/bolt-it/pom.xml index a91508d8b5229..8d1df4cf0df3f 100644 --- a/community/community-it/bolt-it/pom.xml +++ b/community/community-it/bolt-it/pom.xml @@ -6,12 +6,12 @@ org.neo4j community-integration-tests - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT org.neo4j.community bolt-it - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT Neo4j - Community Bolt Integration Tests jar diff --git a/community/community-it/community-it/pom.xml b/community/community-it/community-it/pom.xml index fde90ae49ff64..65bd7e95c40ed 100644 --- a/community/community-it/community-it/pom.xml +++ b/community/community-it/community-it/pom.xml @@ -6,12 +6,12 @@ org.neo4j community-integration-tests - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT org.neo4j.community community-it - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT Neo4j - Community Generic Integration Tests jar diff --git a/community/community-it/consistency-it/pom.xml b/community/community-it/consistency-it/pom.xml index ef627ea03357e..fea8e0d7e80b3 100644 --- a/community/community-it/consistency-it/pom.xml +++ b/community/community-it/consistency-it/pom.xml @@ -6,12 +6,12 @@ org.neo4j community-integration-tests - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT org.neo4j.community consistency-it - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT Neo4j - Community Consistency Checker Integration Tests jar diff --git a/community/community-it/cypher-it/pom.xml b/community/community-it/cypher-it/pom.xml index 8b28542b3e4a8..f84e0a2bb8675 100644 --- a/community/community-it/cypher-it/pom.xml +++ b/community/community-it/cypher-it/pom.xml @@ -6,12 +6,12 @@ org.neo4j community-integration-tests - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT org.neo4j.community cypher-it - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT Neo4j - Community Cypher Integration Tests jar diff --git a/community/community-it/dbms-it/pom.xml b/community/community-it/dbms-it/pom.xml index a99245cb0e665..857e235501f83 100644 --- a/community/community-it/dbms-it/pom.xml +++ b/community/community-it/dbms-it/pom.xml @@ -6,12 +6,12 @@ org.neo4j community-integration-tests - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT org.neo4j.community dbms-it - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT Neo4j - Community DBMS Integration Tests jar diff --git a/community/community-it/import-it/pom.xml b/community/community-it/import-it/pom.xml index b94887665d621..1b4e0e8e23545 100644 --- a/community/community-it/import-it/pom.xml +++ b/community/community-it/import-it/pom.xml @@ -6,12 +6,12 @@ org.neo4j community-integration-tests - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT org.neo4j.community import-it - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT Neo4j - Community Import Integration Tests jar diff --git a/community/community-it/index-it/pom.xml b/community/community-it/index-it/pom.xml index 9daccef87cbe9..c4cbea252e1fe 100644 --- a/community/community-it/index-it/pom.xml +++ b/community/community-it/index-it/pom.xml @@ -6,12 +6,12 @@ org.neo4j community-integration-tests - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT org.neo4j.community index-it - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT Neo4j - Community Index Integration Tests jar diff --git a/community/community-it/it-test-support/pom.xml b/community/community-it/it-test-support/pom.xml index 9f7dced102b22..506a899bfe58e 100644 --- a/community/community-it/it-test-support/pom.xml +++ b/community/community-it/it-test-support/pom.xml @@ -5,12 +5,12 @@ org.neo4j community-integration-tests - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT org.neo4j.community it-test-support - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT Neo4j - Community Integration Test Support jar diff --git a/community/community-it/kernel-it/pom.xml b/community/community-it/kernel-it/pom.xml index fe17349f48f87..a8c20533a14b7 100644 --- a/community/community-it/kernel-it/pom.xml +++ b/community/community-it/kernel-it/pom.xml @@ -5,12 +5,12 @@ org.neo4j community-integration-tests - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT org.neo4j.community kernel-it - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT Neo4j - Community Kernel Integration Tests jar diff --git a/community/community-it/pom.xml b/community/community-it/pom.xml index 98042ea97cacc..00c06e9cb7bbb 100644 --- a/community/community-it/pom.xml +++ b/community/community-it/pom.xml @@ -5,12 +5,12 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. community-integration-tests - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT pom Neo4j - Community Integration Tests diff --git a/community/concurrent/pom.xml b/community/concurrent/pom.xml index 557ab74e30565..2b49adc01f3b9 100644 --- a/community/concurrent/pom.xml +++ b/community/concurrent/pom.xml @@ -4,7 +4,7 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-concurrent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT jar Neo4j - Concurrent diff --git a/community/configuration/pom.xml b/community/configuration/pom.xml index 49d983905adba..65a07a06b21d5 100644 --- a/community/configuration/pom.xml +++ b/community/configuration/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. @@ -15,7 +15,7 @@ 4.0.0 neo4j-configuration - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT jar Neo4j - Configuration diff --git a/community/consistency-check/pom.xml b/community/consistency-check/pom.xml index f8e11a9c5dc4d..837d92ca97129 100644 --- a/community/consistency-check/pom.xml +++ b/community/consistency-check/pom.xml @@ -3,11 +3,11 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. neo4j-consistency-check - 3.5.6-SNAPSHOT + 3.5.7-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 9dd50322aa2a4..90069969ad6ba 100644 --- a/community/csv/pom.xml +++ b/community/csv/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. @@ -15,7 +15,7 @@ 4.0.0 neo4j-csv - 3.5.6-SNAPSHOT + 3.5.7-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 e88645e8095d3..740494e6fa829 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.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../ 4.0.0 neo4j-cypher-acceptance-spec-suite jar - 3.5.6-SNAPSHOT + 3.5.7-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 70eaefe2aad54..ad3364ed957f1 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.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../ 4.0.0 neo4j-cypher-compatibility-spec-suite jar - 3.5.6-SNAPSHOT + 3.5.7-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-logical-plans-3.5/pom.xml b/community/cypher/cypher-logical-plans-3.5/pom.xml index 89bde3b67cc6e..6f20819d0c440 100644 --- a/community/cypher/cypher-logical-plans-3.5/pom.xml +++ b/community/cypher/cypher-logical-plans-3.5/pom.xml @@ -3,14 +3,14 @@ org.neo4j cypher-parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../ 4.0.0 neo4j-cypher-logical-plans-3.5 jar - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT Neo4j - Cypher Logical Plans Cypher logical plans diff --git a/community/cypher/cypher-planner-3.5/pom.xml b/community/cypher/cypher-planner-3.5/pom.xml index 9c1977855cc07..58b58f3efa741 100644 --- a/community/cypher/cypher-planner-3.5/pom.xml +++ b/community/cypher/cypher-planner-3.5/pom.xml @@ -3,14 +3,14 @@ org.neo4j cypher-parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../ 4.0.0 neo4j-cypher-planner-3.5 jar - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT Neo4j - Cypher Planner Planner for Cypher http://components.neo4j.org/${project.artifactId}/${project.version} diff --git a/community/cypher/cypher/pom.xml b/community/cypher/cypher/pom.xml index e9186d93ea842..44378422fec0b 100644 --- a/community/cypher/cypher/pom.xml +++ b/community/cypher/cypher/pom.xml @@ -3,14 +3,14 @@ org.neo4j cypher-parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../ 4.0.0 neo4j-cypher jar - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT Neo4j - Cypher Neo4j query language http://components.neo4j.org/${project.artifactId}/${project.version} diff --git a/community/cypher/expression-evaluator/pom.xml b/community/cypher/expression-evaluator/pom.xml index fbe9d9dfb766f..b5b923ed4d1dc 100644 --- a/community/cypher/expression-evaluator/pom.xml +++ b/community/cypher/expression-evaluator/pom.xml @@ -4,14 +4,14 @@ org.neo4j cypher-parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../ 4.0.0 neo4j-cypher-expression-evaluator jar - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT Neo4j - Cypher Expression Evaluator Cypher Expression Evaluator diff --git a/community/cypher/front-end/ast/pom.xml b/community/cypher/front-end/ast/pom.xml index 0c607ab5e636e..547fdb544fae3 100644 --- a/community/cypher/front-end/ast/pom.xml +++ b/community/cypher/front-end/ast/pom.xml @@ -3,14 +3,14 @@ org.neo4j neo4j-front-end-parent-3.5 - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../ 4.0.0 neo4j-ast-3.5 jar - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT openCypher AST for the Cypher Query Language Abstract Syntax Tree and semantic analysis for the Cypher query language diff --git a/community/cypher/front-end/expressions/pom.xml b/community/cypher/front-end/expressions/pom.xml index 710387df86c7d..f4e8cdb199fd6 100644 --- a/community/cypher/front-end/expressions/pom.xml +++ b/community/cypher/front-end/expressions/pom.xml @@ -3,14 +3,14 @@ org.neo4j neo4j-front-end-parent-3.5 - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../ 4.0.0 neo4j-expressions-3.5 jar - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT openCypher Expressions Cypher expressions diff --git a/community/cypher/front-end/frontend/pom.xml b/community/cypher/front-end/frontend/pom.xml index 99033545c6926..1746f7f367415 100644 --- a/community/cypher/front-end/frontend/pom.xml +++ b/community/cypher/front-end/frontend/pom.xml @@ -3,14 +3,14 @@ org.neo4j neo4j-front-end-parent-3.5 - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../ 4.0.0 neo4j-front-end-3.5 jar - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT openCypher Front End diff --git a/community/cypher/front-end/parser/pom.xml b/community/cypher/front-end/parser/pom.xml index b28a990ad94e8..1a8153ffe0e15 100644 --- a/community/cypher/front-end/parser/pom.xml +++ b/community/cypher/front-end/parser/pom.xml @@ -3,14 +3,14 @@ org.neo4j neo4j-front-end-parent-3.5 - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../ 4.0.0 neo4j-parser-3.5 jar - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT openCypher Parser Cypher parser diff --git a/community/cypher/front-end/pom.xml b/community/cypher/front-end/pom.xml index 191ba1d2182de..a19207d45009b 100644 --- a/community/cypher/front-end/pom.xml +++ b/community/cypher/front-end/pom.xml @@ -4,14 +4,14 @@ org.neo4j cypher-parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../ 4.0.0 neo4j-front-end-parent-3.5 - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT pom openCypher Front End Parent Project that builds the openCypher front end modules diff --git a/community/cypher/front-end/rewriting/pom.xml b/community/cypher/front-end/rewriting/pom.xml index 123134c52ef00..728fbd3b761d3 100644 --- a/community/cypher/front-end/rewriting/pom.xml +++ b/community/cypher/front-end/rewriting/pom.xml @@ -3,14 +3,14 @@ org.neo4j neo4j-front-end-parent-3.5 - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../ 4.0.0 neo4j-rewriting-3.5 jar - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT openCypher Rewriting Tree rewriting support, and AST rewriters for the Cypher query language diff --git a/community/cypher/front-end/util/pom.xml b/community/cypher/front-end/util/pom.xml index f96189e2757bf..5bbf0a986e82d 100644 --- a/community/cypher/front-end/util/pom.xml +++ b/community/cypher/front-end/util/pom.xml @@ -3,14 +3,14 @@ org.neo4j neo4j-front-end-parent-3.5 - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../ 4.0.0 neo4j-util-3.5 jar - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT openCypher Utils Cypher utilities diff --git a/community/cypher/interpreted-runtime/pom.xml b/community/cypher/interpreted-runtime/pom.xml index 6c65427e3bf97..50b2a20ab3c7d 100644 --- a/community/cypher/interpreted-runtime/pom.xml +++ b/community/cypher/interpreted-runtime/pom.xml @@ -3,14 +3,14 @@ org.neo4j cypher-parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../ 4.0.0 neo4j-cypher-interpreted-runtime jar - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT Neo4j - Cypher Interpreted Runtime The traditional cypher interpreted runtime diff --git a/community/cypher/ir-3.5/pom.xml b/community/cypher/ir-3.5/pom.xml index a2310a1dd27e9..ccb6266b7a9a3 100644 --- a/community/cypher/ir-3.5/pom.xml +++ b/community/cypher/ir-3.5/pom.xml @@ -3,14 +3,14 @@ org.neo4j cypher-parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../ 4.0.0 neo4j-cypher-ir-3.5 jar - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT Neo4j - Cypher Intermediate Representation The intermediate representations, such as the query graph diff --git a/community/cypher/planner-spi-3.5/pom.xml b/community/cypher/planner-spi-3.5/pom.xml index 4412076b62d4b..a24d8e0f4d771 100644 --- a/community/cypher/planner-spi-3.5/pom.xml +++ b/community/cypher/planner-spi-3.5/pom.xml @@ -3,14 +3,14 @@ org.neo4j cypher-parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../ 4.0.0 neo4j-cypher-planner-spi-3.5 jar - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT Neo4j - Cypher Planner SPI Cypher planner SPI diff --git a/community/cypher/pom.xml b/community/cypher/pom.xml index a63db297ad778..cdcc19cdf0e80 100644 --- a/community/cypher/pom.xml +++ b/community/cypher/pom.xml @@ -6,12 +6,12 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. cypher-parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT pom Neo4j - Community Cypher Build Project that builds the Neo4j Cypher modules as part of the Community distribution. diff --git a/community/cypher/runtime-util/pom.xml b/community/cypher/runtime-util/pom.xml index b01dc09d0090a..ee86af4e4e384 100644 --- a/community/cypher/runtime-util/pom.xml +++ b/community/cypher/runtime-util/pom.xml @@ -3,14 +3,14 @@ org.neo4j cypher-parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../ 4.0.0 neo4j-cypher-runtime-util jar - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT Neo4j - Cypher Runtime Utilities Cypher runtime utilities diff --git a/community/cypher/spec-suite-tools/pom.xml b/community/cypher/spec-suite-tools/pom.xml index 683ba3a952434..1ef306090a72f 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.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../ 4.0.0 neo4j-cypher-spec-suite-tools jar - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT Neo4j - Cypher Specification Suite Tools Neo4j query language test suite tools http://components.neo4j.org/${project.artifactId}/${project.version} diff --git a/community/data-collector/pom.xml b/community/data-collector/pom.xml index b068bd99bde21..a26a37d19d1a1 100644 --- a/community/data-collector/pom.xml +++ b/community/data-collector/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. @@ -15,7 +15,7 @@ 4.0.0 neo4j-data-collector - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT jar Neo4j - Data Collector diff --git a/community/dbms/pom.xml b/community/dbms/pom.xml index d2c770b5e407c..2f01754131cf6 100644 --- a/community/dbms/pom.xml +++ b/community/dbms/pom.xml @@ -4,13 +4,13 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. 4.0.0 neo4j-dbms Neo4j - Database Management System - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT headers/GPL-3-header.txt diff --git a/community/diagnostics/pom.xml b/community/diagnostics/pom.xml index be18c2846b781..b0a13b7773bd2 100644 --- a/community/diagnostics/pom.xml +++ b/community/diagnostics/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. @@ -15,7 +15,7 @@ 4.0.0 neo4j-diagnostics - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT jar Neo4j - Diagnostics diff --git a/community/fulltext-index/pom.xml b/community/fulltext-index/pom.xml index 81f3f0019cb61..8d175fccaaf1e 100644 --- a/community/fulltext-index/pom.xml +++ b/community/fulltext-index/pom.xml @@ -6,12 +6,12 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. neo4j-fulltext-index - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT Neo4j - Fulltext index Fulltext index for neo4j diff --git a/community/graph-algo/pom.xml b/community/graph-algo/pom.xml index e706373fdf80d..85b003666b2bd 100644 --- a/community/graph-algo/pom.xml +++ b/community/graph-algo/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. @@ -18,7 +18,7 @@ 4.0.0 neo4j-graph-algo - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT jar Neo4j - Graph Algorithms diff --git a/community/graphdb-api/pom.xml b/community/graphdb-api/pom.xml index c208720825c43..94932b1afc5a2 100644 --- a/community/graphdb-api/pom.xml +++ b/community/graphdb-api/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. @@ -15,7 +15,7 @@ 4.0.0 neo4j-graphdb-api - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT jar Neo4j - Graph Database API diff --git a/community/import-tool/pom.xml b/community/import-tool/pom.xml index 79ff536a34909..6eeac1aeb8b6f 100644 --- a/community/import-tool/pom.xml +++ b/community/import-tool/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. @@ -15,7 +15,7 @@ 4.0.0 neo4j-import-tool - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT jar Neo4j - Import Command Line Tool diff --git a/community/index/pom.xml b/community/index/pom.xml index 13a0c3e2aef11..9790065b8a572 100644 --- a/community/index/pom.xml +++ b/community/index/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. diff --git a/community/io/pom.xml b/community/io/pom.xml index 49e3b7004b8b6..5c0bcee1bd1d7 100644 --- a/community/io/pom.xml +++ b/community/io/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. @@ -15,7 +15,7 @@ 4.0.0 neo4j-io - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT jar Neo4j - IO diff --git a/community/jmx/pom.xml b/community/jmx/pom.xml index 30149f1360a7a..cd0a9d2a8a520 100644 --- a/community/jmx/pom.xml +++ b/community/jmx/pom.xml @@ -4,12 +4,12 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. neo4j-jmx - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT Neo4j - JMX support Management support using JMX. diff --git a/community/kernel-api/pom.xml b/community/kernel-api/pom.xml index bb4b06188f9c7..c0dad2678e1ac 100644 --- a/community/kernel-api/pom.xml +++ b/community/kernel-api/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. @@ -15,7 +15,7 @@ 4.0.0 neo4j-kernel-api - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT jar Neo4j - Kernel API diff --git a/community/kernel/pom.xml b/community/kernel/pom.xml index 82124cdcb25a2..5986aeedac77d 100644 --- a/community/kernel/pom.xml +++ b/community/kernel/pom.xml @@ -3,13 +3,13 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. 4.0.0 neo4j-kernel - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT Neo4j - Graph Database Kernel diff --git a/community/legacy/pom.xml b/community/legacy/pom.xml index 8cdf7819bc60f..7c6fad7987b26 100644 --- a/community/legacy/pom.xml +++ b/community/legacy/pom.xml @@ -4,7 +4,7 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-legacy - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT jar Neo4j - Legacy diff --git a/community/logging/pom.xml b/community/logging/pom.xml index 65bb04a0e28a6..78260cfd3569b 100644 --- a/community/logging/pom.xml +++ b/community/logging/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. @@ -15,7 +15,7 @@ 4.0.0 neo4j-logging - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT jar Neo4j - Logging diff --git a/community/lucene-index-upgrade/pom.xml b/community/lucene-index-upgrade/pom.xml index 7a7adfa206d42..980e24e8e55ab 100644 --- a/community/lucene-index-upgrade/pom.xml +++ b/community/lucene-index-upgrade/pom.xml @@ -4,7 +4,7 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. @@ -18,7 +18,7 @@ 4.0.0 neo4j-lucene-upgrade - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT jar Neo4j - Lucene Index Upgrade diff --git a/community/lucene-index/pom.xml b/community/lucene-index/pom.xml index 658e555c7060a..ea4892ac1715c 100644 --- a/community/lucene-index/pom.xml +++ b/community/lucene-index/pom.xml @@ -3,11 +3,11 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. neo4j-lucene-index - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT Neo4j - Lucene Index diff --git a/community/neo4j-community/pom.xml b/community/neo4j-community/pom.xml index 75a8c71c151e4..ef3a1524cb27a 100644 --- a/community/neo4j-community/pom.xml +++ b/community/neo4j-community/pom.xml @@ -4,12 +4,12 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. neo4j-community - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT Neo4j - Community (Bill of Materials) pom diff --git a/community/neo4j-harness/pom.xml b/community/neo4j-harness/pom.xml index a6a8d8d0a5e2e..67b6f69adc0d2 100644 --- a/community/neo4j-harness/pom.xml +++ b/community/neo4j-harness/pom.xml @@ -5,7 +5,7 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. 4.0.0 diff --git a/community/neo4j-slf4j/pom.xml b/community/neo4j-slf4j/pom.xml index 0f4a19eb64749..b6dd39c67429e 100644 --- a/community/neo4j-slf4j/pom.xml +++ b/community/neo4j-slf4j/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. @@ -15,7 +15,7 @@ 4.0.0 neo4j-slf4j - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT jar Neo4j - SLF4J Neo4j Binding diff --git a/community/neo4j/pom.xml b/community/neo4j/pom.xml index 2e96ed0c360e4..1b0431346ee98 100644 --- a/community/neo4j/pom.xml +++ b/community/neo4j/pom.xml @@ -4,12 +4,12 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. neo4j - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT Neo4j - Community jar diff --git a/community/pom.xml b/community/pom.xml index c22bc75ecce48..96bfdb23f637a 100644 --- a/community/pom.xml +++ b/community/pom.xml @@ -3,14 +3,14 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT .. 4.0.0 org.neo4j.build community-build - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT Neo4j - Community Build pom diff --git a/community/procedure-api/pom.xml b/community/procedure-api/pom.xml index 9b85cde29b4a8..82193016fc228 100644 --- a/community/procedure-api/pom.xml +++ b/community/procedure-api/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. @@ -15,7 +15,7 @@ 4.0.0 neo4j-procedure-api - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT jar Neo4j - Procedure API diff --git a/community/procedure-compiler/integration-tests/pom.xml b/community/procedure-compiler/integration-tests/pom.xml index 8bfa4ca72a2b9..3a21d7266bef2 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.5.6-SNAPSHOT + 3.5.7-SNAPSHOT .. diff --git a/community/procedure-compiler/pom.xml b/community/procedure-compiler/pom.xml index 70ba95967a74b..028e8d75060d1 100644 --- a/community/procedure-compiler/pom.xml +++ b/community/procedure-compiler/pom.xml @@ -2,7 +2,7 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. @@ -13,7 +13,7 @@ 4.0.0 procedure-compiler-parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT pom Neo4j - Procedure Compiler Parent POM diff --git a/community/procedure-compiler/processor/pom.xml b/community/procedure-compiler/processor/pom.xml index 41c5a3e13fbf4..5b56b7d57639b 100644 --- a/community/procedure-compiler/processor/pom.xml +++ b/community/procedure-compiler/processor/pom.xml @@ -4,7 +4,7 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../../.. diff --git a/community/random-values/pom.xml b/community/random-values/pom.xml index cbaa265d7ea13..45153bc468f59 100644 --- a/community/random-values/pom.xml +++ b/community/random-values/pom.xml @@ -4,7 +4,7 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-random-values - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT jar Neo4j - Random Value diff --git a/community/resource/pom.xml b/community/resource/pom.xml index 71a37374e878a..b5b363534e185 100644 --- a/community/resource/pom.xml +++ b/community/resource/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. @@ -15,7 +15,7 @@ 4.0.0 neo4j-resource - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT jar Neo4j - Resource interface diff --git a/community/security/pom.xml b/community/security/pom.xml index 65670c6773c58..e673d270ccaeb 100644 --- a/community/security/pom.xml +++ b/community/security/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. @@ -15,7 +15,7 @@ 4.0.0 neo4j-security - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT jar Neo4j - Security diff --git a/community/server-api/pom.xml b/community/server-api/pom.xml index 6d99331f87391..60558f2807f2f 100644 --- a/community/server-api/pom.xml +++ b/community/server-api/pom.xml @@ -4,12 +4,12 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. server-api - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT jar Neo4j - Server API diff --git a/community/server-plugin-test/pom.xml b/community/server-plugin-test/pom.xml index a1f2002081af4..b2885ee671d73 100644 --- a/community/server-plugin-test/pom.xml +++ b/community/server-plugin-test/pom.xml @@ -4,12 +4,12 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. server-plugin-test - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT Neo4j - Server Plugin Tests Tests the server plugin registration functionality. diff --git a/community/server/pom.xml b/community/server/pom.xml index 421b21b0bde7b..a346d3e608a1f 100644 --- a/community/server/pom.xml +++ b/community/server/pom.xml @@ -3,14 +3,14 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. 4.0.0 org.neo4j.app neo4j-server - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT Neo4j - Server Standalone Neo4j server application. http://components.neo4j.org/${project.artifactId}/${project.version} diff --git a/community/spatial-index/pom.xml b/community/spatial-index/pom.xml index bf0cdd33cc851..35f40ef3f09a2 100644 --- a/community/spatial-index/pom.xml +++ b/community/spatial-index/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. @@ -15,7 +15,7 @@ 4.0.0 neo4j-spatial-index - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT jar Neo4j - Native Spatial Index diff --git a/community/ssl/pom.xml b/community/ssl/pom.xml index a16635b746ab0..d1ccb19d9f271 100644 --- a/community/ssl/pom.xml +++ b/community/ssl/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. @@ -15,7 +15,7 @@ 4.0.0 neo4j-ssl - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT jar Neo4j - SSL diff --git a/community/udc/pom.xml b/community/udc/pom.xml index a6070d77a9ed1..2214cca886896 100644 --- a/community/udc/pom.xml +++ b/community/udc/pom.xml @@ -3,13 +3,13 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. 4.0.0 neo4j-udc Neo4j - Usage Data Collection - 3.5.6-SNAPSHOT + 3.5.7-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 375eeb564f1a2..f882d8d354fd4 100644 --- a/community/unsafe/pom.xml +++ b/community/unsafe/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. @@ -15,7 +15,7 @@ 4.0.0 neo4j-unsafe - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT jar Neo4j - Unsafe Access diff --git a/community/values/pom.xml b/community/values/pom.xml index e969c1c10a57f..4f1b5b3327fc1 100644 --- a/community/values/pom.xml +++ b/community/values/pom.xml @@ -4,7 +4,7 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. @@ -16,7 +16,7 @@ 4.0.0 neo4j-values - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT jar Neo4j - Value diff --git a/community/zstd-proxy/pom.xml b/community/zstd-proxy/pom.xml index d2bc8b1ce8bac..36afeff9cb5af 100644 --- a/community/zstd-proxy/pom.xml +++ b/community/zstd-proxy/pom.xml @@ -5,7 +5,7 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. 4.0.0 diff --git a/packaging/pom.xml b/packaging/pom.xml index 4312cc4958d69..fbc4b7de79db4 100644 --- a/packaging/pom.xml +++ b/packaging/pom.xml @@ -3,7 +3,7 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT .. @@ -11,7 +11,7 @@ 4.0.0 org.neo4j.build packaging-build - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT Neo4j - Packaging Build pom diff --git a/packaging/standalone/pom.xml b/packaging/standalone/pom.xml index 99f833de037b0..41a15b9c60d72 100644 --- a/packaging/standalone/pom.xml +++ b/packaging/standalone/pom.xml @@ -4,7 +4,7 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT ../.. @@ -15,7 +15,7 @@ Neo4j - Server Assembler - 3.5.6-SNAPSHOT + 3.5.7-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 c47a94ff80fd5..a6852aa3f1ee4 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.5.6-SNAPSHOT + 3.5.7-SNAPSHOT .. @@ -12,7 +12,7 @@ pom Neo4j - Community Server Assembler - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT This project assembles the Neo4j Community stand-alone distribution, pulling together all the deliverable artifacts and packaging them diff --git a/pom.xml b/pom.xml index aad8775334fe7..ecf18c82640d4 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.neo4j parent - 3.5.6-SNAPSHOT + 3.5.7-SNAPSHOT pom Neo4j Neo4j Graph Database @@ -314,26 +314,6 @@ java.class.nonPublicPartOfAPI - - java.field.addedStaticField - field org.neo4j.graphdb.factory.GraphDatabaseSettings.data_collector_max_query_text_size - - Adding a static field is generally not permitted because it could clash someone extending - the class and adding a field with the same name. The risk that someone does that for our setting - with the specific setting that we've added is so small the we think violation of the rule is the right - thing to do. - - - - java.field.addedStaticField - field org.neo4j.graphdb.factory.GraphDatabaseSettings.data_collector_max_recent_query_count - - Adding a static field is generally not permitted because it could clash someone extending - the class and adding a field with the same name. The risk that someone does that for our setting - with the specific setting that we've added is so small the we think violation of the rule is the right - thing to do. - - true