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 2022/07/27 06:11:55 UTC

[servicemix-bundles] branch master updated: [SM-5246] Create OSGi bundle for sparkjava-core 2.9.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 6c5cb4196 [SM-5246] Create OSGi bundle for sparkjava-core 2.9.4
6c5cb4196 is described below

commit 6c5cb419669fccb9139d6f8bb2210dd36c3c734a
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Wed Jul 27 08:11:24 2022 +0200

    [SM-5246] Create OSGi bundle for sparkjava-core 2.9.4
---
 pom.xml                                                           | 1 +
 {sparkjava-core-2.9.3 => sparkjava-core-2.9.4}/pom.xml            | 8 ++++----
 .../src/main/resources/OSGI-INF/bundle.info                       | 0
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 66c4d0852..d032b2b38 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,6 +97,7 @@
       <module>spring-integration-core-5.5.14</module>
       <module>opensearch-2.1.0</module>
       <module>azure-storage-queue-12.14.0</module>
+      <module>sparkjava-core-2.9.4</module>
     </modules>
 
 </project>
diff --git a/sparkjava-core-2.9.3/pom.xml b/sparkjava-core-2.9.4/pom.xml
similarity index 96%
rename from sparkjava-core-2.9.3/pom.xml
rename to sparkjava-core-2.9.4/pom.xml
index d0165c547..5db158ddb 100644
--- a/sparkjava-core-2.9.3/pom.xml
+++ b/sparkjava-core-2.9.4/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>14</version>
+        <version>15</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.sparkjava-core</artifactId>
-    <version>2.9.3_2-SNAPSHOT</version>
+    <version>2.9.4_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
 
@@ -38,13 +38,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.sparkjava</pkgGroupId>
         <pkgArtifactId>spark-core</pkgArtifactId>
-        <pkgVersion>2.9.3</pkgVersion>
+        <pkgVersion>2.9.4</pkgVersion>
+        <servicemix.osgi.source.version>2.0.4.1</servicemix.osgi.source.version>
     </properties>
 
     <dependencies>
diff --git a/sparkjava-core-2.9.3/src/main/resources/OSGI-INF/bundle.info b/sparkjava-core-2.9.4/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from sparkjava-core-2.9.3/src/main/resources/OSGI-INF/bundle.info
rename to sparkjava-core-2.9.4/src/main/resources/OSGI-INF/bundle.info