You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2019/04/29 05:54:25 UTC

[servicemix-bundles] branch master updated: [SM-4039] Create OSGi bundle for neo4j 3.5.4

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git


The following commit(s) were added to refs/heads/master by this push:
     new 8ff7152  [SM-4039] Create OSGi bundle for neo4j 3.5.4
8ff7152 is described below

commit 8ff71528c06b471a63ae0c586383142f534fb3ba
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Apr 29 07:53:54 2019 +0200

    [SM-4039] Create OSGi bundle for neo4j 3.5.4
---
 {neo4j-3.5.3 => neo4j-3.5.4}/pom.xml                             | 9 ++++-----
 .../src/main/resources/OSGI-INF/bundle.info                      | 0
 pom.xml                                                          | 1 +
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/neo4j-3.5.3/pom.xml b/neo4j-3.5.4/pom.xml
similarity index 98%
rename from neo4j-3.5.3/pom.xml
rename to neo4j-3.5.4/pom.xml
index 6177299..08cc436 100644
--- a/neo4j-3.5.3/pom.xml
+++ b/neo4j-3.5.4/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.neo4j</artifactId>
-    <version>3.5.3_2-SNAPSHOT</version>
+    <version>3.5.4_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: neo4j</name>
     <description>
@@ -42,12 +42,11 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git</url>
-    <tag>HEAD</tag>
   </scm>
 
     <properties>
         <pkgGroupId>org.neo4j</pkgGroupId>
-        <pkgVersion>3.5.3</pkgVersion>
+        <pkgVersion>3.5.4</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.neo4j
         </servicemix.osgi.export.pkg>
@@ -134,12 +133,12 @@
         <dependency>
             <groupId>${pkgGroupId}</groupId>
             <artifactId>neo4j-rest-graphdb</artifactId>
-            <version>1.9</version>
+            <version>2.0.1</version>
         </dependency>
         <dependency>
             <groupId>${pkgGroupId}</groupId>
             <artifactId>neo4j-cypher-dsl</artifactId>
-            <version>1.9</version>
+            <version>2.3.1</version>
         </dependency>
     </dependencies>
 
diff --git a/neo4j-3.5.3/src/main/resources/OSGI-INF/bundle.info b/neo4j-3.5.4/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from neo4j-3.5.3/src/main/resources/OSGI-INF/bundle.info
rename to neo4j-3.5.4/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 0070fdc..464bbd1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,6 +143,7 @@
         <module>azure-storage-8.2.0</module>
         <module>aspectj-1.9.3</module>
         <module>antisamy-1.5.8</module>
+        <module>neo4j-3.5.4</module>
     </modules>
 
 </project>