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 2017/02/24 08:38:22 UTC

[2/2] servicemix-bundles git commit: Fix javax.websocket bundle scm

Fix javax.websocket bundle scm


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

Branch: refs/heads/master
Commit: 17887fcba20db92d7efd111227b135dc5a78c4ba
Parents: dde5877
Author: Jean-Baptiste Onofr� <jb...@apache.org>
Authored: Fri Feb 24 09:38:01 2017 +0100
Committer: Jean-Baptiste Onofr� <jb...@apache.org>
Committed: Fri Feb 24 09:38:01 2017 +0100

----------------------------------------------------------------------
 javax-websocket-api-1.1/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/17887fcb/javax-websocket-api-1.1/pom.xml
----------------------------------------------------------------------
diff --git a/javax-websocket-api-1.1/pom.xml b/javax-websocket-api-1.1/pom.xml
index 2466c73..7acfd0a 100644
--- a/javax-websocket-api-1.1/pom.xml
+++ b/javax-websocket-api-1.1/pom.xml
@@ -35,6 +35,13 @@
     <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>
+    <tag>HEAD</tag>
+  </scm>
+
     <properties>
         <pkgGroupId>javax.websocket</pkgGroupId>
         <pkgArtifactId>javax.websocket-api</pkgArtifactId>