Author: sebb
Date: Tue Jan 7 20:12:37 2014
New Revision: 1556339
URL: http://svn.apache.org/r1556339
Log:
Add Apache prefix and (Sandbox) suffix
Modified:
commons/sandbox/avalon-cli/trunk/pom.xml
commons/sandbox/beanutils2/trunk/pom.xml
commons/sandbox/classscan/trunk/pom.xml
commons/sandbox/cli2/trunk/pom.xml
commons/sandbox/commons-math_l10n/trunk/pom.xml
commons/sandbox/convert/trunk/pom.xml
commons/sandbox/finder/trunk/pom.xml
commons/sandbox/flatfile/trunk/pom.xml
commons/sandbox/graph/trunk/pom.xml
commons/sandbox/i18n/trunk/pom.xml
commons/sandbox/id/trunk/pom.xml
commons/sandbox/javaflow/trunk/pom.xml
commons/sandbox/jndi/trunk/pom.xml
commons/sandbox/jnet/trunk/pom.xml
commons/sandbox/js2j/trunk/pom.xml
commons/sandbox/logging_empty/trunk/pom.xml
commons/sandbox/meiyo/trunk/pom.xml
commons/sandbox/money/trunk/pom.xml
commons/sandbox/nabla/trunk/pom.xml
commons/sandbox/openpgp/trunk/pom.xml
commons/sandbox/performance/trunk/pom.xml
commons/sandbox/pipeline/trunk/pom.xml
commons/sandbox/primitives/trunk/pom.xml
commons/sandbox/resources/trunk/pom.xml
commons/sandbox/validator2/trunk/pom.xml
commons/sandbox/xml/trunk/pom.xml
Modified: commons/sandbox/avalon-cli/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/avalon-cli/trunk/pom.xml?rev=1556339&r1=1556338&r2=1556339&view=diff
==============================================================================
--- commons/sandbox/avalon-cli/trunk/pom.xml (original)
+++ commons/sandbox/avalon-cli/trunk/pom.xml Tue Jan 7 20:12:37 2014
@@ -28,11 +28,11 @@
<groupId>commons-cli-avalon</groupId>
<artifactId>commons-cli-avalon</artifactId>
<version>2.0-SNAPSHOT</version>
- <name>CLI-Avalon</name>
+ <name>Apache Commons CLI-Avalon (Sandbox)</name>
<inceptionYear>2002</inceptionYear>
<description>
- Commons CLI (Avalon) provides a simple API for processing and
+ Apache Commons CLI (Avalon) provides a simple API for processing and
validating a command line interface.
</description>
Modified: commons/sandbox/beanutils2/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/beanutils2/trunk/pom.xml?rev=1556339&r1=1556338&r2=1556339&view=diff
==============================================================================
--- commons/sandbox/beanutils2/trunk/pom.xml (original)
+++ commons/sandbox/beanutils2/trunk/pom.xml Tue Jan 7 20:12:37 2014
@@ -29,9 +29,9 @@
<artifactId>commons-beanutils2</artifactId>
<version>0.1-SNAPSHOT</version>
- <name>Apache Commons BeanUtils2</name>
+ <name>Apache Commons BeanUtils2 (Sandbox)</name>
<description>
- BeanUtils provides an easy-to-use but flexible wrapper around reflection
and introspection.
+ Apache Commons BeanUtils provides an easy-to-use but flexible wrapper
around reflection and introspection.
</description>
<url>http://commons.apache.org/sandbox/beanutils2/</url>
<inceptionYear>2012</inceptionYear>
Modified: commons/sandbox/classscan/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/classscan/trunk/pom.xml?rev=1556339&r1=1556338&r2=1556339&view=diff
==============================================================================
--- commons/sandbox/classscan/trunk/pom.xml (original)
+++ commons/sandbox/classscan/trunk/pom.xml Tue Jan 7 20:12:37 2014
@@ -31,7 +31,7 @@
<groupId>org.apache.commons.classscan</groupId>
<artifactId>classscan</artifactId>
- <name>ClassScan</name>
+ <name>Apache Commons ClassScan (Sandbox)</name>
<version>0.2-SNAPSHOT</version>
<packaging>pom</packaging>
<description>A collection of libraries to obtain information about java
classes without jvm loading</description>
Modified: commons/sandbox/cli2/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/cli2/trunk/pom.xml?rev=1556339&r1=1556338&r2=1556339&view=diff
==============================================================================
--- commons/sandbox/cli2/trunk/pom.xml (original)
+++ commons/sandbox/cli2/trunk/pom.xml Tue Jan 7 20:12:37 2014
@@ -25,11 +25,11 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-cli2</artifactId>
<version>2.0-SNAPSHOT</version>
- <name>Commons CLI2</name>
+ <name>Apache Commons CLI2 (Sandbox)</name>
<inceptionYear>2002</inceptionYear>
<description>
- Commons CLI2 provides a simple API for presenting, processing and
validating a command line interface.
+ Apache Commons CLI2 provides a simple API for presenting, processing and
validating a command line interface.
</description>
<url>http://commons.apache.org/sandbox/cli2/</url>
Modified: commons/sandbox/commons-math_l10n/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/commons-math_l10n/trunk/pom.xml?rev=1556339&r1=1556338&r2=1556339&view=diff
==============================================================================
--- commons/sandbox/commons-math_l10n/trunk/pom.xml (original)
+++ commons/sandbox/commons-math_l10n/trunk/pom.xml Tue Jan 7 20:12:37 2014
@@ -25,10 +25,10 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-math_l10n</artifactId>
<version>2.2-SNAPSHOT</version>
- <name>Commons Math</name>
+ <name>Apache Commons Math (Sandbox)</name>
<inceptionYear>2003</inceptionYear>
- <description>The Math project is a library of lightweight, self-contained
mathematics and statistics components addressing the most common practical
problems not immediately available in the Java programming language or
commons-lang.</description>
+ <description>The Apache Commons Math project is a library of lightweight,
self-contained mathematics and statistics components addressing the most common
practical problems not immediately available in the Java programming language
or commons-lang.</description>
<url>http://svn.apache.org/repos/asf/commons/sandbox/commons-math_l10n</url>
@@ -46,7 +46,7 @@
<distributionManagement>
<site>
<id>people.apache.org</id>
- <name>Commons Math</name>
+ <name>Apache Commons Math</name>
<url>scp://people.apache.org/www/commons.apache.org/math</url>
</site>
</distributionManagement>
Modified: commons/sandbox/convert/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/convert/trunk/pom.xml?rev=1556339&r1=1556338&r2=1556339&view=diff
==============================================================================
--- commons/sandbox/convert/trunk/pom.xml (original)
+++ commons/sandbox/convert/trunk/pom.xml Tue Jan 7 20:12:37 2014
@@ -23,7 +23,7 @@
<artifactId>commons-sandbox-parent</artifactId>
<version>10</version>
</parent>
- <name>Commons Convert</name>
+ <name>Apache Commons Convert (Sandbox)</name>
<artifactId>commons-convert</artifactId>
<version>1.0-SNAPSHOT</version>
<inceptionYear>2003</inceptionYear>
Modified: commons/sandbox/finder/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/finder/trunk/pom.xml?rev=1556339&r1=1556338&r2=1556339&view=diff
==============================================================================
--- commons/sandbox/finder/trunk/pom.xml (original)
+++ commons/sandbox/finder/trunk/pom.xml Tue Jan 7 20:12:37 2014
@@ -9,7 +9,7 @@
<artifactId>commons-finder</artifactId>
<version>1.0-SNAPSHOT</version>
- <name>Commons Finder (Sandbox)</name>
+ <name>Apache Commons Finder (Sandbox)</name>
<url>http://commons.apache.org/sandbox/finder/</url>
<dependencies>
Modified: commons/sandbox/flatfile/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/flatfile/trunk/pom.xml?rev=1556339&r1=1556338&r2=1556339&view=diff
==============================================================================
--- commons/sandbox/flatfile/trunk/pom.xml (original)
+++ commons/sandbox/flatfile/trunk/pom.xml Tue Jan 7 20:12:37 2014
@@ -28,11 +28,11 @@
<artifactId>commons-flatfile</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
- <name>Commons Flatfile (Sandbox)</name>
+ <name>Apache Commons Flatfile (Sandbox)</name>
<url>http://commons.apache.org/sandbox/flatfile/</url>
<inceptionYear>2008</inceptionYear>
<description>
- Commons Flatfile provides multiple complementary mechanisms for working
with
+ Apache Commons Flatfile provides multiple complementary mechanisms for
working with
"flat file" structures in Java.
</description>
Modified: commons/sandbox/graph/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/graph/trunk/pom.xml?rev=1556339&r1=1556338&r2=1556339&view=diff
==============================================================================
--- commons/sandbox/graph/trunk/pom.xml (original)
+++ commons/sandbox/graph/trunk/pom.xml Tue Jan 7 20:12:37 2014
@@ -29,7 +29,7 @@
<version>0.1-SNAPSHOT</version>
<packaging>jar</packaging>
- <name>Apache Commons Graph</name>
+ <name>Apache Commons Graph (Sandbox)</name>
<description>
The Apache Commons Graph package is a toolkit for managing graphs and
graph based data structures.
</description>
Modified: commons/sandbox/i18n/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/i18n/trunk/pom.xml?rev=1556339&r1=1556338&r2=1556339&view=diff
==============================================================================
--- commons/sandbox/i18n/trunk/pom.xml (original)
+++ commons/sandbox/i18n/trunk/pom.xml Tue Jan 7 20:12:37 2014
@@ -8,7 +8,7 @@
</parent>
<artifactId>commons-i18n</artifactId>
<version>1.0-SNAPSHOT</version>
- <name>Commons i18n (Sandbox)</name>
+ <name>Apache Commons i18n (Sandbox)</name>
<description>Internationalization package</description>
<url>http://commons.apache.org/sandbox/i18n/</url>
<inceptionYear>2004</inceptionYear>
Modified: commons/sandbox/id/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/id/trunk/pom.xml?rev=1556339&r1=1556338&r2=1556339&view=diff
==============================================================================
--- commons/sandbox/id/trunk/pom.xml (original)
+++ commons/sandbox/id/trunk/pom.xml Tue Jan 7 20:12:37 2014
@@ -8,8 +8,8 @@
</parent>
<artifactId>commons-id</artifactId>
<version>1.0-SNAPSHOT</version>
- <name>Commons Id (Sandbox)</name>
- <description>Commons Id is a component used to generate unique
identifiers.</description>
+ <name>Apache Commons Id (Sandbox)</name>
+ <description>Apache Commons Id is a component used to generate unique
identifiers.</description>
<url>http://commons.apache.org/sandbox/id/</url>
<inceptionYear>2003</inceptionYear>
<developers>
Modified: commons/sandbox/javaflow/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/javaflow/trunk/pom.xml?rev=1556339&r1=1556338&r2=1556339&view=diff
==============================================================================
--- commons/sandbox/javaflow/trunk/pom.xml (original)
+++ commons/sandbox/javaflow/trunk/pom.xml Tue Jan 7 20:12:37 2014
@@ -13,7 +13,7 @@
<artifactId>commons-javaflow</artifactId>
<version>2.0-SNAPSHOT</version>
- <name>Commons Javaflow (Sandbox)</name>
+ <name>Apache Commons Javaflow (Sandbox)</name>
<url>http://commons.apache.org/sandbox/javaflow/</url>
<inceptionYear>2004</inceptionYear>
Modified: commons/sandbox/jndi/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/jndi/trunk/pom.xml?rev=1556339&r1=1556338&r2=1556339&view=diff
==============================================================================
--- commons/sandbox/jndi/trunk/pom.xml (original)
+++ commons/sandbox/jndi/trunk/pom.xml Tue Jan 7 20:12:37 2014
@@ -24,7 +24,7 @@
</parent>
<artifactId>commons-jndi</artifactId>
<version>0.1-SNAPSHOT</version>
- <name>Apache Commons JNDI</name>
+ <name>Apache Commons JNDI (Sandbox)</name>
<description>
Simple implementation of a JNDI preovider, based on property, or XML files.
Most suitable for unit tests, and similar stuff.
Modified: commons/sandbox/jnet/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/jnet/trunk/pom.xml?rev=1556339&r1=1556338&r2=1556339&view=diff
==============================================================================
--- commons/sandbox/jnet/trunk/pom.xml (original)
+++ commons/sandbox/jnet/trunk/pom.xml Tue Jan 7 20:12:37 2014
@@ -22,7 +22,7 @@
<version>8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <name>Commons JNet</name>
+ <name>Apache Commons JNet (Sandbox)</name>
<groupId>org.apache.commons</groupId>
<artifactId>commons-jnet</artifactId>
<version>1.0.0-SNAPSHOT</version>
Modified: commons/sandbox/js2j/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/js2j/trunk/pom.xml?rev=1556339&r1=1556338&r2=1556339&view=diff
==============================================================================
--- commons/sandbox/js2j/trunk/pom.xml (original)
+++ commons/sandbox/js2j/trunk/pom.xml Tue Jan 7 20:12:37 2014
@@ -28,7 +28,7 @@
<artifactId>commons-js2j</artifactId>
<version>0.1-SNAPSHOT</version>
- <name>Commons JS2J (Sandbox)</name>
+ <name>Apache Commons JS2J (Sandbox)</name>
<inceptionYear>2006</inceptionYear>
<description>A set of Javascript extensions to better integrate with
Java</description>
<url>http://commons.apache.org/sandbox/js2j/</url>
Modified: commons/sandbox/logging_empty/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/logging_empty/trunk/pom.xml?rev=1556339&r1=1556338&r2=1556339&view=diff
==============================================================================
--- commons/sandbox/logging_empty/trunk/pom.xml (original)
+++ commons/sandbox/logging_empty/trunk/pom.xml Tue Jan 7 20:12:37 2014
@@ -27,7 +27,7 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
- <name>Commons Logging</name>
+ <name>Apache Commons Logging</name>
<version>0.0.0-EMPTY</version>
<packaging>jar</packaging>
@@ -36,7 +36,7 @@ under the License.
The aim is to fulfill the dependency on commons-logging in a Maven
project wihout actually importing commons-logging classes. Including
- commong-logging version 0.0.0-EMPPTY is an indirect way to exclude
+ commong-logging version 0.0.0-EMPTY is an indirect way to exclude
commons-logging from your project.
Based on original idea by Erik van Oosten
Modified: commons/sandbox/meiyo/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/meiyo/trunk/pom.xml?rev=1556339&r1=1556338&r2=1556339&view=diff
==============================================================================
--- commons/sandbox/meiyo/trunk/pom.xml (original)
+++ commons/sandbox/meiyo/trunk/pom.xml Tue Jan 7 20:12:37 2014
@@ -31,7 +31,7 @@
<version>0.1-SNAPSHOT</version>
<packaging>jar</packaging>
- <name>Apache Commons Meiyo</name>
+ <name>Apache Commons Meiyo (Sandbox)</name>
<description>The Apache Commons Meiyo package is a toolkit for scanning
ClassPath and annotated classes.</description>
<url>http://commons.apache.org/sandbox/meiyo/</url>
<inceptionYear>2010</inceptionYear>
Modified: commons/sandbox/money/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/money/trunk/pom.xml?rev=1556339&r1=1556338&r2=1556339&view=diff
==============================================================================
--- commons/sandbox/money/trunk/pom.xml (original)
+++ commons/sandbox/money/trunk/pom.xml Tue Jan 7 20:12:37 2014
@@ -26,10 +26,10 @@
<artifactId>commons-money</artifactId>
<version>1.0-SNAPSHOT</version>
- <name>Commons Money (Sandbox)</name>
+ <name>Apache Commons Money (Sandbox)</name>
<url>http://commons.apache.org/sandbox/money/</url>
<inceptionYear>2009</inceptionYear>
- <description>Commons Money</description>
+ <description>Apache Commons Money</description>
<dependencies>
<dependency>
Modified: commons/sandbox/nabla/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/pom.xml?rev=1556339&r1=1556338&r2=1556339&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/pom.xml (original)
+++ commons/sandbox/nabla/trunk/pom.xml Tue Jan 7 20:12:37 2014
@@ -27,7 +27,7 @@
<artifactId>commons-nabla</artifactId>
<version>1.0-SNAPSHOT</version>
- <name>Commons Nabla (Sandbox)</name>
+ <name>Apache Commons Nabla (Sandbox)</name>
<inceptionYear>2008</inceptionYear>
<description>
The nabla project provides automatic differentiation classes
@@ -52,7 +52,7 @@
<distributionManagement>
<site>
<id>people.apache.org</id>
- <name>Commons Nabla</name>
+ <name>Apache Commons Nabla</name>
<url>
${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/sandbox/nabla
</url>
Modified: commons/sandbox/openpgp/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/openpgp/trunk/pom.xml?rev=1556339&r1=1556338&r2=1556339&view=diff
==============================================================================
--- commons/sandbox/openpgp/trunk/pom.xml (original)
+++ commons/sandbox/openpgp/trunk/pom.xml Tue Jan 7 20:12:37 2014
@@ -8,7 +8,7 @@
</parent>
<artifactId>commons-openpgp</artifactId>
<version>1.0-SNAPSHOT</version>
- <name>Commons OpenPGP (Sandbox)</name>
+ <name>Apache Commons OpenPGP (Sandbox)</name>
<url>http://commons.apache.org/sandbox/openpgp/</url>
<inceptionYear>2005</inceptionYear>
Modified: commons/sandbox/performance/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/performance/trunk/pom.xml?rev=1556339&r1=1556338&r2=1556339&view=diff
==============================================================================
--- commons/sandbox/performance/trunk/pom.xml (original)
+++ commons/sandbox/performance/trunk/pom.xml Tue Jan 7 20:12:37 2014
@@ -28,7 +28,7 @@
<artifactId>commons-performance</artifactId>
<version>0.1-SNAPSHOT</version>
- <name>Commons Performance (Sandbox)</name>
+ <name>Apache Commons Performance (Sandbox)</name>
<inceptionYear>2007</inceptionYear>
<description>Performance and load tests for commons components</description>
<url>http://commons.apache.org/commons/sandbox/performance/</url>
Modified: commons/sandbox/pipeline/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/pipeline/trunk/pom.xml?rev=1556339&r1=1556338&r2=1556339&view=diff
==============================================================================
--- commons/sandbox/pipeline/trunk/pom.xml (original)
+++ commons/sandbox/pipeline/trunk/pom.xml Tue Jan 7 20:12:37 2014
@@ -25,7 +25,7 @@ limitations under the License.
</parent>
<artifactId>commons-pipeline</artifactId>
<version>1.0-SNAPSHOT</version>
- <name>Commons Pipeline (Sandbox)</name>
+ <name>Apache Commons Pipeline (Sandbox)</name>
<description>
A framework for constructing pipelined processing systems that support
concurrent processing of objects in multiple processing stages.
Modified: commons/sandbox/primitives/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/primitives/trunk/pom.xml?rev=1556339&r1=1556338&r2=1556339&view=diff
==============================================================================
--- commons/sandbox/primitives/trunk/pom.xml (original)
+++ commons/sandbox/primitives/trunk/pom.xml Tue Jan 7 20:12:37 2014
@@ -28,11 +28,11 @@
<groupId>commons-primitives</groupId>
<artifactId>commons-primitives</artifactId>
<version>1.1-SNAPSHOT</version>
- <name>Commons Primitives</name>
+ <name>Apache Commons Primitives (Sandbox)</name>
<inceptionYear>2002</inceptionYear>
<description>
- Commons Primitives is a set of collection and utility classes for
primitive types.
+ Apache Commons Primitives is a set of collection and utility classes for
primitive types.
The Java language has a clear distinction between Object and primitive
types.
A lot of functionality is provided for Object types, including the Java
Collection Framework.
Relatively little functionality is provided by the JDK for primitives.
Modified: commons/sandbox/resources/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/resources/trunk/pom.xml?rev=1556339&r1=1556338&r2=1556339&view=diff
==============================================================================
--- commons/sandbox/resources/trunk/pom.xml (original)
+++ commons/sandbox/resources/trunk/pom.xml Tue Jan 7 20:12:37 2014
@@ -28,11 +28,11 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-resources</artifactId>
<version>1.0-SNAPSHOT</version>
- <name>Commons Resources</name>
+ <name>Apache Commons Resources (Sandbox)</name>
<inceptionYear>2001</inceptionYear>
<description>
- Resources is a resources component.
+ Apache Commons Resources is a resources component.
</description>
<url>http://commons.apache.org/resources/</url>
Modified: commons/sandbox/validator2/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/validator2/trunk/pom.xml?rev=1556339&r1=1556338&r2=1556339&view=diff
==============================================================================
--- commons/sandbox/validator2/trunk/pom.xml (original)
+++ commons/sandbox/validator2/trunk/pom.xml Tue Jan 7 20:12:37 2014
@@ -28,9 +28,9 @@
<groupId>commons-validator</groupId>
<artifactId>commons-validator</artifactId>
<version>2.0-SNAPSHOT</version>
- <name>Commons Validator</name>
+ <name>Apache Commons Validator (Sandbox)</name>
<description>
- Commons Validator provides the building blocks for both client side
validation and server side data validation. It may be used standalone or with a
framework like Struts.
+ Apache Commons Validator provides the building blocks for both client
side validation and server side data validation. It may be used standalone or
with a framework like Struts.
</description>
<url>http://commons.apache.org/validator/</url>
<issueManagement>
Modified: commons/sandbox/xml/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/xml/trunk/pom.xml?rev=1556339&r1=1556338&r2=1556339&view=diff
==============================================================================
--- commons/sandbox/xml/trunk/pom.xml (original)
+++ commons/sandbox/xml/trunk/pom.xml Tue Jan 7 20:12:37 2014
@@ -31,7 +31,7 @@
<artifactId>commons-xml</artifactId>
<version>1.0-SNAPSHOT</version>
- <name>Commons XML (Sandbox)</name>
+ <name>Apache Commons XML (Sandbox)</name>
<inceptionYear>2009</inceptionYear>
<description>
Library of reusable utility code for working with JAXP.
@@ -54,7 +54,7 @@
<distributionManagement>
<site>
<id>people.apache.org</id>
- <name>Commons XML</name>
+ <name>Apache Commons XML</name>
<url>
${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/sandbox/xml
</url>