Author: snoopdave
Date: Sat Jun 8 23:25:06 2013
New Revision: 1491095
URL: http://svn.apache.org/r1491095
Log:
Renaming Maven modules to more sensible names
Modified:
roller/trunk/app/pom.xml
roller/trunk/assembly-release/pom.xml
roller/trunk/assembly-war/pom.xml
roller/trunk/pom.xml
roller/trunk/test-utils/pom.xml
Modified: roller/trunk/app/pom.xml
URL:
http://svn.apache.org/viewvc/roller/trunk/app/pom.xml?rev=1491095&r1=1491094&r2=1491095&view=diff
==============================================================================
--- roller/trunk/app/pom.xml (original)
+++ roller/trunk/app/pom.xml Sat Jun 8 23:25:06 2013
@@ -11,7 +11,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <name>roller-webapp</name>
+ <name>Roller app</name>
<groupId>org.apache.roller</groupId>
<artifactId>roller-weblogger-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=1491095&r1=1491094&r2=1491095&view=diff
==============================================================================
--- roller/trunk/assembly-release/pom.xml (original)
+++ roller/trunk/assembly-release/pom.xml Sat Jun 8 23:25:06 2013
@@ -29,7 +29,7 @@
<artifactId>roller-weblogger</artifactId>
<packaging>pom</packaging>
- <name>Apache Roller Distribution assembly</name>
+ <name>Roller release assembly</name>
<description>Assembles Roller into a distribution package</description>
<build>
Modified: roller/trunk/assembly-war/pom.xml
URL:
http://svn.apache.org/viewvc/roller/trunk/assembly-war/pom.xml?rev=1491095&r1=1491094&r2=1491095&view=diff
==============================================================================
--- roller/trunk/assembly-war/pom.xml (original)
+++ roller/trunk/assembly-war/pom.xml Sat Jun 8 23:25:06 2013
@@ -29,7 +29,7 @@
<artifactId>roller</artifactId>
<packaging>pom</packaging>
- <name>Apache Roller Weblogger WAR assembly</name>
+ <name>Roller WAR assembly</name>
<description>Assembles Roller Weblogger into a WAR</description>
<build>
Modified: roller/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/roller/trunk/pom.xml?rev=1491095&r1=1491094&r2=1491095&view=diff
==============================================================================
--- roller/trunk/pom.xml (original)
+++ roller/trunk/pom.xml Sat Jun 8 23:25:06 2013
@@ -8,7 +8,7 @@
<version>5.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>roller-project</name>
+ <name>Roller top-level</name>
<description>
Roller is an open source blog server built with open source Java
libraries including Apache OpenJPA, Struts2, Velocity and Commons.
@@ -31,7 +31,7 @@
<modules>
<module>test-utils</module>
- <module>weblogger-webapp</module>
+ <module>webapp</module>
</modules>
</project>
\ No newline at end of file
Modified: roller/trunk/test-utils/pom.xml
URL:
http://svn.apache.org/viewvc/roller/trunk/test-utils/pom.xml?rev=1491095&r1=1491094&r2=1491095&view=diff
==============================================================================
--- roller/trunk/test-utils/pom.xml (original)
+++ roller/trunk/test-utils/pom.xml Sat Jun 8 23:25:06 2013
@@ -11,7 +11,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <name>roller-test-utils</name>
+ <name>Roller test-utils</name>
<groupId>org.apache.roller</groupId>
<artifactId>test-utils</artifactId>