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 2020/05/26 13:14:00 UTC

[servicemix-bundles] branch master updated: [SM-4427] Create OSGi bundle for atlassian-jira-client 5.2.1

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 79b92cc  [SM-4427] Create OSGi bundle for atlassian-jira-client 5.2.1
79b92cc is described below

commit 79b92cc33346448e5f778588bc6b851764d05377
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue May 26 15:13:28 2020 +0200

    [SM-4427] Create OSGi bundle for atlassian-jira-client 5.2.1
---
 {atlassian-jira-client-5.1.6 => atlassian-jira-client-5.2.1}/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.1.6/pom.xml b/atlassian-jira-client-5.2.1/pom.xml
similarity index 98%
rename from atlassian-jira-client-5.1.6/pom.xml
rename to atlassian-jira-client-5.2.1/pom.xml
index 9b3d802..afc36e5 100644
--- a/atlassian-jira-client-5.1.6/pom.xml
+++ b/atlassian-jira-client-5.2.1/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.1.6_2-SNAPSHOT</version>
+    <version>5.2.1_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.1.6</pkgVersion>
+        <pkgVersion>5.2.1</pkgVersion>
         <servicemix.osgi.export>
             com.atlassian.jira.rest.client*;version=${pkgVersion},
             com.atlassian.httpclient*;version=${pkgVersion},
diff --git a/atlassian-jira-client-5.1.6/src/main/resources/OSGI-INF/bundle.info b/atlassian-jira-client-5.2.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from atlassian-jira-client-5.1.6/src/main/resources/OSGI-INF/bundle.info
rename to atlassian-jira-client-5.2.1/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 2545950..c8e7d71 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,6 +154,7 @@
         <module>spring-data-commons-2.3.0.RELEASE</module>
         <module>spring-data-keyvalue-2.3.0.RELEASE</module>
         <module>spring-data-redis-2.3.0.RELEASE</module>
+        <module>atlassian-jira-client-5.2.1</module>
     </modules>
 
 </project>