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/06/28 10:51:45 UTC

[servicemix-bundles] branch master updated: [SM-4791] Create OSGi bundle for xmlgraphics-commons 2.6

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 e494d2d  [SM-4791] Create OSGi bundle for xmlgraphics-commons 2.6
e494d2d is described below

commit e494d2d81801c822bce75b5fccf8ea4e0ae59e86
Author: jbonofre <jb...@apache.org>
AuthorDate: Mon Jun 28 12:51:13 2021 +0200

    [SM-4791] Create OSGi bundle for xmlgraphics-commons 2.6
---
 pom.xml                                                              | 1 +
 {xmlgraphics-commons-2.4 => xmlgraphics-commons-2.6}/pom.xml         | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index cdc4539..73a60df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,6 +81,7 @@
       <module>lucene-queries-8.9.0</module>
       <module>lucene-queryparser-8.9.0</module>
       <module>lucene-sandbox-8.9.0</module>
+      <module>xmlgraphics-commons-2.6</module>
       <module>azure-messaging-eventhubs-checkpointstore-blob-1.8.0</module>
     </modules>
 
diff --git a/xmlgraphics-commons-2.4/pom.xml b/xmlgraphics-commons-2.6/pom.xml
similarity index 98%
rename from xmlgraphics-commons-2.4/pom.xml
rename to xmlgraphics-commons-2.6/pom.xml
index 06b1bb5..0f1efee 100644
--- a/xmlgraphics-commons-2.4/pom.xml
+++ b/xmlgraphics-commons-2.6/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.xmlgraphics-commons</artifactId>
-    <version>2.4_2-SNAPSHOT</version>
+    <version>2.6_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>org.apache.xmlgraphics</pkgGroupId>
         <pkgArtifactId>xmlgraphics-commons</pkgArtifactId>
-        <pkgVersion>2.4</pkgVersion>
+        <pkgVersion>2.6</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.apache.xmlgraphics
         </servicemix.osgi.export.pkg>
diff --git a/xmlgraphics-commons-2.4/src/main/resources/OSGI-INF/bundle.info b/xmlgraphics-commons-2.6/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from xmlgraphics-commons-2.4/src/main/resources/OSGI-INF/bundle.info
rename to xmlgraphics-commons-2.6/src/main/resources/OSGI-INF/bundle.info