From 15d768c23da0cf32a469a2ff42f9c112ade6d3b4 Mon Sep 17 00:00:00 2001 From: David Fauth Date: Tue, 12 Dec 2023 11:48:17 -0500 Subject: [PATCH] 5.14 Commit Updated pom.xml to address multiple jars. Addressed specific for Neo4j 5.14 --- CHANGELOG.md | 7 +++++- pom.xml | 29 ++++++++++++++-------- src/main/java/com/neo4jh3/uber/Uberh3.java | 2 +- src/test/java/com/neo4jh3/Neo4jH3Test.java | 2 +- 4 files changed, 26 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d09ea98..a2bac97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ -# CHANGELOG - Neo4jH3 +# CHANGELOG - 5.14 - 2023-12-12 +* [Updated] - Updated pom.xml to add multi-release plugin. There have been some changes to Neo4j 5.14 where Neo4j 5.14 supports both Java 17 and Java 21. The multi-release ensures that Neo4j will start with the plugin installed. + +If you are using Neo4j 5.14, please use the 5.14 version of the Neo4jH3 plugin. + +# CHANGELOG - 5.13 - 2023-11-20 * [ Added ] Tested through Neo4j 5.13 * [ Added ] Updated README.md to mention that /tmp directory needs to have execute privileges. * [ Fixed ] Ensure the version value returned is correct. diff --git a/pom.xml b/pom.xml index 35c8ba0..7c2dd4d 100644 --- a/pom.xml +++ b/pom.xml @@ -6,10 +6,10 @@ com.neo4jh3 neo4jh3 - 5.13.0 + 5.14.0 - 5.13.0 + 5.14.0 1.2 3.13.0 4.1.1 @@ -20,7 +20,8 @@ 3.4.1 3.10.1 3.22.0 - 3.0.0-M7 + 3.0.0-M7 + 3.3.0 @@ -36,13 +37,13 @@ ${neo4j.version} provided - + org.apache.commons commons-math3 @@ -122,12 +123,6 @@ false true - @@ -160,6 +155,18 @@ maven-surefire-plugin ${maven-surefire-plugin.version} + + org.apache.maven.plugins + maven-jar-plugin + ${maven-jar-plugin.version} + + + + true + + + +