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/01/17 09:42:28 UTC

[servicemix-bundles] branch master updated: [SM-3939] Create OSGi bundle for neo4j 3.5.1

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 82bbc2d  [SM-3939] Create OSGi bundle for neo4j 3.5.1
82bbc2d is described below

commit 82bbc2d9f28ceeccd7684df40b9c7e22925c8953
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu Jan 17 10:35:49 2019 +0100

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

diff --git a/neo4j-3.5.0/pom.xml b/neo4j-3.5.1/pom.xml
similarity index 99%
rename from neo4j-3.5.0/pom.xml
rename to neo4j-3.5.1/pom.xml
index aee0e26..b84b29f 100644
--- a/neo4j-3.5.0/pom.xml
+++ b/neo4j-3.5.1/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.neo4j</artifactId>
-    <version>3.5.0_2-SNAPSHOT</version>
+    <version>3.5.1_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.0</pkgVersion>
+        <pkgVersion>3.5.1</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.neo4j
         </servicemix.osgi.export.pkg>
diff --git a/neo4j-3.5.0/src/main/resources/OSGI-INF/bundle.info b/neo4j-3.5.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from neo4j-3.5.0/src/main/resources/OSGI-INF/bundle.info
rename to neo4j-3.5.1/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 06a1e57..fcacd56 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,6 +88,7 @@
         <module>gremlin-driver-3.4.0</module>
         <module>hbase-2.1.2</module>
         <module>json4s-3.6.3</module>
+        <module>neo4j-3.5.1</module>
     </modules>
 
 </project>