Author: niallp
Date: Mon Apr 12 18:59:20 2010
New Revision: 933361
URL: http://svn.apache.org/viewvc?rev=933361&view=rev
Log:
Add <distributionManagement> section for Convert site and revert the change to
the artifactId to "commons-convert"
Modified:
commons/sandbox/convert/trunk/pom.xml
Modified: commons/sandbox/convert/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/convert/trunk/pom.xml?rev=933361&r1=933360&r2=933361&view=diff
==============================================================================
--- commons/sandbox/convert/trunk/pom.xml (original)
+++ commons/sandbox/convert/trunk/pom.xml Mon Apr 12 18:59:20 2010
@@ -24,7 +24,7 @@
<version>8</version>
</parent>
<name>Commons Convert</name>
- <artifactId>convert</artifactId>
+ <artifactId>commons-convert</artifactId>
<version>1.0-SNAPSHOT</version>
<inceptionYear>2003</inceptionYear>
<description>Java Conversion Utilities</description>
@@ -36,6 +36,14 @@
<url>http://svn.apache.org/viewvc/commons/sandbox/convert/trunk/</url>
</scm>
+ <distributionManagement>
+ <site>
+ <id>apache.website</id>
+ <name>Apache Website</name>
+
<url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/sandbox/convert/</url>
+ </site>
+ </distributionManagement>
+
<developers>
<developer>
<name>Adrian Crum</name>