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 2019/10/26 05:28:04 UTC

[servicemix-bundles] branch master updated: [SM-4210] Create OSGi bundle for Quartz 2.3.2

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 30a797f  [SM-4210] Create OSGi bundle for Quartz 2.3.2
30a797f is described below

commit 30a797fccd475367b2becac8ff769519a6da742b
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sat Oct 26 07:24:50 2019 +0200

    [SM-4210] Create OSGi bundle for Quartz 2.3.2
---
 pom.xml                                                              | 1 +
 {quartz-2.3.1 => quartz-2.3.2}/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 bebab3e..4ba20ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,6 +57,7 @@
        <module>retrofit-2.6.2</module>
        <module>poi-4.1.1</module>
        <module>stringtemplate-4.2</module>
+       <module>quartz-2.3.2</module>
     </modules>
 
 </project>
diff --git a/quartz-2.3.1/pom.xml b/quartz-2.3.2/pom.xml
similarity index 98%
rename from quartz-2.3.1/pom.xml
rename to quartz-2.3.2/pom.xml
index 6d04493..5955690 100644
--- a/quartz-2.3.1/pom.xml
+++ b/quartz-2.3.2/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.quartz</artifactId>
-    <version>2.3.1_2-SNAPSHOT</version>
+    <version>2.3.2_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.1</pkgVersion>
+        <pkgVersion>2.3.2</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.quartz
         </servicemix.osgi.export.pkg>
diff --git a/quartz-2.3.1/src/main/resources/OSGI-INF/bundle.info b/quartz-2.3.2/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from quartz-2.3.1/src/main/resources/OSGI-INF/bundle.info
rename to quartz-2.3.2/src/main/resources/OSGI-INF/bundle.info