You are viewing a plain text version of this content. The canonical link for it is here.
Posted to portalapps-dev@portals.apache.org by at...@apache.org on 2009/05/16 22:24:27 UTC

svn commit: r775523 - /portals/applications/demo/trunk/pom.xml

Author: ate
Date: Sat May 16 20:24:27 2009
New Revision: 775523

URL: http://svn.apache.org/viewvc?rev=775523&view=rev
Log:
APA-13: correcting Demo application name

Modified:
    portals/applications/demo/trunk/pom.xml

Modified: portals/applications/demo/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/pom.xml?rev=775523&r1=775522&r2=775523&view=diff
==============================================================================
--- portals/applications/demo/trunk/pom.xml (original)
+++ portals/applications/demo/trunk/pom.xml Sat May 16 20:24:27 2009
@@ -31,9 +31,9 @@
     <version>1.1-SNAPSHOT</version>
   </parent>
   <packaging>war</packaging>
-  <name>Portals Demo Portlet Application</name>
+  <name>Apache Portals Applications Demo Application</name>
   <version>1.0-SNAPSHOT</version>
-  <description>Portlets Demo</description>
+  <description>Portals Applications Demo</description>
 
   <properties>
     <portals.portlet2-api-spec.version>1.0</portals.portlet2-api-spec.version>