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 2015/05/02 17:22:31 UTC

servicemix-bundles git commit: Add scm for the release

Repository: servicemix-bundles
Updated Branches:
  refs/heads/master d7a8c5e3f -> b35492990


Add scm for the release


Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/b3549299
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/b3549299
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/b3549299

Branch: refs/heads/master
Commit: b354929905839565dd1ff48ae35be1b69efd4e34
Parents: d7a8c5e
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Sat May 2 17:22:15 2015 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Sat May 2 17:22:15 2015 +0200

----------------------------------------------------------------------
 twitter4j-4.0.3/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/b3549299/twitter4j-4.0.3/pom.xml
----------------------------------------------------------------------
diff --git a/twitter4j-4.0.3/pom.xml b/twitter4j-4.0.3/pom.xml
index cb68daf..26a3bfd 100644
--- a/twitter4j-4.0.3/pom.xml
+++ b/twitter4j-4.0.3/pom.xml
@@ -35,6 +35,12 @@
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
 
+    <scm>
+        <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>
+
     <properties>
         <pkgGroupId>org.twitter4j</pkgGroupId>
         <pkgArtifactId>twitter4j</pkgArtifactId>