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 2021/01/31 15:30:16 UTC

[servicemix-bundles] branch master updated: [SM-4647] Create OSGi bundle for batik 1.14

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 889f804  [SM-4647] Create OSGi bundle for batik 1.14
889f804 is described below

commit 889f8047d8356643d0afdaf0bbc7c246caf4de4d
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun Jan 31 16:29:46 2021 +0100

    [SM-4647] Create OSGi bundle for batik 1.14
---
 {batik-1.13 => batik-1.14}/pom.xml                                 | 5 ++---
 {batik-1.13 => batik-1.14}/src/main/resources/OSGI-INF/bundle.info | 0
 pom.xml                                                            | 1 +
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/batik-1.13/pom.xml b/batik-1.14/pom.xml
similarity index 98%
rename from batik-1.13/pom.xml
rename to batik-1.14/pom.xml
index 07e7c8d..a4bf996 100644
--- a/batik-1.13/pom.xml
+++ b/batik-1.14/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.batik</artifactId>
-    <version>1.13_2-SNAPSHOT</version>
+    <version>1.14_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: batik</name>
     <description>This OSGi bundle wraps batik-bridge, batik-extension, batik-svggen, batik-transcoder ${pkgVersion} jar files.</description>
@@ -39,12 +39,11 @@
         <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>org.apache.xmlgraphics</pkgGroupId>
-        <pkgVersion>1.13</pkgVersion>
+        <pkgVersion>1.14</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.apache.batik
         </servicemix.osgi.export.pkg>
diff --git a/batik-1.13/src/main/resources/OSGI-INF/bundle.info b/batik-1.14/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from batik-1.13/src/main/resources/OSGI-INF/bundle.info
rename to batik-1.14/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 2362f0f..0655f0c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,6 +64,7 @@
       <module>grpc-1.35.0</module>
       <module>libphonenumber-8.12.16</module>
       <module>aws-java-sdk-1.11.942</module>
+      <module>batik-1.14</module>
     </modules>
 
 </project>