You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2013/06/09 16:50:12 UTC

svn commit: r1491226 - in /roller/trunk: app/pom.xml assembly-release/pom.xml assembly-war/pom.xml pom.xml

Author: snoopdave
Date: Sun Jun  9 14:50:12 2013
New Revision: 1491226

URL: http://svn.apache.org/r1491226
Log:
fix incorrect module name in project POM and use more sensible Ids for artifacts

Modified:
    roller/trunk/app/pom.xml
    roller/trunk/assembly-release/pom.xml
    roller/trunk/assembly-war/pom.xml
    roller/trunk/pom.xml

Modified: roller/trunk/app/pom.xml
URL: http://svn.apache.org/viewvc/roller/trunk/app/pom.xml?rev=1491226&r1=1491225&r2=1491226&view=diff
==============================================================================
--- roller/trunk/app/pom.xml (original)
+++ roller/trunk/app/pom.xml Sun Jun  9 14:50:12 2013
@@ -13,7 +13,7 @@
 
     <name>Roller app</name>
     <groupId>org.apache.roller</groupId>
-    <artifactId>roller-weblogger-webapp</artifactId>
+    <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=1491226&r1=1491225&r2=1491226&view=diff
==============================================================================
--- roller/trunk/assembly-release/pom.xml (original)
+++ roller/trunk/assembly-release/pom.xml Sun Jun  9 14:50:12 2013
@@ -26,7 +26,7 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
 
-    <artifactId>roller-weblogger</artifactId>
+    <artifactId>roller-release</artifactId>
     <packaging>pom</packaging>
 
     <name>Roller release assembly</name>

Modified: roller/trunk/assembly-war/pom.xml
URL: http://svn.apache.org/viewvc/roller/trunk/assembly-war/pom.xml?rev=1491226&r1=1491225&r2=1491226&view=diff
==============================================================================
--- roller/trunk/assembly-war/pom.xml (original)
+++ roller/trunk/assembly-war/pom.xml Sun Jun  9 14:50:12 2013
@@ -26,7 +26,7 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
 
-    <artifactId>roller</artifactId>
+    <artifactId>roller-war</artifactId>
     <packaging>pom</packaging>
 
     <name>Roller WAR assembly</name>

Modified: roller/trunk/pom.xml
URL: http://svn.apache.org/viewvc/roller/trunk/pom.xml?rev=1491226&r1=1491225&r2=1491226&view=diff
==============================================================================
--- roller/trunk/pom.xml (original)
+++ roller/trunk/pom.xml Sun Jun  9 14:50:12 2013
@@ -8,7 +8,7 @@
     <version>5.1.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
-    <name>Roller top-level</name>
+    <name>Roller project</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>webapp</module>
+        <module>app</module>
     </modules>
 
 </project>
\ No newline at end of file