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 3bd515509 [SM-5113] Create OSGi bundle for azure-identity 1.5.0
3bd515509 is described below
commit 3bd51550978c46f06a7a628b993bf4b57ae7ba45
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Wed Apr 27 21:00:45 2022 +0200
[SM-5113] Create OSGi bundle for azure-identity 1.5.0
---
{azure-identity-1.4.6 => azure-identity-1.5.0}/pom.xml | 5 ++---
.../src/main/resources/OSGI-INF/bundle.info | 0
pom.xml | 1 +
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/azure-identity-1.4.6/pom.xml b/azure-identity-1.5.0/pom.xml
similarity index 99%
rename from azure-identity-1.4.6/pom.xml
rename to azure-identity-1.5.0/pom.xml
index d9259a06a..9e0100716 100644
--- a/azure-identity-1.4.6/pom.xml
+++ b/azure-identity-1.5.0/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.azure-identity</artifactId>
- <version>1.4.6_2-SNAPSHOT</version>
+ <version>1.5.0_1-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
<description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar
file.</description>
@@ -39,13 +39,12 @@
<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>com.azure</pkgGroupId>
<pkgArtifactId>azure-identity</pkgArtifactId>
- <pkgVersion>1.4.6</pkgVersion>
+ <pkgVersion>1.5.0</pkgVersion>
<servicemix.osgi.export.pkg>
com.azure.identity*
</servicemix.osgi.export.pkg>
diff --git a/azure-identity-1.4.6/src/main/resources/OSGI-INF/bundle.info
b/azure-identity-1.5.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from azure-identity-1.4.6/src/main/resources/OSGI-INF/bundle.info
rename to azure-identity-1.5.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 1bdbabb1d..c5b8d19ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,6 +111,7 @@
<module>libphonenumber-8.12.47</module>
<module>janino-3.1.7</module>
<module>snmp4j-3.6.7</module>
+ <module>azure-identity-1.5.0</module>
</modules>
</project>