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 90121d9  [SM-4577] Create OSGi bundle for sparkjava-core 2.9.3
90121d9 is described below

commit 90121d959735c6770df90eeadc5552796777be06
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sun Nov 1 11:12:53 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index de39742..6320374 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,6 +63,7 @@
       <module>atlassian-jira-client-5.2.2</module>
       <module>bcprov-jdk15on-1.66</module>
       <module>postgresql-42.2.18.jre7</module>
+      <module>sparkjava-core-2.9.3</module>
     </modules>
 
 </project>
diff --git a/sparkjava-core-2.9.2/pom.xml b/sparkjava-core-2.9.3/pom.xml
similarity index 97%
rename from sparkjava-core-2.9.2/pom.xml
rename to sparkjava-core-2.9.3/pom.xml
index bba09e3..ef33f51 100644
--- a/sparkjava-core-2.9.2/pom.xml
+++ b/sparkjava-core-2.9.3/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.sparkjava-core</artifactId>
-    <version>2.9.2_2-SNAPSHOT</version>
+    <version>2.9.3_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
 
@@ -38,13 +38,12 @@
         
<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.2</pkgVersion>
+        <pkgVersion>2.9.3</pkgVersion>
     </properties>
 
     <dependencies>
diff --git a/sparkjava-core-2.9.2/src/main/resources/OSGI-INF/bundle.info 
b/sparkjava-core-2.9.3/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from sparkjava-core-2.9.2/src/main/resources/OSGI-INF/bundle.info
rename to sparkjava-core-2.9.3/src/main/resources/OSGI-INF/bundle.info

Reply via email to