You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by bd...@apache.org on 2011/04/07 17:36:52 UTC

svn commit: r1089915 - /incubator/stanbol/trunk/parent/pom.xml

Author: bdelacretaz
Date: Thu Apr  7 15:36:52 2011
New Revision: 1089915

URL: http://svn.apache.org/viewvc?rev=1089915&view=rev
Log:
setup for snapshots deployment

Modified:
    incubator/stanbol/trunk/parent/pom.xml

Modified: incubator/stanbol/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/parent/pom.xml?rev=1089915&r1=1089914&r2=1089915&view=diff
==============================================================================
--- incubator/stanbol/trunk/parent/pom.xml (original)
+++ incubator/stanbol/trunk/parent/pom.xml Thu Apr  7 15:36:52 2011
@@ -28,6 +28,26 @@
     <url>http://incubator.apache.org/stanbol/</url>
   </scm>
 
+  <issueManagement>
+    <system>Jira</system>
+    <url>http://issues.apache.org/jira/browse/STANBOL</url>
+  </issueManagement>
+
+  <distributionManagement>
+    <!-- not yet!
+    <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>
+
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <stanbol-version>0.9-SNAPSHOT</stanbol-version>