You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2006/12/01 02:14:27 UTC

svn commit: r481122 - in /geronimo/server/trunk/configs: client/pom.xml j2ee-1.4-specs/ jee-specs/ jee-specs/pom.xml pom.xml rmi-naming/pom.xml

Author: djencks
Date: Thu Nov 30 17:14:23 2006
New Revision: 481122

URL: http://svn.apache.org/viewvc?view=rev&rev=481122
Log:
GERONIMO-2604 give the specs pom a version-free name (jee-specs)

Added:
    geronimo/server/trunk/configs/jee-specs/
      - copied from r481051, geronimo/server/trunk/configs/j2ee-1.4-specs/
Removed:
    geronimo/server/trunk/configs/j2ee-1.4-specs/
Modified:
    geronimo/server/trunk/configs/client/pom.xml
    geronimo/server/trunk/configs/jee-specs/pom.xml
    geronimo/server/trunk/configs/pom.xml
    geronimo/server/trunk/configs/rmi-naming/pom.xml

Modified: geronimo/server/trunk/configs/client/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/client/pom.xml?view=diff&rev=481122&r1=481121&r2=481122
==============================================================================
--- geronimo/server/trunk/configs/client/pom.xml (original)
+++ geronimo/server/trunk/configs/client/pom.xml Thu Nov 30 17:14:23 2006
@@ -44,7 +44,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>j2ee-1.4-specs</artifactId>
+            <artifactId>jee-specs</artifactId>
             <version>${version}</version>
             <type>car</type>
         </dependency>

Modified: geronimo/server/trunk/configs/jee-specs/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/jee-specs/pom.xml?view=diff&rev=481122&r1=481051&r2=481122
==============================================================================
--- geronimo/server/trunk/configs/jee-specs/pom.xml (original)
+++ geronimo/server/trunk/configs/jee-specs/pom.xml Thu Nov 30 17:14:23 2006
@@ -30,7 +30,7 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
 
-    <artifactId>j2ee-1.4-specs</artifactId>
+    <artifactId>jee-specs</artifactId>
     <name>Geronimo Configs :: J2EE 1.4 specs</name>
     <packaging>car</packaging>
     

Modified: geronimo/server/trunk/configs/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/pom.xml?view=diff&rev=481122&r1=481121&r2=481122
==============================================================================
--- geronimo/server/trunk/configs/pom.xml (original)
+++ geronimo/server/trunk/configs/pom.xml Thu Nov 30 17:14:23 2006
@@ -131,7 +131,7 @@
         <module>directory</module>
         <module>geronimo-gbean-deployer</module>
         <module>hot-deployer</module>
-        <module>j2ee-1.4-specs</module>
+        <module>jee-specs</module>
         <module>j2ee-corba-yoko</module>
         <module>j2ee-deployer</module>
         <module>j2ee-security</module>

Modified: geronimo/server/trunk/configs/rmi-naming/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/rmi-naming/pom.xml?view=diff&rev=481122&r1=481121&r2=481122
==============================================================================
--- geronimo/server/trunk/configs/rmi-naming/pom.xml (original)
+++ geronimo/server/trunk/configs/rmi-naming/pom.xml Thu Nov 30 17:14:23 2006
@@ -45,7 +45,7 @@
         
         <dependency>
             <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>j2ee-1.4-specs</artifactId>
+            <artifactId>jee-specs</artifactId>
             <version>${version}</version>
             <type>car</type>
         </dependency>