You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2009/12/15 11:46:31 UTC

svn commit: r890751 - /incubator/clerezza/trunk/org.apache.felix.framework.security/pom.xml

Author: reto
Date: Tue Dec 15 10:46:31 2009
New Revision: 890751

URL: http://svn.apache.org/viewvc?rev=890751&view=rev
Log:
temporary deploy location set (for this project which should be obsolete soon)

Modified:
    incubator/clerezza/trunk/org.apache.felix.framework.security/pom.xml

Modified: incubator/clerezza/trunk/org.apache.felix.framework.security/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.felix.framework.security/pom.xml?rev=890751&r1=890750&r2=890751&view=diff
==============================================================================
--- incubator/clerezza/trunk/org.apache.felix.framework.security/pom.xml (original)
+++ incubator/clerezza/trunk/org.apache.felix.framework.security/pom.xml Tue Dec 15 10:46:31 2009
@@ -64,4 +64,15 @@
       </plugin>
     </plugins>
   </build>
+  <distributionManagement>
+		<!-- where to deploy the artifacts -->
+		<snapshotRepository>
+			<id>people.apache.org</id>
+			<url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository/</url>
+		</snapshotRepository>
+		<repository>
+			<id>people.apache.org</id>
+			<url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository/</url>
+		</repository>
+	</distributionManagement>
 </project>
\ No newline at end of file