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:59:24 UTC

[servicemix-bundles] branch master updated: [SM-4643] Create OSGi bundle for fop 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 a440a05  [SM-4643] Create OSGi bundle for fop 2.6
a440a05 is described below

commit a440a0562f6f69da4223fec24d0d768964b1a46f
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun Jan 31 16:58:53 2021 +0100

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

diff --git a/fop-2.5/pom.xml b/fop-2.6/pom.xml
similarity index 98%
rename from fop-2.5/pom.xml
rename to fop-2.6/pom.xml
index 271fa31..af90cbf 100644
--- a/fop-2.5/pom.xml
+++ b/fop-2.6/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.fop</artifactId>
-    <version>2.5_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>fop</pkgArtifactId>
-        <pkgVersion>2.5</pkgVersion>
+        <pkgVersion>2.6</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.apache.fop
         </servicemix.osgi.export.pkg>
diff --git a/fop-2.5/src/main/resources/OSGI-INF/bundle.info b/fop-2.6/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from fop-2.5/src/main/resources/OSGI-INF/bundle.info
rename to fop-2.6/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 0582595..1509f4f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,6 +68,7 @@
       <module>jedis-3.5.1</module>
       <module>azure-core-1.12.0</module>
       <module>elasticsearch-7.10.2</module>
+      <module>fop-2.6</module>
     </modules>
 
 </project>