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 2019/03/04 07:53:26 UTC

[servicemix-bundles] branch master updated: [SM-3985] Create OSGi bundle for batik 1.11

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 4c7a6a4  [SM-3985] Create OSGi bundle for batik 1.11
4c7a6a4 is described below

commit 4c7a6a421ea091df6320c16939043424216a2def
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Mar 4 08:53:01 2019 +0100

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

diff --git a/batik-1.10/pom.xml b/batik-1.11/pom.xml
similarity index 98%
rename from batik-1.10/pom.xml
rename to batik-1.11/pom.xml
index 00a874b..ae9da3d 100644
--- a/batik-1.10/pom.xml
+++ b/batik-1.11/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.batik</artifactId>
-    <version>1.10_2-SNAPSHOT</version>
+    <version>1.11_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.10</pkgVersion>
+        <pkgVersion>1.11</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.apache.batik
         </servicemix.osgi.export.pkg>
diff --git a/batik-1.10/src/main/resources/OSGI-INF/bundle.info b/batik-1.11/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from batik-1.10/src/main/resources/OSGI-INF/bundle.info
rename to batik-1.11/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 0638859..6258e02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,6 +98,7 @@
         <module>lucene-sandbox-7.7.1</module>
         <module>fastjson-1.2.56</module>
         <module>okhttp-3.13.1</module>
+        <module>batik-1.11</module>
     </modules>
 
 </project>