You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2007/09/13 09:10:05 UTC

svn commit: r575198 - /geronimo/server/trunk/pom.xml

Author: jdillon
Date: Thu Sep 13 00:10:04 2007
New Revision: 575198

URL: http://svn.apache.org/viewvc?rev=575198&view=rev
Log:
Update to use javaee5 for assemblies

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=575198&r1=575197&r2=575198&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Thu Sep 13 00:10:04 2007
@@ -1719,7 +1719,7 @@
                             <assembly>
                                 <id>jetty</id>
                                 <groupId>org.apache.geronimo.assemblies</groupId>
-                                <artifactId>geronimo-jetty6-jee5</artifactId>
+                                <artifactId>geronimo-jetty6-javaee5</artifactId>
                                 <version>${version}</version>
                                 <classifier>bin</classifier>
                                 <type>zip</type>
@@ -1737,7 +1737,7 @@
                             <assembly>
                                 <id>tomcat</id>
                                 <groupId>org.apache.geronimo.assemblies</groupId>
-                                <artifactId>geronimo-tomcat6-jee5</artifactId>
+                                <artifactId>geronimo-tomcat6-javaee5</artifactId>
                                 <version>${version}</version>
                                 <classifier>bin</classifier>
                                 <type>zip</type>