Repository: servicemix-bundles Updated Branches: refs/heads/master a2bfaa3fb -> eca5b347b
[maven-release-plugin] prepare release org.apache.servicemix.bundles.facebook4j-2.4.9_1 Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/eca5b347 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/eca5b347 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/eca5b347 Branch: refs/heads/master Commit: eca5b347be2b972f670ba9f4fcb8eec0b526e803 Parents: a2bfaa3 Author: Jean-Baptiste Onofré <[email protected]> Authored: Wed May 3 21:59:42 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Wed May 3 21:59:42 2017 +0200 ---------------------------------------------------------------------- facebook4j-2.4.9/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/eca5b347/facebook4j-2.4.9/pom.xml ---------------------------------------------------------------------- diff --git a/facebook4j-2.4.9/pom.xml b/facebook4j-2.4.9/pom.xml index 67b3e0f..3c2324a 100644 --- a/facebook4j-2.4.9/pom.xml +++ b/facebook4j-2.4.9/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.facebook4j</artifactId> - <version>2.4.9_1-SNAPSHOT</version> + <version>2.4.9_1</version> <packaging>bundle</packaging> <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> @@ -39,7 +39,8 @@ <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url> - </scm> + <tag>org.apache.servicemix.bundles.facebook4j-2.4.9_1</tag> + </scm> <properties> <pkgGroupId>org.facebook4j</pkgGroupId>
