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/03/08 09:38:21 UTC

[servicemix-bundles] branch master updated: [SM-5054] Create OSGi bundle for atlassian-jira-client 5.2.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 4fcfd91  [SM-5054] Create OSGi bundle for atlassian-jira-client 5.2.4
4fcfd91 is described below

commit 4fcfd910ddead5c6381d833f4b0b74235ed0b6b1
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Mar 8 10:37:34 2022 +0100

    [SM-5054] Create OSGi bundle for atlassian-jira-client 5.2.4
---
 {atlassian-jira-client-5.2.2 => atlassian-jira-client-5.2.4}/pom.xml | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 pom.xml                                                              | 1 +
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/atlassian-jira-client-5.2.2/pom.xml b/atlassian-jira-client-5.2.4/pom.xml
similarity index 98%
rename from atlassian-jira-client-5.2.2/pom.xml
rename to atlassian-jira-client-5.2.4/pom.xml
index 68f0e4f..a9bc8f7 100644
--- a/atlassian-jira-client-5.2.2/pom.xml
+++ b/atlassian-jira-client-5.2.4/pom.xml
@@ -31,7 +31,7 @@
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.atlassian-jira-client</artifactId>
     <packaging>bundle</packaging>
-    <version>5.2.2_2-SNAPSHOT</version>
+    <version>5.2.4_1-SNAPSHOT</version>
     <name>Apache ServiceMix :: Bundles :: Atlassian Jira Client</name>
     <description>
         This OSGi bundle wraps atlassian jira-rest-java-client-api, jira-rest-java-client-core ${pkgVersion} jar files.
@@ -41,7 +41,6 @@
         <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>
 
     <repositories>
@@ -60,7 +59,7 @@
 
     <properties>
         <pkgGroupId>com.atlassian.jira</pkgGroupId>
-        <pkgVersion>5.2.2</pkgVersion>
+        <pkgVersion>5.2.4</pkgVersion>
         <servicemix.osgi.export>
             com.atlassian.jira.rest.client*;version=${pkgVersion},
             com.atlassian.httpclient*;version=${pkgVersion},
diff --git a/atlassian-jira-client-5.2.2/src/main/resources/OSGI-INF/bundle.info b/atlassian-jira-client-5.2.4/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from atlassian-jira-client-5.2.2/src/main/resources/OSGI-INF/bundle.info
rename to atlassian-jira-client-5.2.4/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index a88e924..61caaee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,6 +88,7 @@
 	<module>java-util-2.0.0</module>
 	<module>dbunit-2.7.3</module>
 	<module>fop-2.7</module>
+	<module>atlassian-jira-client-5.2.4</module>
     </modules>
 
 </project>