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 b71b454  [SM-4055] Create OSGi bundle for quartz 2.3.1
b71b454 is described below

commit b71b454297fe239d8c8b4d55d6c71cdc9b013045
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Tue Apr 23 07:25:10 2019 +0200

    [SM-4055] Create OSGi bundle for quartz 2.3.1
---
 pom.xml                                                            | 1 +
 {quartz-2.3.0 => quartz-2.3.1}/pom.xml                             | 7 +++----
 .../src/main/resources/OSGI-INF/bundle.info                        | 0
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1a5b0f4..09982e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,6 +77,7 @@
         <module>jruby-9.2.7.0</module>
         <module>aws-java-sdk-1.11.537</module>
         <module>jt400-9.8</module>
+        <module>quartz-2.3.1</module>
     </modules>
 
 </project>
diff --git a/quartz-2.3.0/pom.xml b/quartz-2.3.1/pom.xml
similarity index 97%
rename from quartz-2.3.0/pom.xml
rename to quartz-2.3.1/pom.xml
index 74a5afa..216f8e5 100644
--- a/quartz-2.3.0/pom.xml
+++ b/quartz-2.3.1/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>13</version>
+        <version>14</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.quartz</artifactId>
-    <version>2.3.0_3-SNAPSHOT</version>
+    <version>2.3.1_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: quartz</name>
     <description>This OSGi bundle wraps quartz, quartz-jobs ${pkgVersion} jar 
file.</description>
@@ -39,12 +39,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.quartz-scheduler</pkgGroupId>
-        <pkgVersion>2.3.0</pkgVersion>
+        <pkgVersion>2.3.1</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.quartz
         </servicemix.osgi.export.pkg>
diff --git a/quartz-2.3.0/src/main/resources/OSGI-INF/bundle.info 
b/quartz-2.3.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from quartz-2.3.0/src/main/resources/OSGI-INF/bundle.info
rename to quartz-2.3.1/src/main/resources/OSGI-INF/bundle.info

Reply via email to