You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by rw...@apache.org on 2006/03/10 21:44:07 UTC

svn commit: r384912 - in /portals/jetspeed-2/trunk: ./ app-servers/ applications/ commons/ components/ content-server/ etc/ jetspeed-api/ layout-portlets/ taglibs/ taglibs/treecontrol/

Author: rwatler
Date: Fri Mar 10 12:44:06 2006
New Revision: 384912

URL: http://svn.apache.org/viewcvs?rev=384912&view=rev
Log:
replace ultra lame root artifact name, 'pom', with package name: 'jetspeed-2'

Modified:
    portals/jetspeed-2/trunk/app-servers/pom.xml
    portals/jetspeed-2/trunk/applications/pom.xml
    portals/jetspeed-2/trunk/commons/pom.xml
    portals/jetspeed-2/trunk/components/pom.xml
    portals/jetspeed-2/trunk/content-server/pom.xml
    portals/jetspeed-2/trunk/etc/pom.xml
    portals/jetspeed-2/trunk/jetspeed-api/pom.xml
    portals/jetspeed-2/trunk/layout-portlets/pom.xml
    portals/jetspeed-2/trunk/pom.xml
    portals/jetspeed-2/trunk/taglibs/pom.xml
    portals/jetspeed-2/trunk/taglibs/treecontrol/pom.xml

Modified: portals/jetspeed-2/trunk/app-servers/pom.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/app-servers/pom.xml?rev=384912&r1=384911&r2=384912&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/app-servers/pom.xml (original)
+++ portals/jetspeed-2/trunk/app-servers/pom.xml Fri Mar 10 12:44:06 2006
@@ -30,7 +30,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <version>2.1-dev</version>
-        <artifactId>pom</artifactId>
+        <artifactId>jetspeed-2</artifactId>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>pom</packaging>

Modified: portals/jetspeed-2/trunk/applications/pom.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/applications/pom.xml?rev=384912&r1=384911&r2=384912&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/applications/pom.xml (original)
+++ portals/jetspeed-2/trunk/applications/pom.xml Fri Mar 10 12:44:06 2006
@@ -30,7 +30,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <version>2.1-dev</version>
-        <artifactId>pom</artifactId>
+        <artifactId>jetspeed-2</artifactId>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>pom</packaging>

Modified: portals/jetspeed-2/trunk/commons/pom.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/commons/pom.xml?rev=384912&r1=384911&r2=384912&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/commons/pom.xml (original)
+++ portals/jetspeed-2/trunk/commons/pom.xml Fri Mar 10 12:44:06 2006
@@ -30,7 +30,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <version>2.1-dev</version>
-        <artifactId>pom</artifactId>
+        <artifactId>jetspeed-2</artifactId>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/pom.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/components/pom.xml?rev=384912&r1=384911&r2=384912&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/components/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/pom.xml Fri Mar 10 12:44:06 2006
@@ -30,7 +30,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <version>2.1-dev</version>
-        <artifactId>pom</artifactId>
+        <artifactId>jetspeed-2</artifactId>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>pom</packaging>

Modified: portals/jetspeed-2/trunk/content-server/pom.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/content-server/pom.xml?rev=384912&r1=384911&r2=384912&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/content-server/pom.xml (original)
+++ portals/jetspeed-2/trunk/content-server/pom.xml Fri Mar 10 12:44:06 2006
@@ -30,7 +30,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <version>2.1-dev</version>
-        <artifactId>pom</artifactId>
+        <artifactId>jetspeed-2</artifactId>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/etc/pom.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/etc/pom.xml?rev=384912&r1=384911&r2=384912&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/etc/pom.xml (original)
+++ portals/jetspeed-2/trunk/etc/pom.xml Fri Mar 10 12:44:06 2006
@@ -30,7 +30,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <version>2.1-dev</version>
-        <artifactId>pom</artifactId>
+        <artifactId>jetspeed-2</artifactId>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>pom</packaging>

Modified: portals/jetspeed-2/trunk/jetspeed-api/pom.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/jetspeed-api/pom.xml?rev=384912&r1=384911&r2=384912&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/jetspeed-api/pom.xml (original)
+++ portals/jetspeed-2/trunk/jetspeed-api/pom.xml Fri Mar 10 12:44:06 2006
@@ -30,7 +30,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <version>2.1-dev</version>
-        <artifactId>pom</artifactId>
+        <artifactId>jetspeed-2</artifactId>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/layout-portlets/pom.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/layout-portlets/pom.xml?rev=384912&r1=384911&r2=384912&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/layout-portlets/pom.xml (original)
+++ portals/jetspeed-2/trunk/layout-portlets/pom.xml Fri Mar 10 12:44:06 2006
@@ -30,7 +30,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <version>2.1-dev</version>
-        <artifactId>pom</artifactId>
+        <artifactId>jetspeed-2</artifactId>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>war</packaging>

Modified: portals/jetspeed-2/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/pom.xml?rev=384912&r1=384911&r2=384912&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/pom.xml (original)
+++ portals/jetspeed-2/trunk/pom.xml Fri Mar 10 12:44:06 2006
@@ -28,10 +28,10 @@
     <!-- POM Identification -->
 
     <groupId>org.apache.portals.jetspeed-2</groupId>
-    <artifactId>pom</artifactId>
+    <artifactId>jetspeed-2</artifactId>
     <version>2.1-dev</version>
     <packaging>pom</packaging>
-    <name>Jetspeed 2 Enterprise Portal</name>
+    <name>Jetspeed-2 Enterprise Portal</name>
     <description>
         Jetspeed is an Open Source implementation of an Enterprise Information Portal, using Java and XML.
     </description>

Modified: portals/jetspeed-2/trunk/taglibs/pom.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/taglibs/pom.xml?rev=384912&r1=384911&r2=384912&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/taglibs/pom.xml (original)
+++ portals/jetspeed-2/trunk/taglibs/pom.xml Fri Mar 10 12:44:06 2006
@@ -30,7 +30,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <version>2.1-dev</version>
-        <artifactId>pom</artifactId>
+        <artifactId>jetspeed-2</artifactId>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>pom</packaging>

Modified: portals/jetspeed-2/trunk/taglibs/treecontrol/pom.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/taglibs/treecontrol/pom.xml?rev=384912&r1=384911&r2=384912&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/taglibs/treecontrol/pom.xml (original)
+++ portals/jetspeed-2/trunk/taglibs/treecontrol/pom.xml Fri Mar 10 12:44:06 2006
@@ -34,7 +34,7 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>
-    <name>Jetspeed 2 TreeControl TagLib</name>
+    <name>Jetspeed-2 TreeControl TagLib</name>
     <description>
         TreeControl TagLib
     </description>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org