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 1939b810e SM-5796: Create OSGi bundle for hppc 0.10.0
1939b810e is described below

commit 1939b810eed94c6ce507db3ea78cc46e939735cc
Author: JB Onofré <[email protected]>
AuthorDate: Fri Nov 15 11:15:50 2024 +0100

    SM-5796: Create OSGi bundle for hppc 0.10.0
---
 {hppc-0.9.1 => hppc-0.10.0}/pom.xml                               | 8 ++++----
 .../src/main/resources/OSGI-INF/bundle.info                       | 0
 pom.xml                                                           | 1 +
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/hppc-0.9.1/pom.xml b/hppc-0.10.0/pom.xml
similarity index 94%
rename from hppc-0.9.1/pom.xml
rename to hppc-0.10.0/pom.xml
index 40516edff..9663000fa 100644
--- a/hppc-0.9.1/pom.xml
+++ b/hppc-0.10.0/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>14</version>
+        <version>16</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.hppc</artifactId>
-    <version>0.9.1_2-SNAPSHOT</version>
+    <version>0.10.0_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} shaded 
jar file.</description>
@@ -39,13 +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>com.carrotsearch</pkgGroupId>
         <pkgArtifactId>hppc</pkgArtifactId>
-        <pkgVersion>0.9.1</pkgVersion>
+        <pkgVersion>0.10.0</pkgVersion>
+        
<servicemix.osgi.source.version>0.10.0.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             com.carrotsearch.hppc
         </servicemix.osgi.export.pkg>
diff --git a/hppc-0.9.1/src/main/resources/OSGI-INF/bundle.info 
b/hppc-0.10.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from hppc-0.9.1/src/main/resources/OSGI-INF/bundle.info
rename to hppc-0.10.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 09dceb2ae..dd1b47e79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,6 +162,7 @@
       <module>xmlresolver-6.0.11</module>
       <module>hadoop-client-3.4.1</module>
       <module>elasticsearch-java-8.15.3</module>
+      <module>hppc-0.10.0</module>
     </modules>
 
 </project>

Reply via email to