Author: sebb Date: Mon Oct 21 16:07:27 2013 New Revision: 1534259 URL: http://svn.apache.org/r1534259 Log: ASF Branding
Modified: commons/proper/betwixt/trunk/pom.xml commons/proper/daemon/trunk/pom.xml commons/proper/el/trunk/pom.xml commons/proper/jexl/trunk/pom.xml commons/proper/launcher/trunk/pom.xml commons/proper/modeler/trunk/pom.xml commons/proper/primitives/trunk/pom.xml Modified: commons/proper/betwixt/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/pom.xml?rev=1534259&r1=1534258&r2=1534259&view=diff ============================================================================== --- commons/proper/betwixt/trunk/pom.xml (original) +++ commons/proper/betwixt/trunk/pom.xml Mon Oct 21 16:07:27 2013 @@ -28,9 +28,9 @@ <groupId>commons-betwixt</groupId> <artifactId>commons-betwixt</artifactId> <version>0.9-SNAPSHOT</version> - <name>Commons Betwixt</name> + <name>Apache Commons Betwixt</name> <inceptionYear>2002</inceptionYear> - <description>Commons Betwixt: mapping beans to XML</description> + <description>Apache Commons Betwixt: mapping beans to XML</description> <url>http://commons.apache.org/proper/commons-codec/</url> <issueManagement> Modified: commons/proper/daemon/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/pom.xml?rev=1534259&r1=1534258&r2=1534259&view=diff ============================================================================== --- commons/proper/daemon/trunk/pom.xml (original) +++ commons/proper/daemon/trunk/pom.xml Mon Oct 21 16:07:27 2013 @@ -28,7 +28,7 @@ <groupId>commons-daemon</groupId> <artifactId>commons-daemon</artifactId> <version>1.1.0-SNAPSHOT</version> - <name>Commons Daemon</name> + <name>Apache Commons Daemon</name> <!-- Daemon started in Commons in 2002 with an import of code from Tomcat, which is why the NOTICE file has an earlier date than the inceptionYear --> <inceptionYear>2002</inceptionYear> Modified: commons/proper/el/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/el/trunk/pom.xml?rev=1534259&r1=1534258&r2=1534259&view=diff ============================================================================== --- commons/proper/el/trunk/pom.xml (original) +++ commons/proper/el/trunk/pom.xml Mon Oct 21 16:07:27 2013 @@ -26,7 +26,7 @@ </parent> <modelVersion>4.0.0</modelVersion> - <name>Commons EL</name> + <name>Apache Commons EL</name> <groupId>commons-el</groupId> <artifactId>commons-el</artifactId> <version>1.0.1-SNAPSHOT</version> Modified: commons/proper/jexl/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/pom.xml?rev=1534259&r1=1534258&r2=1534259&view=diff ============================================================================== --- commons/proper/jexl/trunk/pom.xml (original) +++ commons/proper/jexl/trunk/pom.xml Mon Oct 21 16:07:27 2013 @@ -25,9 +25,9 @@ <groupId>org.apache.commons</groupId> <artifactId>commons-jexl3</artifactId> <version>3.0-SNAPSHOT</version> - <name>Commons JEXL3</name> + <name>Apache Commons JEXL3</name> <inceptionYear>2001</inceptionYear> - <description>The Commons Jexl library is an implementation of the JSTL Expression Language with extensions.</description> + <description>The Apache Commons Jexl library is an implementation of the JSTL Expression Language with extensions.</description> <url>http://commons.apache.org/proper/commons-jexl/</url> <issueManagement> @@ -44,7 +44,7 @@ <distributionManagement> <site> <id>people.apache.org</id> - <name>Commons Jexl</name> + <name>Apache Commons Jexl</name> <url>scp://people.apache.org/www/commons.apache.org/jexl</url> </site> </distributionManagement> Modified: commons/proper/launcher/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/launcher/trunk/pom.xml?rev=1534259&r1=1534258&r2=1534259&view=diff ============================================================================== --- commons/proper/launcher/trunk/pom.xml (original) +++ commons/proper/launcher/trunk/pom.xml Mon Oct 21 16:07:27 2013 @@ -28,7 +28,7 @@ <groupId>commons-launcher</groupId> <artifactId>commons-launcher</artifactId> <version>1.2-SNAPSHOT</version> - <name>Commons Launcher</name> + <name>Apache Commons Launcher</name> <inceptionYear>2002</inceptionYear> <description> Launcher are a set of Java classes which aim at making a cross Modified: commons/proper/modeler/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/modeler/trunk/pom.xml?rev=1534259&r1=1534258&r2=1534259&view=diff ============================================================================== --- commons/proper/modeler/trunk/pom.xml (original) +++ commons/proper/modeler/trunk/pom.xml Mon Oct 21 16:07:27 2013 @@ -28,10 +28,10 @@ <groupId>commons-modeler</groupId> <artifactId>commons-modeler</artifactId> <version>2.1-SNAPSHOT</version> - <name>Commons Modeler</name> + <name>Apache Commons Modeler</name> <inceptionYear>2002</inceptionYear> <description> - Commons Modeler makes the process of setting up JMX (Java + Apache Commons Modeler makes the process of setting up JMX (Java Management Extensions) MBeans easier by configuring the required meta data using an XML descriptor. In addition, Modeler provides a factory mechanism to create the actual Model MBean instances. Modified: commons/proper/primitives/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/primitives/trunk/pom.xml?rev=1534259&r1=1534258&r2=1534259&view=diff ============================================================================== --- commons/proper/primitives/trunk/pom.xml (original) +++ commons/proper/primitives/trunk/pom.xml Mon Oct 21 16:07:27 2013 @@ -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</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.