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/11/01 17:21:16 UTC

[servicemix-bundles] branch master updated: [SM-4569] Create OSGi bundle for java-util 1.61.0

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 3a91328  [SM-4569] Create OSGi bundle for java-util 1.61.0
3a91328 is described below

commit 3a9132848e5ef1506311f31018a1d9dfe76c5778
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun Nov 1 18:20:13 2020 +0100

    [SM-4569] Create OSGi bundle for java-util 1.61.0
---
 {java-util-1.53.0 => java-util-1.61.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/java-util-1.53.0/pom.xml b/java-util-1.61.0/pom.xml
similarity index 97%
rename from java-util-1.53.0/pom.xml
rename to java-util-1.61.0/pom.xml
index c070650..1dd04b0 100644
--- a/java-util-1.53.0/pom.xml
+++ b/java-util-1.61.0/pom.xml
@@ -31,7 +31,7 @@
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.java-util</artifactId>
     <packaging>bundle</packaging>
-    <version>1.53.0_2-SNAPSHOT</version>
+    <version>1.61.0_1-SNAPSHOT</version>
     <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.cedarsoftware</pkgGroupId>
         <pkgArtifactId>java-util</pkgArtifactId>
-        <pkgVersion>1.53.0</pkgVersion>
+        <pkgVersion>1.61.0</pkgVersion>
         <servicemix.osgi.export.pkg>
             com.cedarsoftware.util
         </servicemix.osgi.export.pkg>
diff --git a/java-util-1.53.0/src/main/resources/OSGI-INF/bundle.info b/java-util-1.61.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from java-util-1.53.0/src/main/resources/OSGI-INF/bundle.info
rename to java-util-1.61.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index cd89498..3524656 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,6 +86,7 @@
       <module>spring-security-test-5.4.1</module>
       <module>spring-security-web-5.4.1</module>
       <module>xmlbeans-4.0.0</module>
+      <module>java-util-1.61.0</module>
     </modules>
 
 </project>