diff --git a/config-docs/pom.xml b/config-docs/pom.xml index fb0bb784e9..26f42c8cd0 100644 --- a/config-docs/pom.xml +++ b/config-docs/pom.xml @@ -6,7 +6,7 @@ org.neo4j.doc neo4j-manual-parent - 5.2.0-SNAPSHOT + 5.3.0-SNAPSHOT ../pom.xml diff --git a/cypher/cypher-docs/pom.xml b/cypher/cypher-docs/pom.xml index 5028937d40..23fd9da6eb 100644 --- a/cypher/cypher-docs/pom.xml +++ b/cypher/cypher-docs/pom.xml @@ -6,7 +6,7 @@ org.neo4j.doc neo4j-cypher-docs-parent - 5.2.0-SNAPSHOT + 5.3.0-SNAPSHOT ../pom.xml diff --git a/cypher/cypher-prettifier/pom.xml b/cypher/cypher-prettifier/pom.xml index f4ed45bc9f..efaf352d91 100644 --- a/cypher/cypher-prettifier/pom.xml +++ b/cypher/cypher-prettifier/pom.xml @@ -6,7 +6,7 @@ org.neo4j.doc neo4j-cypher-docs-parent - 5.2.0-SNAPSHOT + 5.3.0-SNAPSHOT ../pom.xml neo4j-cypher-prettifier diff --git a/cypher/pom.xml b/cypher/pom.xml index e2da556b0f..338a9fffe4 100644 --- a/cypher/pom.xml +++ b/cypher/pom.xml @@ -6,7 +6,7 @@ org.neo4j.doc neo4j-manual-parent - 5.2.0-SNAPSHOT + 5.3.0-SNAPSHOT ../pom.xml diff --git a/cypher/refcard-tests/pom.xml b/cypher/refcard-tests/pom.xml index 2100bc135c..1ce0d8d787 100644 --- a/cypher/refcard-tests/pom.xml +++ b/cypher/refcard-tests/pom.xml @@ -6,7 +6,7 @@ org.neo4j.doc neo4j-cypher-docs-parent - 5.2.0-SNAPSHOT + 5.3.0-SNAPSHOT ../pom.xml diff --git a/cypher/refcard-tests/src/test/scala/org/neo4j/cypher/docgen/refcard/CallTest.scala b/cypher/refcard-tests/src/test/scala/org/neo4j/cypher/docgen/refcard/CallTest.scala index 18e14e947c..543f15ae00 100644 --- a/cypher/refcard-tests/src/test/scala/org/neo4j/cypher/docgen/refcard/CallTest.scala +++ b/cypher/refcard-tests/src/test/scala/org/neo4j/cypher/docgen/refcard/CallTest.scala @@ -29,7 +29,7 @@ import org.neo4j.internal.kernel.api.exceptions.ProcedureException import org.neo4j.internal.kernel.api.procs.Neo4jTypes import org.neo4j.internal.kernel.api.procs.ProcedureSignature._ import org.neo4j.kernel.api.Kernel -import org.neo4j.kernel.api.ResourceTracker +import org.neo4j.kernel.api.ResourceMonitor import org.neo4j.kernel.api.procedure.CallableProcedure.BasicProcedure import org.neo4j.kernel.api.procedure.Context import org.neo4j.values.AnyValue @@ -53,7 +53,7 @@ class CallTest extends RefcardTest with QueryStatisticsTestSupport { override def apply( ctx: Context, input: Array[AnyValue], - resourceTracker: ResourceTracker + resourceMonitor: ResourceMonitor ): RawIterator[Array[AnyValue], ProcedureException] = RawIterator.of[Array[AnyValue], ProcedureException](input) } diff --git a/doctools/pom.xml b/doctools/pom.xml index 448862da24..bc69e56106 100644 --- a/doctools/pom.xml +++ b/doctools/pom.xml @@ -6,7 +6,7 @@ org.neo4j.doc neo4j-manual-parent - 5.2.0-SNAPSHOT + 5.3.0-SNAPSHOT ../pom.xml diff --git a/embedded-examples/pom.xml b/embedded-examples/pom.xml index 4a8b89505f..4d91c08cd2 100644 --- a/embedded-examples/pom.xml +++ b/embedded-examples/pom.xml @@ -6,7 +6,7 @@ org.neo4j.doc neo4j-manual-parent - 5.2.0-SNAPSHOT + 5.3.0-SNAPSHOT ../pom.xml diff --git a/functions/pom.xml b/functions/pom.xml index 09afd7b7a7..c40f5b61d9 100644 --- a/functions/pom.xml +++ b/functions/pom.xml @@ -6,7 +6,7 @@ org.neo4j.doc neo4j-manual-parent - 5.2.0-SNAPSHOT + 5.3.0-SNAPSHOT ../pom.xml diff --git a/graphviz/pom.xml b/graphviz/pom.xml index b51dc047eb..fe08fa1c97 100644 --- a/graphviz/pom.xml +++ b/graphviz/pom.xml @@ -6,7 +6,7 @@ org.neo4j.doc neo4j-manual-parent - 5.2.0-SNAPSHOT + 5.3.0-SNAPSHOT ../pom.xml diff --git a/jmx/pom.xml b/jmx/pom.xml index 8c4056b925..b4936decd1 100644 --- a/jmx/pom.xml +++ b/jmx/pom.xml @@ -6,7 +6,7 @@ org.neo4j.doc neo4j-manual-parent - 5.2.0-SNAPSHOT + 5.3.0-SNAPSHOT ../pom.xml diff --git a/kernel/pom.xml b/kernel/pom.xml index 9f7811f34f..20ef719fb8 100644 --- a/kernel/pom.xml +++ b/kernel/pom.xml @@ -6,7 +6,7 @@ org.neo4j.doc neo4j-manual-parent - 5.2.0-SNAPSHOT + 5.3.0-SNAPSHOT ../pom.xml diff --git a/metrics-docs/pom.xml b/metrics-docs/pom.xml index d1389342d1..1d9b70b0e5 100644 --- a/metrics-docs/pom.xml +++ b/metrics-docs/pom.xml @@ -6,7 +6,7 @@ org.neo4j.doc neo4j-manual-parent - 5.2.0-SNAPSHOT + 5.3.0-SNAPSHOT ../pom.xml diff --git a/neo4j-harness-enterprise-test/pom.xml b/neo4j-harness-enterprise-test/pom.xml index c5457469b8..02b37a1940 100644 --- a/neo4j-harness-enterprise-test/pom.xml +++ b/neo4j-harness-enterprise-test/pom.xml @@ -6,7 +6,7 @@ org.neo4j.doc neo4j-manual-parent - 5.2.0-SNAPSHOT + 5.3.0-SNAPSHOT ../pom.xml diff --git a/neo4j-harness-test/pom.xml b/neo4j-harness-test/pom.xml index eb5eceb4c1..b1bf939e69 100644 --- a/neo4j-harness-test/pom.xml +++ b/neo4j-harness-test/pom.xml @@ -6,7 +6,7 @@ org.neo4j.doc neo4j-manual-parent - 5.2.0-SNAPSHOT + 5.3.0-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index ec3e3e081d..5add291111 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.neo4j.doc neo4j-manual-parent - 5.2.0-SNAPSHOT + 5.3.0-SNAPSHOT Neo4j - Reference Manual Build Neo4j Reference Manual Build. diff --git a/procedures/pom.xml b/procedures/pom.xml index 48a13f579b..cb96c298a6 100644 --- a/procedures/pom.xml +++ b/procedures/pom.xml @@ -6,7 +6,7 @@ org.neo4j.doc neo4j-manual-parent - 5.2.0-SNAPSHOT + 5.3.0-SNAPSHOT ../pom.xml diff --git a/server-docs/pom.xml b/server-docs/pom.xml index ecacbb4d0b..50b9118c65 100644 --- a/server-docs/pom.xml +++ b/server-docs/pom.xml @@ -5,7 +5,7 @@ org.neo4j.doc neo4j-manual-parent - 5.2.0-SNAPSHOT + 5.3.0-SNAPSHOT ../pom.xml diff --git a/server-examples/pom.xml b/server-examples/pom.xml index f369f360b0..672c9aaab2 100644 --- a/server-examples/pom.xml +++ b/server-examples/pom.xml @@ -6,7 +6,7 @@ org.neo4j.doc neo4j-manual-parent - 5.2.0-SNAPSHOT + 5.3.0-SNAPSHOT ../pom.xml diff --git a/server-test-utils/pom.xml b/server-test-utils/pom.xml index db5eadb849..665cd98c80 100644 --- a/server-test-utils/pom.xml +++ b/server-test-utils/pom.xml @@ -6,7 +6,7 @@ neo4j-manual-parent org.neo4j.doc - 5.2.0-SNAPSHOT + 5.3.0-SNAPSHOT ../pom.xml diff --git a/test-framework/pom.xml b/test-framework/pom.xml index 9ea6628432..442164a35d 100644 --- a/test-framework/pom.xml +++ b/test-framework/pom.xml @@ -6,7 +6,7 @@ neo4j-manual-parent org.neo4j.doc - 5.2.0-SNAPSHOT + 5.3.0-SNAPSHOT ../pom.xml