You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ol...@apache.org on 2012/10/23 23:43:06 UTC

[2/3] git commit: more pom configuration: scm, jira, jenkins

more pom configuration: scm, jira, jenkins


Project: http://git-wip-us.apache.org/repos/asf/incubator-helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-helix/commit/2e335456
Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/2e335456
Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/2e335456

Branch: refs/heads/master
Commit: 2e335456845cb01c3a9f1e7c5c13edbd99a73ef1
Parents: d7566e8
Author: olivier lamy <ol...@apache.org>
Authored: Tue Oct 23 23:12:25 2012 +0200
Committer: olivier lamy <ol...@apache.org>
Committed: Tue Oct 23 23:43:00 2012 +0200

----------------------------------------------------------------------
 pom.xml |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/2e335456/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 520a2ff..ab6b0a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,6 +72,20 @@ under the License.
     </mailingList>
   </mailingLists>
 
+  <scm>
+    <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-helix.git</connection>
+    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-helix.git</developerConnection>
+    <url>https://git-wip-us.apache.org/repos/asf?p=incubator-helix.git;a=summary</url>
+  </scm>
+  <issueManagement>
+    <system>jira</system>
+    <url>https://issues.apache.org/jira/browse/HELIX</url>
+  </issueManagement>
+  <ciManagement>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/view/G-L/view/Helix/</url>
+  </ciManagement>
+
   <build>
     <pluginManagement>
       <plugins>