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 f34361d [SM-4580] Create OSGi bundle for atlassian-jira-client 5.2.2
f34361d is described below
commit f34361d10e004f432620b0c4bf0eab3e6c76d888
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sun Nov 1 08:19:54 2020 +0100
[SM-4580] Create OSGi bundle for atlassian-jira-client 5.2.2
---
{atlassian-jira-client-5.2.1 => atlassian-jira-client-5.2.2}/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.1/pom.xml
b/atlassian-jira-client-5.2.2/pom.xml
similarity index 98%
rename from atlassian-jira-client-5.2.1/pom.xml
rename to atlassian-jira-client-5.2.2/pom.xml
index 0f08b6e..acf3296 100644
--- a/atlassian-jira-client-5.2.1/pom.xml
+++ b/atlassian-jira-client-5.2.2/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.1_2-SNAPSHOT</version>
+ <version>5.2.2_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.1</pkgVersion>
+ <pkgVersion>5.2.2</pkgVersion>
<servicemix.osgi.export>
com.atlassian.jira.rest.client*;version=${pkgVersion},
com.atlassian.httpclient*;version=${pkgVersion},
diff --git
a/atlassian-jira-client-5.2.1/src/main/resources/OSGI-INF/bundle.info
b/atlassian-jira-client-5.2.2/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from atlassian-jira-client-5.2.1/src/main/resources/OSGI-INF/bundle.info
rename to atlassian-jira-client-5.2.2/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index d037ff3..03e1c2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,6 +60,7 @@
<module>spring-webmvc-5.2.9.RELEASE</module>
<module>spring-websocket-5.2.9.RELEASE</module>
<module>azure-messaging-eventhubs-checkpointstore-blob-1.3.1</module>
+ <module>atlassian-jira-client-5.2.2</module>
</modules>
</project>