You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2012/04/26 15:22:27 UTC

svn commit: r1330839 - /incubator/syncope/trunk/pom.xml

Author: ilgrosso
Date: Thu Apr 26 13:22:26 2012
New Revision: 1330839

URL: http://svn.apache.org/viewvc?rev=1330839&view=rev
Log:
[SYNCOPE-66] ASC, MD5 and SHA1 files generated for source archives: verified

Modified:
    incubator/syncope/trunk/pom.xml

Modified: incubator/syncope/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/pom.xml?rev=1330839&r1=1330838&r2=1330839&view=diff
==============================================================================
--- incubator/syncope/trunk/pom.xml (original)
+++ incubator/syncope/trunk/pom.xml Thu Apr 26 13:22:26 2012
@@ -35,6 +35,19 @@ under the License.
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/syncope/trunk</developerConnection>
     <url>http://svn.apache.org/viewvc/incubator/syncope/trunk</url>
   </scm>
+
+  <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>
   
   <build>
     <plugins>