Author: brett
Date: Mon Feb 14 05:07:44 2011
New Revision: 1070390
URL: http://svn.apache.org/viewvc?rev=1070390&view=rev
Log:
put back old snapshots repo for now so that CI doesn't fail
Modified:
incubator/npanday/trunk/pom.xml
Modified: incubator/npanday/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/trunk/pom.xml?rev=1070390&r1=1070389&r2=1070390&view=diff
==============================================================================
--- incubator/npanday/trunk/pom.xml (original)
+++ incubator/npanday/trunk/pom.xml Mon Feb 14 05:07:44 2011
@@ -579,13 +579,17 @@ under the License.
<npanday.snapshots.url>http://repo.npanday.org/archiva/repository/npanday-snapshots</npanday.snapshots.url>
<npanday.releases.url>http://repo.npanday.org/archiva/repository/npanday-releases</npanday.releases.url>
<!--stable.npanday.version>${project.version}</stable.npanday.version-->
- <stable.npanday.version>1.3-incubating</stable.npanday.version>
+ <stable.npanday.version>1.2.1</stable.npanday.version>
</properties>
<distributionManagement>
<repository>
<id>vmbuild.staging</id>
<url>http://vmbuild.apache.org/archiva/repository/staged-npanday/</url>
</repository>
+ <snapshotRepository>
+ <id>vmbuild.snapshots</id>
+ <url>http://repo.npanday.org/archiva/repository/npanday-snapshots/</url>
+ </snapshotRepository>
</distributionManagement>
<pluginRepositories>
<pluginRepository>
@@ -607,4 +611,4 @@ under the License.
</snapshots>
</repository>
</repositories>
-</project>
\ No newline at end of file
+</project>