You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by dr...@apache.org on 2015/02/09 07:27:58 UTC

[17/30] directory-kerberos git commit: Adding some stuff to the root pom

Adding some stuff to the root pom


Project: http://git-wip-us.apache.org/repos/asf/directory-kerberos/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-kerberos/commit/35ab61ee
Tree: http://git-wip-us.apache.org/repos/asf/directory-kerberos/tree/35ab61ee
Diff: http://git-wip-us.apache.org/repos/asf/directory-kerberos/diff/35ab61ee

Branch: refs/heads/installation
Commit: 35ab61ee878b13ef24d7c1f6864e45a1b301b72d
Parents: 82a472f
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Wed Feb 4 12:04:10 2015 +0000
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Wed Feb 4 12:04:10 2015 +0000

----------------------------------------------------------------------
 pom.xml | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-kerberos/blob/35ab61ee/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ab19a89..6df81b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,6 +25,27 @@
   <url>http://www.kerby.org</url>
   <inceptionYear>2014</inceptionYear>
 
+  <scm>
+    <connection>scm:git:http://git-wip-us.apache.org/repos/asf/directory-kerberos.git</connection>
+    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/directory-kerberos.git</developerConnection>
+    <tag>HEAD</tag>
+  </scm>
+  <issueManagement>
+    <system>jira</system>
+    <url>https://issues.apache.org/jira/browse/DIRKRB</url>
+  </issueManagement>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <organization>
+    <name>The Apache Software Foundation</name>
+    <url>http://www.apache.org/</url>
+  </organization>
+
   <properties>
     <junit.version>4.12</junit.version>
     <slf4j.version>1.7.10</slf4j.version>
@@ -191,4 +212,18 @@
       </plugin>
     </plugins>
   </build>
+
+  <distributionManagement>
+    <repository>
+      <id>apache.releases.https</id>
+      <name>Apache Release Distribution Repository</name>
+      <url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
+    </repository>
+    <snapshotRepository>
+      <id>apache.snapshots.https</id>
+      <name>Apache Development Snapshot Repository</name>
+      <url>https://repository.apache.org/content/repositories/snapshots</url>
+    </snapshotRepository>
+  </distributionManagement>
+
 </project>