You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2014/08/23 21:27:48 UTC

git commit: CLEEZZA-942: Added SCM tag so it can be relased individually

Repository: clerezza
Updated Branches:
  refs/heads/master d21aef291 -> aaeda6f46


CLEEZZA-942: Added SCM tag so it can be relased individually

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

Branch: refs/heads/master
Commit: aaeda6f4656313eb9db45ea8a739db8d8ebcb7be
Parents: d21aef2
Author: Reto Gmür <re...@apache.org>
Authored: Sat Aug 23 21:27:35 2014 +0200
Committer: Reto Gmür <re...@apache.org>
Committed: Sat Aug 23 21:27:35 2014 +0200

----------------------------------------------------------------------
 provisioning/typehandlerspace/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/clerezza/blob/aaeda6f4/provisioning/typehandlerspace/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/typehandlerspace/pom.xml b/provisioning/typehandlerspace/pom.xml
index 7de9ebe..0151da2 100644
--- a/provisioning/typehandlerspace/pom.xml
+++ b/provisioning/typehandlerspace/pom.xml
@@ -68,5 +68,10 @@
             </plugin>
         </plugins>
     </build>
+    <scm>
+        <url>http://git.apache.org/clerezza.git/</url>
+        <connection>scm:git:git://git.apache.org/clerezza.git</connection>
+        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/clerezza.git</developerConnection>
+    </scm>
     
 </project>