You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by gm...@apache.org on 2013/11/19 14:10:38 UTC

svn commit: r1543419 - /roller/trunk/pom.xml

Author: gmazza
Date: Tue Nov 19 13:10:38 2013
New Revision: 1543419

URL: http://svn.apache.org/r1543419
Log:
Slight renaming of Roller so it shows up more nicely in the Sonar listings.

Modified:
    roller/trunk/pom.xml

Modified: roller/trunk/pom.xml
URL: http://svn.apache.org/viewvc/roller/trunk/pom.xml?rev=1543419&r1=1543418&r2=1543419&view=diff
==============================================================================
--- roller/trunk/pom.xml (original)
+++ roller/trunk/pom.xml Tue Nov 19 13:10:38 2013
@@ -9,11 +9,10 @@
     <packaging>pom</packaging>
 
     <prerequisites>
-        <!-- 3.0.5 required by inmemdb-maven-plugin V1.3.0 -->
         <maven>3.0.5</maven>
     </prerequisites>
 
-    <name>Roller project</name>
+    <name>Apache Roller</name>
     <description>
         Roller is an open source blog server built with open source Java
         libraries including Spring, Struts2, Velocity and Commons.