Author: fguillaume
Date: Mon Sep 28 11:18:50 2009
New Revision: 819497
URL: http://svn.apache.org/viewvc?rev=819497&view=rev
Log:
Move distributionManagement to parent POM
Modified:
incubator/chemistry/branches/0.62/chemistry/chemistry-parent/pom.xml
incubator/chemistry/branches/0.62/chemistry/pom.xml
Modified: incubator/chemistry/branches/0.62/chemistry/chemistry-parent/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/chemistry/branches/0.62/chemistry/chemistry-parent/pom.xml?rev=819497&r1=819496&r2=819497&view=diff
==============================================================================
--- incubator/chemistry/branches/0.62/chemistry/chemistry-parent/pom.xml
(original)
+++ incubator/chemistry/branches/0.62/chemistry/chemistry-parent/pom.xml Mon
Sep 28 11:18:50 2009
@@ -237,4 +237,13 @@
</repository>
</repositories>
+ <distributionManagement>
+ <!-- dummy repository, needed by Hudson so that it can override it -->
+ <snapshotRepository>
+ <id>apache.incubator.snapshots</id>
+ <name>Apache Incubator Snapshots Repository</name>
+
<url>scp://people.apache.org/www/people.apache.org/repo/m2-incubating-repository</url>
+ </snapshotRepository>
+ </distributionManagement>
+
</project>
Modified: incubator/chemistry/branches/0.62/chemistry/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/chemistry/branches/0.62/chemistry/pom.xml?rev=819497&r1=819496&r2=819497&view=diff
==============================================================================
--- incubator/chemistry/branches/0.62/chemistry/pom.xml (original)
+++ incubator/chemistry/branches/0.62/chemistry/pom.xml Mon Sep 28 11:18:50 2009
@@ -42,13 +42,4 @@
<module>chemistry-tck-atompub</module>
</modules>
- <distributionManagement>
- <!-- dummy repository, needed by Hudson so that it can override it -->
- <snapshotRepository>
- <id>apache.incubator.snapshots</id>
- <name>Apache Incubator Snapshots Repository</name>
-
<url>scp://people.apache.org/www/people.apache.org/repo/m2-incubating-repository</url>
- </snapshotRepository>
- </distributionManagement>
-
</project>