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 6a0cfff0a SM-5684: Create OSGi bundle for gremlin-driver 3.7.1
6a0cfff0a is described below

commit 6a0cfff0af608f649bc7d340e8493ebcd8c57238
Author: JB Onofré <[email protected]>
AuthorDate: Tue Feb 20 15:34:10 2024 +0100

    SM-5684: Create OSGi bundle for gremlin-driver 3.7.1
---
 {gremlin-driver-3.6.4 => gremlin-driver-3.7.1}/pom.xml  | 17 ++++-------------
 .../src/main/resources/OSGI-INF/bundle.info             |  0
 pom.xml                                                 |  1 +
 3 files changed, 5 insertions(+), 13 deletions(-)

diff --git a/gremlin-driver-3.6.4/pom.xml b/gremlin-driver-3.7.1/pom.xml
similarity index 87%
rename from gremlin-driver-3.6.4/pom.xml
rename to gremlin-driver-3.7.1/pom.xml
index e6cdca246..62638d066 100644
--- a/gremlin-driver-3.6.4/pom.xml
+++ b/gremlin-driver-3.7.1/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>15</version>
+        <version>16</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.gremlin-driver</artifactId>
-    <version>3.6.4_2-SNAPSHOT</version>
+    <version>3.7.1_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
@@ -39,14 +39,13 @@
         
<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.apache.tinkerpop</pkgGroupId>
         <pkgArtifactId>gremlin-driver</pkgArtifactId>
-        <pkgVersion>3.6.4</pkgVersion>
-        
<servicemix.osgi.source.version>3.6.4.1</servicemix.osgi.source.version>
+        <pkgVersion>3.7.1</pkgVersion>
+        
<servicemix.osgi.source.version>3.7.1.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.apache.tinkerpop.gremlin.*
         </servicemix.osgi.export.pkg>
@@ -83,14 +82,6 @@
 
     <build>
         <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>1.8</source>
-                    <target>1.8</target>
-                </configuration>
-            </plugin>
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
diff --git a/gremlin-driver-3.6.4/src/main/resources/OSGI-INF/bundle.info 
b/gremlin-driver-3.7.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from gremlin-driver-3.6.4/src/main/resources/OSGI-INF/bundle.info
rename to gremlin-driver-3.7.1/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 6bce55b96..3dcfd93a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,6 +57,7 @@
       <module>elasticsearch-java-8.12.1</module>
       <module>fastinfoset-2.1.1</module>
       <module>mybatis-3.5.15</module>
+      <module>gremlin-driver-3.7.1</module>
     </modules>
 
 </project>

Reply via email to