You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/01/09 19:57:22 UTC

svn commit: r610515 - in /myfaces/shared/trunk: core/pom.xml pom.xml

Author: skitching
Date: Wed Jan  9 10:57:13 2008
New Revision: 610515

URL: http://svn.apache.org/viewvc?rev=610515&view=rev
Log:
Improve pom descriptions

Modified:
    myfaces/shared/trunk/core/pom.xml
    myfaces/shared/trunk/pom.xml

Modified: myfaces/shared/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk/core/pom.xml?rev=610515&r1=610514&r2=610515&view=diff
==============================================================================
--- myfaces/shared/trunk/core/pom.xml (original)
+++ myfaces/shared/trunk/core/pom.xml Wed Jan  9 10:57:13 2008
@@ -7,7 +7,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>myfaces-shared-core</artifactId>
   <packaging>jar</packaging>
-  <name>Apache MyFaces Shared - Core</name>
+  <name>Apache MyFaces Shared For JSF 1.1 - Core </name>
   <description>The MyFaces Shared Core Subproject builds the source artifact
     needed by myfaces-shared-impl, myfaces-shared-tomahawk and myfaces-shared-orchestra</description>
   <url>http://myfaces.apache.org</url>

Modified: myfaces/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk/pom.xml?rev=610515&r1=610514&r2=610515&view=diff
==============================================================================
--- myfaces/shared/trunk/pom.xml (original)
+++ myfaces/shared/trunk/pom.xml Wed Jan  9 10:57:13 2008
@@ -8,7 +8,7 @@
   <groupId>org.apache.myfaces.shared</groupId>
   <artifactId>myfaces-shared-project</artifactId>
   <packaging>pom</packaging>
-  <name>Apache MyFaces Shared</name>
+  <name>Apache MyFaces Shared For JSF 1.1 - Project</name>
   <version>2.0.8-SNAPSHOT</version>
   <description>The MyFaces Shared project provides base classes that are used in the
     MyFaces Core Implementation, the MyFaces Tomahawk components, and MyFaces Orchestra.