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 2015/05/20 12:34:13 UTC

clerezza git commit: CLEREZZA-989: added scm

Repository: clerezza
Updated Branches:
  refs/heads/master 9a148bbe5 -> 1a18b2b01


CLEREZZA-989: added scm 

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

Branch: refs/heads/master
Commit: 1a18b2b013214549aaa18bd024b24f4135d23d35
Parents: 9a148bb
Author: Reto Gmür <re...@apache.org>
Authored: Wed May 20 12:33:52 2015 +0200
Committer: Reto Gmür <re...@apache.org>
Committed: Wed May 20 12:33:52 2015 +0200

----------------------------------------------------------------------
 releases/201505/pom.xml | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/clerezza/blob/1a18b2b0/releases/201505/pom.xml
----------------------------------------------------------------------
diff --git a/releases/201505/pom.xml b/releases/201505/pom.xml
index 383a4c4..d20d82e 100644
--- a/releases/201505/pom.xml
+++ b/releases/201505/pom.xml
@@ -32,13 +32,13 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>7-SNAPSHOT</version>
+        <version>7</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
     <groupId>org.apache.clerezza.releases</groupId>
     <artifactId>201505</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <packaging>pom</packaging>
     <name>Clerezza - Release 201505</name>
 
@@ -91,7 +91,11 @@
         <module>../../tools.offline</module>
         <module>../../web.fileserver</module>
     </modules>
-
+    <scm>
+        <connection>scm:git:git://git.apache.org/clerezza.git</connection>
+        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/clerezza.git</developerConnection>
+        <url>http://git.apache.org/clerezza.git</url>
+    </scm>
     <build>
         <plugins>
             <plugin>