Author: reto
Date: Wed May 11 10:40:37 2011
New Revision: 1101826
URL: http://svn.apache.org/viewvc?rev=1101826&view=rev
Log:
added distributionmanagement
Modified:
incubator/clerezza/trunk/parent/slf4j-scala-api/pom.xml
Modified: incubator/clerezza/trunk/parent/slf4j-scala-api/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/slf4j-scala-api/pom.xml?rev=1101826&r1=1101825&r2=1101826&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/slf4j-scala-api/pom.xml (original)
+++ incubator/clerezza/trunk/parent/slf4j-scala-api/pom.xml Wed May 11 10:40:37
2011
@@ -187,7 +187,19 @@
</plugins>
</build>
-
+ <distributionManagement>
+ <!-- where to deploy the artifacts -->
+ <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>
<reporting>
<plugins>
<plugin>