You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ac...@apache.org on 2019/01/16 10:01:57 UTC

[servicemix-bundles] branch master updated: [SM-3926] Create OSGi bundle for Facebook4j 2.4.13

This is an automated email from the ASF dual-hosted git repository.

acosentino 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 f219893  [SM-3926] Create OSGi bundle for Facebook4j 2.4.13
f219893 is described below

commit f2198930fa8139a5793fcbbdcc252982631cd6f6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jan 16 11:01:07 2019 +0100

    [SM-3926] Create OSGi bundle for Facebook4j 2.4.13
---
 {facebook4j-2.4.12 => facebook4j-2.4.13}/pom.xml                      | 4 ++--
 .../src/main/resources/OSGI-INF/bundle.info                           | 0
 pom.xml                                                               | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/facebook4j-2.4.12/pom.xml b/facebook4j-2.4.13/pom.xml
similarity index 98%
rename from facebook4j-2.4.12/pom.xml
rename to facebook4j-2.4.13/pom.xml
index 63796a2..ddd31e3 100644
--- a/facebook4j-2.4.12/pom.xml
+++ b/facebook4j-2.4.13/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.facebook4j</artifactId>
-    <version>2.4.12_2-SNAPSHOT</version>
+    <version>2.4.13_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -45,7 +45,7 @@
     <properties>
         <pkgGroupId>org.facebook4j</pkgGroupId>
         <pkgArtifactId>facebook4j-core</pkgArtifactId>
-        <pkgVersion>2.4.12</pkgVersion>
+        <pkgVersion>2.4.13</pkgVersion>
         <servicemix.osgi.import.pkg>
             javax.crypto,
             javax.crypto.spec,
diff --git a/facebook4j-2.4.12/src/main/resources/OSGI-INF/bundle.info b/facebook4j-2.4.13/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from facebook4j-2.4.12/src/main/resources/OSGI-INF/bundle.info
rename to facebook4j-2.4.13/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 5f9e1e8..383992a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,6 +44,7 @@
     <modules>
         <module>jaxb-xjc-2.3.2</module>
         <module>jaxb-runtime-2.3.2</module>
+        <module>facebook4j-2.4.13</module>
     </modules>
 
 </project>