Author: brett
Date: Sat Sep 18 16:40:23 2010
New Revision: 998492
URL: http://svn.apache.org/viewvc?rev=998492&view=rev
Log:
deploy documentation to Apache infra
Modified:
incubator/npanday/trunk/site/pom.xml
Modified: incubator/npanday/trunk/site/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/trunk/site/pom.xml?rev=998492&r1=998491&r2=998492&view=diff
==============================================================================
--- incubator/npanday/trunk/site/pom.xml (original)
+++ incubator/npanday/trunk/site/pom.xml Sat Sep 18 16:40:23 2010
@@ -5,12 +5,12 @@
<parent>
<groupId>npanday</groupId>
<artifactId>npanday-project</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.2-incubating-SNAPSHOT</version>
</parent>
<artifactId>npanday-site</artifactId>
<packaging>pom</packaging>
<name>NPanday</name>
- <url>http://www.npanday.org/docs/${project.version}</url>
+ <url>http://incubator.apache.org/npanday/docs/${project.version}</url>
<prerequisites>
<maven>2.2.1</maven>
</prerequisites>
@@ -116,8 +116,8 @@
</reporting>
<distributionManagement>
<site>
- <id>npanday.site</id>
-
<url>scm:svn:https://npanday.svn.codeplex.com/svn/docs/${project.version}</url>
+ <id>apache.website</id>
+
<url>scp://people.apache.org/www/incubator.apache.org/npanday/docs/${project.version}</url>
</site>
</distributionManagement>
<profiles>