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/07/30 16:35:40 UTC

[servicemix-bundles] branch master updated: [SM-4489] Create OSGi bundle for java-util 1.53.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 104527f  [SM-4489] Create OSGi bundle for java-util 1.53.0
104527f is described below

commit 104527f3b063636edacf1411a1723bdcf32b0fe6
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu Jul 30 18:35:12 2020 +0200

    [SM-4489] Create OSGi bundle for java-util 1.53.0
---
 {java-util-1.52.0 => java-util-1.53.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.52.0/pom.xml b/java-util-1.53.0/pom.xml
similarity index 97%
rename from java-util-1.52.0/pom.xml
rename to java-util-1.53.0/pom.xml
index 3308db1..95881db 100644
--- a/java-util-1.52.0/pom.xml
+++ b/java-util-1.53.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.52.0_2-SNAPSHOT</version>
+    <version>1.53.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.52.0</pkgVersion>
+        <pkgVersion>1.53.0</pkgVersion>
         <servicemix.osgi.export.pkg>
             com.cedarsoftware.util
         </servicemix.osgi.export.pkg>
diff --git a/java-util-1.52.0/src/main/resources/OSGI-INF/bundle.info b/java-util-1.53.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from java-util-1.52.0/src/main/resources/OSGI-INF/bundle.info
rename to java-util-1.53.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 938ad99..b02b961 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,6 +103,7 @@
       <module>htmlunit-2.42.0</module>
       <module>spring-integration-core-5.3.2.RELEASE</module>
       <module>spring-xml-3.0.9.RELEASE</module>
+      <module>java-util-1.53.0</module>
     </modules>
 
 </project>