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 2022/03/08 09:31:28 UTC

[servicemix-bundles] branch master updated: [SM-5053] Create OSGi bundle for fop 2.7

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 3cf4a6a  [SM-5053] Create OSGi bundle for fop 2.7
3cf4a6a is described below

commit 3cf4a6ada54e67b0842e288bc21afe13d5a1fab7
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Mar 8 10:31:08 2022 +0100

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

diff --git a/fop-2.6/pom.xml b/fop-2.7/pom.xml
similarity index 98%
rename from fop-2.6/pom.xml
rename to fop-2.7/pom.xml
index a77db61..07f17f1 100644
--- a/fop-2.6/pom.xml
+++ b/fop-2.7/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.fop</artifactId>
-    <version>2.6_2-SNAPSHOT</version>
+    <version>2.7_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.6</pkgVersion>
+        <pkgVersion>2.7</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.apache.fop
         </servicemix.osgi.export.pkg>
diff --git a/fop-2.6/src/main/resources/OSGI-INF/bundle.info b/fop-2.7/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from fop-2.6/src/main/resources/OSGI-INF/bundle.info
rename to fop-2.7/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 1deb0ee..a88e924 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,6 +87,7 @@
 	<module>docker-java-3.2.13</module>
 	<module>java-util-2.0.0</module>
 	<module>dbunit-2.7.3</module>
+	<module>fop-2.7</module>
     </modules>
 
 </project>