Author: snoopdave
Date: Tue Dec 31 16:12:23 2013
New Revision: 1554551
URL: http://svn.apache.org/r1554551
Log:
Consistent names for modules.
Modified:
roller/trunk/app/pom.xml
roller/trunk/assembly-release/pom.xml
roller/trunk/it-selenium/pom.xml
roller/trunk/pom.xml
Modified: roller/trunk/app/pom.xml
URL:
http://svn.apache.org/viewvc/roller/trunk/app/pom.xml?rev=1554551&r1=1554550&r2=1554551&view=diff
==============================================================================
--- roller/trunk/app/pom.xml (original)
+++ roller/trunk/app/pom.xml Tue Dec 31 16:12:23 2013
@@ -11,7 +11,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <name>Roller app</name>
+ <name>Roller Webapp</name>
<artifactId>roller-webapp</artifactId>
<packaging>war</packaging>
Modified: roller/trunk/assembly-release/pom.xml
URL:
http://svn.apache.org/viewvc/roller/trunk/assembly-release/pom.xml?rev=1554551&r1=1554550&r2=1554551&view=diff
==============================================================================
--- roller/trunk/assembly-release/pom.xml (original)
+++ roller/trunk/assembly-release/pom.xml Tue Dec 31 16:12:23 2013
@@ -29,7 +29,7 @@
<artifactId>roller-release</artifactId>
<packaging>pom</packaging>
- <name>Roller release assembly</name>
+ <name>Roller Release Assembly</name>
<description>Assembles Roller into a distribution package</description>
<!--
Modified: roller/trunk/it-selenium/pom.xml
URL:
http://svn.apache.org/viewvc/roller/trunk/it-selenium/pom.xml?rev=1554551&r1=1554550&r2=1554551&view=diff
==============================================================================
--- roller/trunk/it-selenium/pom.xml (original)
+++ roller/trunk/it-selenium/pom.xml Tue Dec 31 16:12:23 2013
@@ -28,6 +28,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
+ <name>Roller Selenium tests</name>
<artifactId>roller-selenium-tests</artifactId>
<packaging>war</packaging>
Modified: roller/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/roller/trunk/pom.xml?rev=1554551&r1=1554550&r2=1554551&view=diff
==============================================================================
--- roller/trunk/pom.xml (original)
+++ roller/trunk/pom.xml Tue Dec 31 16:12:23 2013
@@ -12,7 +12,7 @@
<maven>3.0.5</maven>
</prerequisites>
- <name>Roller project</name>
+ <name>Roller</name>
<description>
Roller is an open source blog server built with open source Java
libraries including Spring, Struts2, Velocity and Commons.