You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by vi...@apache.org on 2011/11/16 12:33:21 UTC

svn commit: r1202643 [2/3] - in /geronimo/samples/branches/3.0-beta: ./ buildutil/ geronimo-samples-archetype/ samples/ samples/all-samples/ samples/all-samples/all-samples-jetty/ samples/all-samples/all-samples-tomcat/ samples/javaee5/ samples/javaee5...

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/inventory/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/inventory/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/inventory/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/inventory/pom.xml Wed Nov 16 11:33:16 2011
@@ -25,9 +25,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>javaee5</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>inventory</artifactId>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/jaxws-calculator/jaxws-calculator-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/jaxws-calculator/jaxws-calculator-jetty/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/jaxws-calculator/jaxws-calculator-jetty/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/jaxws-calculator/jaxws-calculator-jetty/pom.xml Wed Nov 16 11:33:16 2011
@@ -25,12 +25,12 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>jaxws-calculator</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
-    <groupId>org.apache.geronimo.samples</groupId>
+    <groupId>org.apache.geronimo.samples.javaee5</groupId>
     <artifactId>jaxws-calculator-jetty</artifactId>
     <name>Geronimo Samples :: jaxws-calculator :: plugin for jetty</name>
     <packaging>car</packaging>
@@ -39,7 +39,7 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.apache.geronimo.samples</groupId>
+            <groupId>org.apache.geronimo.samples.javaee5</groupId>
             <artifactId>jaxws-calculator-war</artifactId>
             <version>${version}</version>
             <type>war</type>
@@ -111,7 +111,7 @@
                         <deploymentConfig>${cxfDeployer}</deploymentConfig>
                     </deploymentConfigs>
                     <module>
-                        <groupId>org.apache.geronimo.samples</groupId>
+                        <groupId>org.apache.geronimo.samples.javaee5</groupId>
                         <artifactId>jaxws-calculator-war</artifactId>
                         <version>${version}</version>
                         <type>war</type>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/jaxws-calculator/jaxws-calculator-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/jaxws-calculator/jaxws-calculator-tomcat/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/jaxws-calculator/jaxws-calculator-tomcat/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/jaxws-calculator/jaxws-calculator-tomcat/pom.xml Wed Nov 16 11:33:16 2011
@@ -25,12 +25,12 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>jaxws-calculator</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
-    <groupId>org.apache.geronimo.samples</groupId>
+    <groupId>org.apache.geronimo.samples.javaee5</groupId>
     <artifactId>jaxws-calculator-tomcat</artifactId>
     <name>Geronimo Samples :: jaxws-calculator :: plugin for tomcat</name>
     <packaging>car</packaging>
@@ -39,7 +39,7 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.apache.geronimo.samples</groupId>
+            <groupId>org.apache.geronimo.samples.javaee5</groupId>
             <artifactId>jaxws-calculator-war</artifactId>
             <version>${version}</version>
             <type>war</type>
@@ -111,7 +111,7 @@
                         <deploymentConfig>${axis2Deployer}</deploymentConfig>
                     </deploymentConfigs>
                     <module>
-                        <groupId>org.apache.geronimo.samples</groupId>
+                        <groupId>org.apache.geronimo.samples.javaee5</groupId>
                         <artifactId>jaxws-calculator-war</artifactId>
                         <version>${version}</version>
                         <type>war</type>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/jaxws-calculator/jaxws-calculator-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/jaxws-calculator/jaxws-calculator-war/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/jaxws-calculator/jaxws-calculator-war/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/jaxws-calculator/jaxws-calculator-war/pom.xml Wed Nov 16 11:33:16 2011
@@ -25,9 +25,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>jaxws-calculator</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>jaxws-calculator-war</artifactId>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/jaxws-calculator/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/jaxws-calculator/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/jaxws-calculator/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/jaxws-calculator/pom.xml Wed Nov 16 11:33:16 2011
@@ -25,9 +25,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>javaee5</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>jaxws-calculator</artifactId>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/jms-mdb/jms-mdb-ear/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/jms-mdb/jms-mdb-ear/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/jms-mdb/jms-mdb-ear/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/jms-mdb/jms-mdb-ear/pom.xml Wed Nov 16 11:33:16 2011
@@ -25,9 +25,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>jms-mdb</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>jms-mdb-ear</artifactId>
@@ -45,14 +45,14 @@
         </dependency>
 
         <dependency>
-            <groupId>org.apache.geronimo.samples</groupId>
+            <groupId>org.apache.geronimo.samples.javaee5</groupId>
             <artifactId>jms-mdb-war</artifactId>
             <version>${version}</version>
             <type>war</type>
         </dependency>
 
         <dependency>
-            <groupId>org.apache.geronimo.samples</groupId>
+            <groupId>org.apache.geronimo.samples.javaee5</groupId>
             <artifactId>jms-mdb-ejb</artifactId>
             <version>${version}</version>
             <type>ejb</type>
@@ -75,13 +75,13 @@
                         </rarModule>
 
                         <ejbModule>
-                            <groupId>org.apache.geronimo.samples</groupId>
+                            <groupId>org.apache.geronimo.samples.javaee5</groupId>
                             <artifactId>jms-mdb-ejb</artifactId>
                             <bundleFileName>jms-mdb-ejb-${version}.jar</bundleFileName>
                         </ejbModule>
 
                         <webModule>
-                            <groupId>org.apache.geronimo.samples</groupId>
+                            <groupId>org.apache.geronimo.samples.javaee5</groupId>
                             <artifactId>jms-mdb-war</artifactId>
                             <contextRoot>/order</contextRoot>
                             <bundleFileName>jms-mdb-war-${version}.war</bundleFileName>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/jms-mdb/jms-mdb-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/jms-mdb/jms-mdb-ejb/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/jms-mdb/jms-mdb-ejb/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/jms-mdb/jms-mdb-ejb/pom.xml Wed Nov 16 11:33:16 2011
@@ -25,9 +25,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>jms-mdb</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>jms-mdb-ejb</artifactId>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/jms-mdb/jms-mdb-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/jms-mdb/jms-mdb-jetty/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/jms-mdb/jms-mdb-jetty/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/jms-mdb/jms-mdb-jetty/pom.xml Wed Nov 16 11:33:16 2011
@@ -25,12 +25,12 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>jms-mdb</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
-    <groupId>org.apache.geronimo.samples</groupId>
+    <groupId>org.apache.geronimo.samples.javaee5</groupId>
     <artifactId>jms-mdb-jetty</artifactId>
     <name>Geronimo Samples :: jms-mdb :: plugin for jetty</name>
     <packaging>car</packaging>
@@ -39,7 +39,7 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.apache.geronimo.samples</groupId>
+            <groupId>org.apache.geronimo.samples.javaee5</groupId>
             <artifactId>jms-mdb-ear</artifactId>
             <version>${version}</version>
             <type>ear</type>
@@ -120,7 +120,7 @@
                         <deploymentConfig>${jpaDeployer}</deploymentConfig>
                     </deploymentConfigs>
                     <module>
-                        <groupId>org.apache.geronimo.samples</groupId>
+                        <groupId>org.apache.geronimo.samples.javaee5</groupId>
                         <artifactId>jms-mdb-ear</artifactId>
                         <version>${version}</version>
                         <type>ear</type>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/jms-mdb/jms-mdb-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/jms-mdb/jms-mdb-tomcat/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/jms-mdb/jms-mdb-tomcat/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/jms-mdb/jms-mdb-tomcat/pom.xml Wed Nov 16 11:33:16 2011
@@ -25,12 +25,12 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>jms-mdb</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
-    <groupId>org.apache.geronimo.samples</groupId>
+    <groupId>org.apache.geronimo.samples.javaee5</groupId>
     <artifactId>jms-mdb-tomcat</artifactId>
     <name>Geronimo Samples :: jms-mdb :: plugin for tomcat</name>
     <packaging>car</packaging>
@@ -39,7 +39,7 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.apache.geronimo.samples</groupId>
+            <groupId>org.apache.geronimo.samples.javaee5</groupId>
             <artifactId>jms-mdb-ear</artifactId>
             <version>${version}</version>
             <type>ear</type>
@@ -120,7 +120,7 @@
                         <deploymentConfig>${jpaDeployer}</deploymentConfig>
                     </deploymentConfigs>
                     <module>
-                        <groupId>org.apache.geronimo.samples</groupId>
+                        <groupId>org.apache.geronimo.samples.javaee5</groupId>
                         <artifactId>jms-mdb-ear</artifactId>
                         <version>${version}</version>
                         <type>ear</type>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/jms-mdb/jms-mdb-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/jms-mdb/jms-mdb-war/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/jms-mdb/jms-mdb-war/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/jms-mdb/jms-mdb-war/pom.xml Wed Nov 16 11:33:16 2011
@@ -25,9 +25,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>jms-mdb</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>jms-mdb-war</artifactId>
@@ -38,7 +38,7 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.apache.geronimo.samples</groupId>
+            <groupId>org.apache.geronimo.samples.javaee5</groupId>
             <artifactId>jms-mdb-ejb</artifactId>
             <version>${version}</version>
             <scope>provided</scope>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/jms-mdb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/jms-mdb/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/jms-mdb/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/jms-mdb/pom.xml Wed Nov 16 11:33:16 2011
@@ -25,9 +25,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>javaee5</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>jms-mdb</artifactId>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/jsp-examples/jsp-examples-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/jsp-examples/jsp-examples-jetty/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/jsp-examples/jsp-examples-jetty/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/jsp-examples/jsp-examples-jetty/pom.xml Wed Nov 16 11:33:16 2011
@@ -23,12 +23,12 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>jsp-examples</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
-    <groupId>org.apache.geronimo.samples</groupId>
+    <groupId>org.apache.geronimo.samples.javaee5</groupId>
     <artifactId>jsp-examples-jetty</artifactId>
     <name>Geronimo Samples :: jsp-examples :: plugin for jetty</name>
     <packaging>car</packaging>
@@ -41,7 +41,7 @@
     <dependencies>
 
         <dependency>
-            <groupId>org.apache.geronimo.samples</groupId>
+            <groupId>org.apache.geronimo.samples.javaee5</groupId>
             <artifactId>jsp-examples-war</artifactId>
             <version>${version}</version>
             <type>war</type>
@@ -99,7 +99,7 @@
                         <deploymentConfig>${jasperDeployer}</deploymentConfig>
                     </deploymentConfigs>
                     <module>
-                        <groupId>org.apache.geronimo.samples</groupId>
+                        <groupId>org.apache.geronimo.samples.javaee5</groupId>
                         <artifactId>jsp-examples-war</artifactId>
                         <version>${version}</version>
                         <type>war</type>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/jsp-examples/jsp-examples-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/jsp-examples/jsp-examples-tomcat/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/jsp-examples/jsp-examples-tomcat/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/jsp-examples/jsp-examples-tomcat/pom.xml Wed Nov 16 11:33:16 2011
@@ -23,12 +23,12 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>jsp-examples</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
-    <groupId>org.apache.geronimo.samples</groupId>
+    <groupId>org.apache.geronimo.samples.javaee5</groupId>
     <artifactId>jsp-examples-tomcat</artifactId>
     <name>Geronimo Samples :: jsp-examples :: plugin for tomcat</name>
     <packaging>car</packaging>
@@ -41,7 +41,7 @@
     <dependencies>
 
         <dependency>
-            <groupId>org.apache.geronimo.samples</groupId>
+            <groupId>org.apache.geronimo.samples.javaee5</groupId>
             <artifactId>jsp-examples-war</artifactId>
             <version>${version}</version>
             <type>war</type>
@@ -99,7 +99,7 @@
                         <deploymentConfig>${jasperDeployer}</deploymentConfig>
                     </deploymentConfigs>
                     <module>
-                        <groupId>org.apache.geronimo.samples</groupId>
+                        <groupId>org.apache.geronimo.samples.javaee5</groupId>
                         <artifactId>jsp-examples-war</artifactId>
                         <version>${version}</version>
                         <type>war</type>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/jsp-examples/jsp-examples-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/jsp-examples/jsp-examples-war/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/jsp-examples/jsp-examples-war/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/jsp-examples/jsp-examples-war/pom.xml Wed Nov 16 11:33:16 2011
@@ -23,9 +23,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>jsp-examples</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>jsp-examples-war</artifactId>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/jsp-examples/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/jsp-examples/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/jsp-examples/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/jsp-examples/pom.xml Wed Nov 16 11:33:16 2011
@@ -25,9 +25,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>javaee5</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>jsp-examples</artifactId>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/ldap-sample-app/ldap-sample-app-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/ldap-sample-app/ldap-sample-app-jetty/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/ldap-sample-app/ldap-sample-app-jetty/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/ldap-sample-app/ldap-sample-app-jetty/pom.xml Wed Nov 16 11:33:16 2011
@@ -23,12 +23,12 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>ldap-sample-app</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
-    <groupId>org.apache.geronimo.samples</groupId>
+    <groupId>org.apache.geronimo.samples.javaee5</groupId>
     <artifactId>ldap-sample-app-jetty</artifactId>
     <name>Geronimo Samples :: ldap-sample-app :: plugin for jetty</name>
     <packaging>car</packaging>
@@ -44,7 +44,7 @@
     <dependencies>
 
         <dependency>
-            <groupId>org.apache.geronimo.samples</groupId>
+            <groupId>org.apache.geronimo.samples.javaee5</groupId>
             <artifactId>ldap-sample-app-war</artifactId>
             <version>${version}</version>
             <type>war</type>
@@ -52,7 +52,7 @@
         </dependency>
 
         <dependency>
-            <groupId>org.apache.geronimo.samples</groupId>
+            <groupId>org.apache.geronimo.samples.javaee5</groupId>
             <artifactId>ldap-sample-app-realm</artifactId>
             <version>${version}</version>
             <type>car</type>
@@ -109,7 +109,7 @@
                         <deploymentConfig>${jettyDeployer}</deploymentConfig>
                     </deploymentConfigs>
                     <module>
-                        <groupId>org.apache.geronimo.samples</groupId>
+                        <groupId>org.apache.geronimo.samples.javaee5</groupId>
                         <artifactId>ldap-sample-app-war</artifactId>
                         <version>${version}</version>
                         <type>war</type>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/ldap-sample-app/ldap-sample-app-realm/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/ldap-sample-app/ldap-sample-app-realm/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/ldap-sample-app/ldap-sample-app-realm/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/ldap-sample-app/ldap-sample-app-realm/pom.xml Wed Nov 16 11:33:16 2011
@@ -23,9 +23,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>ldap-sample-app</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>ldap-sample-app-realm</artifactId>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/ldap-sample-app/ldap-sample-app-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/ldap-sample-app/ldap-sample-app-tomcat/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/ldap-sample-app/ldap-sample-app-tomcat/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/ldap-sample-app/ldap-sample-app-tomcat/pom.xml Wed Nov 16 11:33:16 2011
@@ -23,12 +23,12 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>ldap-sample-app</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
-    <groupId>org.apache.geronimo.samples</groupId>
+    <groupId>org.apache.geronimo.samples.javaee5</groupId>
     <artifactId>ldap-sample-app-tomcat</artifactId>
     <name>Geronimo Samples :: ldap-sample-app :: plugin for tomcat</name>
     <packaging>car</packaging>
@@ -44,7 +44,7 @@
     <dependencies>
 
         <dependency>
-            <groupId>org.apache.geronimo.samples</groupId>
+            <groupId>org.apache.geronimo.samples.javaee5</groupId>
             <artifactId>ldap-sample-app-war</artifactId>
             <version>${version}</version>
             <type>war</type>
@@ -52,7 +52,7 @@
         </dependency>
 
         <dependency>
-            <groupId>org.apache.geronimo.samples</groupId>
+            <groupId>org.apache.geronimo.samples.javaee5</groupId>
             <artifactId>ldap-sample-app-realm</artifactId>
             <version>${version}</version>
             <type>car</type>
@@ -101,7 +101,7 @@
                         <deploymentConfig>${tomcatDeployer}</deploymentConfig>
                     </deploymentConfigs>
                     <module>
-                        <groupId>org.apache.geronimo.samples</groupId>
+                        <groupId>org.apache.geronimo.samples.javaee5</groupId>
                         <artifactId>ldap-sample-app-war</artifactId>
                         <version>${version}</version>
                         <type>war</type>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/ldap-sample-app/ldap-sample-app-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/ldap-sample-app/ldap-sample-app-war/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/ldap-sample-app/ldap-sample-app-war/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/ldap-sample-app/ldap-sample-app-war/pom.xml Wed Nov 16 11:33:16 2011
@@ -25,9 +25,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>ldap-sample-app</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>ldap-sample-app-war</artifactId>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/ldap-sample-app/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/ldap-sample-app/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/ldap-sample-app/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/ldap-sample-app/pom.xml Wed Nov 16 11:33:16 2011
@@ -25,9 +25,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>javaee5</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>ldap-sample-app</artifactId>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/myphonebook/myphonebook-ear/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/myphonebook/myphonebook-ear/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/myphonebook/myphonebook-ear/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/myphonebook/myphonebook-ear/pom.xml Wed Nov 16 11:33:16 2011
@@ -25,9 +25,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>myphonebook</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>myphonebook-ear</artifactId>
@@ -38,14 +38,14 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.apache.geronimo.samples</groupId>
+            <groupId>org.apache.geronimo.samples.javaee5</groupId>
             <artifactId>myphonebook-war</artifactId>
             <version>${version}</version>
             <type>war</type>
         </dependency>
 
         <dependency>
-            <groupId>org.apache.geronimo.samples</groupId>
+            <groupId>org.apache.geronimo.samples.javaee5</groupId>
             <artifactId>myphonebook-ejb</artifactId>
             <version>${version}</version>
             <type>ejb</type>
@@ -62,13 +62,13 @@
                     <version>5</version>
                     <modules>
                         <ejbModule>
-                            <groupId>org.apache.geronimo.samples</groupId>
+                            <groupId>org.apache.geronimo.samples.javaee5</groupId>
                             <artifactId>myphonebook-ejb</artifactId>
                             <bundleFileName>myphonebook-ejb-${version}.jar</bundleFileName>
                         </ejbModule>
 
                         <webModule>
-                            <groupId>org.apache.geronimo.samples</groupId>
+                            <groupId>org.apache.geronimo.samples.javaee5</groupId>
                             <artifactId>myphonebook-war</artifactId>
                             <contextRoot>/myphonebook</contextRoot>
                             <bundleFileName>myphonebook-war-${version}.war</bundleFileName>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/myphonebook/myphonebook-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/myphonebook/myphonebook-ejb/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/myphonebook/myphonebook-ejb/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/myphonebook/myphonebook-ejb/pom.xml Wed Nov 16 11:33:16 2011
@@ -25,9 +25,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>myphonebook</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>myphonebook-ejb</artifactId>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/myphonebook/myphonebook-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/myphonebook/myphonebook-jetty/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/myphonebook/myphonebook-jetty/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/myphonebook/myphonebook-jetty/pom.xml Wed Nov 16 11:33:16 2011
@@ -25,12 +25,12 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>myphonebook</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
-    <groupId>org.apache.geronimo.samples</groupId>
+    <groupId>org.apache.geronimo.samples.javaee5</groupId>
     <artifactId>myphonebook-jetty</artifactId>
     <name>Geronimo Samples :: myphonebook :: plugin for jetty</name>
     <packaging>car</packaging>
@@ -39,7 +39,7 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.apache.geronimo.samples</groupId>
+            <groupId>org.apache.geronimo.samples.javaee5</groupId>
             <artifactId>myphonebook-ear</artifactId>
             <version>${version}</version>
             <type>ear</type>
@@ -126,7 +126,7 @@
                         <deploymentConfig>${jpaDeployer}</deploymentConfig>
                     </deploymentConfigs>
                     <module>
-                        <groupId>org.apache.geronimo.samples</groupId>
+                        <groupId>org.apache.geronimo.samples.javaee5</groupId>
                         <artifactId>myphonebook-ear</artifactId>
                         <version>${version}</version>
                         <type>ear</type>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/myphonebook/myphonebook-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/myphonebook/myphonebook-tomcat/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/myphonebook/myphonebook-tomcat/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/myphonebook/myphonebook-tomcat/pom.xml Wed Nov 16 11:33:16 2011
@@ -25,12 +25,12 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>myphonebook</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
-    <groupId>org.apache.geronimo.samples</groupId>
+    <groupId>org.apache.geronimo.samples.javaee5</groupId>
     <artifactId>myphonebook-tomcat</artifactId>
     <name>Geronimo Samples :: myphonebook :: plugin for tomcat</name>
     <packaging>car</packaging>
@@ -39,7 +39,7 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.apache.geronimo.samples</groupId>
+            <groupId>org.apache.geronimo.samples.javaee5</groupId>
             <artifactId>myphonebook-ear</artifactId>
             <version>${version}</version>
             <type>ear</type>
@@ -125,7 +125,7 @@
                         <deploymentConfig>${jpaDeployer}</deploymentConfig>
                     </deploymentConfigs>
                     <module>
-                        <groupId>org.apache.geronimo.samples</groupId>
+                        <groupId>org.apache.geronimo.samples.javaee5</groupId>
                         <artifactId>myphonebook-ear</artifactId>
                         <version>${version}</version>
                         <type>ear</type>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/myphonebook/myphonebook-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/myphonebook/myphonebook-war/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/myphonebook/myphonebook-war/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/myphonebook/myphonebook-war/pom.xml Wed Nov 16 11:33:16 2011
@@ -25,9 +25,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>myphonebook</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>myphonebook-war</artifactId>
@@ -38,7 +38,7 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.apache.geronimo.samples</groupId>
+            <groupId>org.apache.geronimo.samples.javaee5</groupId>
             <artifactId>myphonebook-ejb</artifactId>
             <version>${version}</version>
             <scope>provided</scope>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/myphonebook/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/myphonebook/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/myphonebook/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/myphonebook/pom.xml Wed Nov 16 11:33:16 2011
@@ -25,9 +25,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>javaee5</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>myphonebook</artifactId>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/mytime/mytime-ear/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/mytime/mytime-ear/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/mytime/mytime-ear/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/mytime/mytime-ear/pom.xml Wed Nov 16 11:33:16 2011
@@ -25,9 +25,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>mytime</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>mytime-ear</artifactId>
@@ -38,14 +38,14 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.apache.geronimo.samples</groupId>
+            <groupId>org.apache.geronimo.samples.javaee5</groupId>
             <artifactId>mytime-war</artifactId>
             <version>${version}</version>
             <type>war</type>
         </dependency>
 
         <dependency>
-            <groupId>org.apache.geronimo.samples</groupId>
+            <groupId>org.apache.geronimo.samples.javaee5</groupId>
             <artifactId>mytime-ejb</artifactId>
             <version>${version}</version>
             <type>ejb</type>
@@ -62,13 +62,13 @@
                     <version>5</version>
                     <modules>
                         <ejbModule>
-                            <groupId>org.apache.geronimo.samples</groupId>
+                            <groupId>org.apache.geronimo.samples.javaee5</groupId>
                             <artifactId>mytime-ejb</artifactId>
                             <bundleFileName>mytime-ejb-${version}.jar</bundleFileName>
                         </ejbModule>
 
                         <webModule>
-                            <groupId>org.apache.geronimo.samples</groupId>
+                            <groupId>org.apache.geronimo.samples.javaee5</groupId>
                             <artifactId>mytime-war</artifactId>
                             <contextRoot>/mytime</contextRoot>
                             <bundleFileName>mytime-war-${version}.war</bundleFileName>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/mytime/mytime-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/mytime/mytime-ejb/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/mytime/mytime-ejb/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/mytime/mytime-ejb/pom.xml Wed Nov 16 11:33:16 2011
@@ -25,9 +25,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>mytime</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>mytime-ejb</artifactId>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/mytime/mytime-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/mytime/mytime-jetty/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/mytime/mytime-jetty/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/mytime/mytime-jetty/pom.xml Wed Nov 16 11:33:16 2011
@@ -25,12 +25,12 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>mytime</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
-    <groupId>org.apache.geronimo.samples</groupId>
+    <groupId>org.apache.geronimo.samples.javaee5</groupId>
     <artifactId>mytime-jetty</artifactId>
     <name>Geronimo Samples :: mytime :: plugin for jetty</name>
     <packaging>car</packaging>
@@ -39,7 +39,7 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.apache.geronimo.samples</groupId>
+            <groupId>org.apache.geronimo.samples.javaee5</groupId>
             <artifactId>mytime-ear</artifactId>
             <version>${version}</version>
             <type>ear</type>
@@ -119,7 +119,7 @@
                         <deploymentConfig>${jpaDeployer}</deploymentConfig>
                     </deploymentConfigs>
                     <module>
-                        <groupId>org.apache.geronimo.samples</groupId>
+                        <groupId>org.apache.geronimo.samples.javaee5</groupId>
                         <artifactId>mytime-ear</artifactId>
                         <version>${version}</version>
                         <type>ear</type>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/mytime/mytime-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/mytime/mytime-tomcat/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/mytime/mytime-tomcat/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/mytime/mytime-tomcat/pom.xml Wed Nov 16 11:33:16 2011
@@ -25,12 +25,12 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>mytime</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
-    <groupId>org.apache.geronimo.samples</groupId>
+    <groupId>org.apache.geronimo.samples.javaee5</groupId>
     <artifactId>mytime-tomcat</artifactId>
     <name>Geronimo Samples :: mytime :: plugin for tomcat</name>
     <packaging>car</packaging>
@@ -39,7 +39,7 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.apache.geronimo.samples</groupId>
+            <groupId>org.apache.geronimo.samples.javaee5</groupId>
             <artifactId>mytime-ear</artifactId>
             <version>${version}</version>
             <type>ear</type>
@@ -119,7 +119,7 @@
                         <deploymentConfig>${jpaDeployer}</deploymentConfig>
                     </deploymentConfigs>
                     <module>
-                        <groupId>org.apache.geronimo.samples</groupId>
+                        <groupId>org.apache.geronimo.samples.javaee5</groupId>
                         <artifactId>mytime-ear</artifactId>
                         <version>${version}</version>
                         <type>ear</type>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/mytime/mytime-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/mytime/mytime-war/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/mytime/mytime-war/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/mytime/mytime-war/pom.xml Wed Nov 16 11:33:16 2011
@@ -25,9 +25,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>mytime</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>mytime-war</artifactId>
@@ -38,7 +38,7 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.apache.geronimo.samples</groupId>
+            <groupId>org.apache.geronimo.samples.javaee5</groupId>
             <artifactId>mytime-ejb</artifactId>
             <version>${version}</version>
             <scope>provided</scope>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/mytime/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/mytime/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/mytime/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/mytime/pom.xml Wed Nov 16 11:33:16 2011
@@ -25,9 +25,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>javaee5</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>mytime</artifactId>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/pom.xml Wed Nov 16 11:33:16 2011
@@ -24,8 +24,10 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>samples</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
+    
+    <groupId>org.apache.geronimo.samples.javaee5</groupId>
     <artifactId>javaee5</artifactId>
     <name>Geronimo Samples :: Java EE 5 Samples</name>
     <packaging>pom</packaging>
@@ -92,7 +94,7 @@
             <activation>
                 <activeByDefault>true</activeByDefault>
             </activation>
-            <modules>                
+            <modules>                     
                 <module>customer</module>
                 <!--<module>async-http</module>-->
                 <module>bank</module>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/sample-datasource/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/sample-datasource/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/sample-datasource/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/sample-datasource/pom.xml Wed Nov 16 11:33:16 2011
@@ -24,12 +24,11 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>javaee5</artifactId>
         <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
-
-    <groupId>org.apache.geronimo.samples</groupId>
+    
     <artifactId>sample-datasource</artifactId>
     <packaging>car</packaging>
     <name>Geronimo Samples :: sample-datasource</name>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/sendmail/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/sendmail/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/sendmail/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/sendmail/pom.xml Wed Nov 16 11:33:16 2011
@@ -25,9 +25,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>javaee5</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>sendmail</artifactId>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/sendmail/sendmail-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/sendmail/sendmail-jetty/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/sendmail/sendmail-jetty/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/sendmail/sendmail-jetty/pom.xml Wed Nov 16 11:33:16 2011
@@ -25,12 +25,12 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>sendmail</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
-    <groupId>org.apache.geronimo.samples</groupId>
+    <groupId>org.apache.geronimo.samples.javaee5</groupId>
     <artifactId>sendmail-jetty</artifactId>
     <name>Geronimo Samples :: sendmail :: plugin for jetty</name>
     <packaging>car</packaging>
@@ -39,7 +39,7 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.apache.geronimo.samples</groupId>
+            <groupId>org.apache.geronimo.samples.javaee5</groupId>
             <artifactId>sendmail-war</artifactId>
             <version>${version}</version>
             <type>war</type>
@@ -102,7 +102,7 @@
                         <deploymentConfig>${jasperDeployer}</deploymentConfig>
                     </deploymentConfigs>
                     <module>
-                        <groupId>org.apache.geronimo.samples</groupId>
+                        <groupId>org.apache.geronimo.samples.javaee5</groupId>
                         <artifactId>sendmail-war</artifactId>
                         <version>${version}</version>
                         <type>war</type>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/sendmail/sendmail-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/sendmail/sendmail-tomcat/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/sendmail/sendmail-tomcat/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/sendmail/sendmail-tomcat/pom.xml Wed Nov 16 11:33:16 2011
@@ -25,12 +25,12 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>sendmail</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
-    <groupId>org.apache.geronimo.samples</groupId>
+    <groupId>org.apache.geronimo.samples.javaee5</groupId>
     <artifactId>sendmail-tomcat</artifactId>
     <name>Geronimo Samples :: sendmail :: plugin for tomcat</name>
     <packaging>car</packaging>
@@ -39,7 +39,7 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.apache.geronimo.samples</groupId>
+            <groupId>org.apache.geronimo.samples.javaee5</groupId>
             <artifactId>sendmail-war</artifactId>
             <version>${version}</version>
             <type>war</type>
@@ -102,7 +102,7 @@
                         <deploymentConfig>${jasperDeployer}</deploymentConfig>
                     </deploymentConfigs>
                     <module>
-                        <groupId>org.apache.geronimo.samples</groupId>
+                        <groupId>org.apache.geronimo.samples.javaee5</groupId>
                         <artifactId>sendmail-war</artifactId>
                         <version>${version}</version>
                         <type>war</type>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/sendmail/sendmail-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/sendmail/sendmail-war/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/sendmail/sendmail-war/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/sendmail/sendmail-war/pom.xml Wed Nov 16 11:33:16 2011
@@ -25,9 +25,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>sendmail</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>sendmail-war</artifactId>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/servlet-examples/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/servlet-examples/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/servlet-examples/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/servlet-examples/pom.xml Wed Nov 16 11:33:16 2011
@@ -25,9 +25,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>javaee5</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>servlet-examples</artifactId>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/servlet-examples/servlet-examples-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/servlet-examples/servlet-examples-jetty/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/servlet-examples/servlet-examples-jetty/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/servlet-examples/servlet-examples-jetty/pom.xml Wed Nov 16 11:33:16 2011
@@ -23,12 +23,11 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>servlet-examples</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
-
-    <groupId>org.apache.geronimo.samples</groupId>
+   
     <artifactId>servlet-examples-jetty</artifactId>
     <name>Geronimo Samples :: servlet-examples :: plugin for jetty</name>
     <packaging>car</packaging>
@@ -38,7 +37,7 @@
     <dependencies>
 
         <dependency>
-            <groupId>org.apache.geronimo.samples</groupId>
+           <groupId>org.apache.geronimo.samples.javaee5</groupId>
             <artifactId>servlet-examples-war</artifactId>
             <version>${version}</version>
             <type>war</type>
@@ -86,7 +85,7 @@
                         <deploymentConfig>${jettyDeployer}</deploymentConfig>
                     </deploymentConfigs>
                     <module>
-                        <groupId>org.apache.geronimo.samples</groupId>
+                        <groupId>org.apache.geronimo.samples.javaee5</groupId>
                         <artifactId>servlet-examples-war</artifactId>
                         <version>${version}</version>
                         <type>war</type>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/servlet-examples/servlet-examples-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/servlet-examples/servlet-examples-tomcat/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/servlet-examples/servlet-examples-tomcat/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/servlet-examples/servlet-examples-tomcat/pom.xml Wed Nov 16 11:33:16 2011
@@ -23,12 +23,12 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>servlet-examples</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
-    <groupId>org.apache.geronimo.samples</groupId>
+    <groupId>org.apache.geronimo.samples.javaee5</groupId>
     <artifactId>servlet-examples-tomcat</artifactId>
     <name>Geronimo Samples :: servlet-examples :: plugin for tomcat</name>
     <packaging>car</packaging>
@@ -38,7 +38,7 @@
     <dependencies>
 
         <dependency>
-            <groupId>org.apache.geronimo.samples</groupId>
+            <groupId>org.apache.geronimo.samples.javaee5</groupId>
             <artifactId>servlet-examples-war</artifactId>
             <version>${version}</version>
             <type>war</type>
@@ -81,7 +81,7 @@
                         <deploymentConfig>${tomcatDeployer}</deploymentConfig>
                     </deploymentConfigs>
                     <module>
-                        <groupId>org.apache.geronimo.samples</groupId>
+                        <groupId>org.apache.geronimo.samples.javaee5</groupId>
                         <artifactId>servlet-examples-war</artifactId>
                         <version>${version}</version>
                         <type>war</type>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/servlet-examples/servlet-examples-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/servlet-examples/servlet-examples-war/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/servlet-examples/servlet-examples-war/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/servlet-examples/servlet-examples-war/pom.xml Wed Nov 16 11:33:16 2011
@@ -23,9 +23,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>servlet-examples</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>servlet-examples-war</artifactId>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/timereport/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/timereport/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/timereport/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/timereport/pom.xml Wed Nov 16 11:33:16 2011
@@ -25,9 +25,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>javaee5</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>timereport</artifactId>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/timereport/timereport-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/timereport/timereport-jetty/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/timereport/timereport-jetty/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/timereport/timereport-jetty/pom.xml Wed Nov 16 11:33:16 2011
@@ -25,12 +25,12 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>timereport</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
-    <groupId>org.apache.geronimo.samples</groupId>
+    <groupId>org.apache.geronimo.samples.javaee5</groupId>
     <artifactId>timereport-jetty</artifactId>
     <name>Geronimo Samples :: timereport :: plugin for jetty</name>
     <packaging>car</packaging>
@@ -39,7 +39,7 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.apache.geronimo.samples</groupId>
+            <groupId>org.apache.geronimo.samples.javaee5</groupId>
             <artifactId>timereport-war</artifactId>
             <version>${version}</version>
             <type>war</type>
@@ -102,7 +102,7 @@
                         <deploymentConfig>${jasperDeployer}</deploymentConfig>
                     </deploymentConfigs>
                     <module>
-                        <groupId>org.apache.geronimo.samples</groupId>
+                        <groupId>org.apache.geronimo.samples.javaee5</groupId>
                         <artifactId>timereport-war</artifactId>
                         <version>${version}</version>
                         <type>war</type>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/timereport/timereport-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/timereport/timereport-tomcat/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/timereport/timereport-tomcat/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/timereport/timereport-tomcat/pom.xml Wed Nov 16 11:33:16 2011
@@ -25,12 +25,12 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>timereport</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
-    <groupId>org.apache.geronimo.samples</groupId>
+    <groupId>org.apache.geronimo.samples.javaee5</groupId>
     <artifactId>timereport-tomcat</artifactId>
     <name>Geronimo Samples :: timereport :: plugin for tomcat</name>
     <packaging>car</packaging>
@@ -39,7 +39,7 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.apache.geronimo.samples</groupId>
+            <groupId>org.apache.geronimo.samples.javaee5</groupId>
             <artifactId>timereport-war</artifactId>
             <version>${version}</version>
             <type>war</type>
@@ -102,7 +102,7 @@
                         <deploymentConfig>${jasperDeployer}</deploymentConfig>
                     </deploymentConfigs>
                     <module>
-                        <groupId>org.apache.geronimo.samples</groupId>
+                        <groupId>org.apache.geronimo.samples.javaee5</groupId>
                         <artifactId>timereport-war</artifactId>
                         <version>${version}</version>
                         <type>war</type>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee5/timereport/timereport-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee5/timereport/timereport-war/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee5/timereport/timereport-war/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee5/timereport/timereport-war/pom.xml Wed Nov 16 11:33:16 2011
@@ -25,9 +25,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
+        <groupId>org.apache.geronimo.samples.javaee5</groupId>
         <artifactId>timereport</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>timereport-war</artifactId>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee6/converter-javaee6/converter-javaee6-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee6/converter-javaee6/converter-javaee6-jetty/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee6/converter-javaee6/converter-javaee6-jetty/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee6/converter-javaee6/converter-javaee6-jetty/pom.xml Wed Nov 16 11:33:16 2011
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>converter-javaee6</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>converter-javaee6-jetty</artifactId>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee6/converter-javaee6/converter-javaee6-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee6/converter-javaee6/converter-javaee6-tomcat/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee6/converter-javaee6/converter-javaee6-tomcat/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee6/converter-javaee6/converter-javaee6-tomcat/pom.xml Wed Nov 16 11:33:16 2011
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>converter-javaee6</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>converter-javaee6-tomcat</artifactId>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee6/converter-javaee6/converter-javaee6-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee6/converter-javaee6/converter-javaee6-war/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee6/converter-javaee6/converter-javaee6-war/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee6/converter-javaee6/converter-javaee6-war/pom.xml Wed Nov 16 11:33:16 2011
@@ -19,14 +19,15 @@
         $Rev$ $Date$
     -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>converter-javaee6</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>converter-javaee6-war</artifactId>
@@ -63,7 +64,9 @@
                         <configuration>
                             <tasks>
                                 <echo>Copying site directory from parent</echo>
-                                <copy todir="${project.build.directory}/${pom.artifactId}-3.0-SNAPSHOT" failonerror="false" overwrite="true">
+                                <copy
+                                    todir="${project.build.directory}/${pom.artifactId}-3.0-SNAPSHOT"
+                                    failonerror="false" overwrite="true">
                                     <fileset dir="${pom.basedir}/../docs" />
                                 </copy>
                             </tasks>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee6/converter-javaee6/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee6/converter-javaee6/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee6/converter-javaee6/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee6/converter-javaee6/pom.xml Wed Nov 16 11:33:16 2011
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>javaee6</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
     
     <artifactId>converter-javaee6</artifactId>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee6/cviewer-javaee6/cviewer-javaee6-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee6/cviewer-javaee6/cviewer-javaee6-jetty/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee6/cviewer-javaee6/cviewer-javaee6-jetty/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee6/cviewer-javaee6/cviewer-javaee6-jetty/pom.xml Wed Nov 16 11:33:16 2011
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>cviewer-javaee6</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>cviewer-javaee6-jetty</artifactId>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee6/cviewer-javaee6/cviewer-javaee6-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee6/cviewer-javaee6/cviewer-javaee6-tomcat/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee6/cviewer-javaee6/cviewer-javaee6-tomcat/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee6/cviewer-javaee6/cviewer-javaee6-tomcat/pom.xml Wed Nov 16 11:33:16 2011
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>cviewer-javaee6</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>cviewer-javaee6-tomcat</artifactId>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee6/cviewer-javaee6/cviewer-javaee6-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee6/cviewer-javaee6/cviewer-javaee6-war/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee6/cviewer-javaee6/cviewer-javaee6-war/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee6/cviewer-javaee6/cviewer-javaee6-war/pom.xml Wed Nov 16 11:33:16 2011
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>cviewer-javaee6</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>cviewer-javaee6-war</artifactId>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee6/cviewer-javaee6/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee6/cviewer-javaee6/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee6/cviewer-javaee6/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee6/cviewer-javaee6/pom.xml Wed Nov 16 11:33:16 2011
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>javaee6</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
     
     <artifactId>cviewer-javaee6</artifactId>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee6/ejbtimer-javaee6/ejbtimer-javaee6-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee6/ejbtimer-javaee6/ejbtimer-javaee6-jetty/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee6/ejbtimer-javaee6/ejbtimer-javaee6-jetty/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee6/ejbtimer-javaee6/ejbtimer-javaee6-jetty/pom.xml Wed Nov 16 11:33:16 2011
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>ejbtimer-javaee6</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>ejbtimer-javaee6-jetty</artifactId>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee6/ejbtimer-javaee6/ejbtimer-javaee6-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee6/ejbtimer-javaee6/ejbtimer-javaee6-tomcat/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee6/ejbtimer-javaee6/ejbtimer-javaee6-tomcat/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee6/ejbtimer-javaee6/ejbtimer-javaee6-tomcat/pom.xml Wed Nov 16 11:33:16 2011
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>ejbtimer-javaee6</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>ejbtimer-javaee6-tomcat</artifactId>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee6/ejbtimer-javaee6/ejbtimer-javaee6-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee6/ejbtimer-javaee6/ejbtimer-javaee6-war/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee6/ejbtimer-javaee6/ejbtimer-javaee6-war/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee6/ejbtimer-javaee6/ejbtimer-javaee6-war/pom.xml Wed Nov 16 11:33:16 2011
@@ -19,14 +19,15 @@
         $Rev$ $Date$
     -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>ejbtimer-javaee6</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>ejbtimer-javaee6-war</artifactId>
@@ -50,7 +51,9 @@
                         <configuration>
                             <tasks>
                                 <echo>Copying site directory from parent</echo>
-                                <copy todir="${project.build.directory}/${pom.artifactId}-3.0-SNAPSHOT" failonerror="false" overwrite="true">
+                                <copy
+                                    todir="${project.build.directory}/${pom.artifactId}-3.0-SNAPSHOT"
+                                    failonerror="false" overwrite="true">
                                     <fileset dir="${pom.basedir}/../docs" />
                                 </copy>
                             </tasks>
@@ -90,7 +93,10 @@
                                 <configuration>
                                     <tasks>
                                         <echo>Rename persistence-openjpa.xml to persistence.xml</echo>
-                                        <copy file="${basedir}/src/main/resources/META-INF/persistence_openjpa.xml" tofile="${project.build.directory}/${pom.artifactId}-${version}/WEB-INF/classes/META-INF/persistence.xml" overwrite="true" />
+                                        <copy
+                                            file="${basedir}/src/main/resources/META-INF/persistence_openjpa.xml"
+                                            tofile="${project.build.directory}/${pom.artifactId}-${version}/WEB-INF/classes/META-INF/persistence.xml"
+                                            overwrite="true" />
                                     </tasks>
                                 </configuration>
                             </execution>
@@ -123,7 +129,10 @@
                                 <configuration>
                                     <tasks>
                                         <echo>Rename persistence-hibernate.xml to persistence.xml</echo>
-                                        <copy file="${basedir}/src/main/resources/META-INF/persistence_hibernate.xml" tofile="${project.build.directory}/${pom.artifactId}-${version}/WEB-INF/classes/META-INF/persistence.xml" overwrite="true" />
+                                        <copy
+                                            file="${basedir}/src/main/resources/META-INF/persistence_hibernate.xml"
+                                            tofile="${project.build.directory}/${pom.artifactId}-${version}/WEB-INF/classes/META-INF/persistence.xml"
+                                            overwrite="true" />
                                     </tasks>
                                 </configuration>
                             </execution>
@@ -156,7 +165,10 @@
                                 <configuration>
                                     <tasks>
                                         <echo>Rename persistence-eclipselink.xml to persistence.xml</echo>
-                                        <copy file="${basedir}/src/main/resources/META-INF/persistence_eclipselink.xml" tofile="${project.build.directory}/${pom.artifactId}-${version}/WEB-INF/classes/META-INF/persistence.xml" overwrite="true" />
+                                        <copy
+                                            file="${basedir}/src/main/resources/META-INF/persistence_eclipselink.xml"
+                                            tofile="${project.build.directory}/${pom.artifactId}-${version}/WEB-INF/classes/META-INF/persistence.xml"
+                                            overwrite="true" />
                                     </tasks>
                                 </configuration>
                             </execution>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee6/ejbtimer-javaee6/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee6/ejbtimer-javaee6/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee6/ejbtimer-javaee6/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee6/ejbtimer-javaee6/pom.xml Wed Nov 16 11:33:16 2011
@@ -19,20 +19,21 @@
         $Rev$ $Date$
     -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>javaee6</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>ejbtimer-javaee6</artifactId>
     <name>Geronimo Samples :: ejbtimer-javaee6</name>
     <packaging>pom</packaging>
-    <version>3.0-beta-2-SNAPSHOT</version>
+    <version>3.0-beta-1-SNAPSHOT</version>
 
     <description>
         Geronimo ejbtimer-javaee6 sample created from an archetype.

Modified: geronimo/samples/branches/3.0-beta/samples/javaee6/fileupload-javaee6/fileupload-javaee6-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee6/fileupload-javaee6/fileupload-javaee6-jetty/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee6/fileupload-javaee6/fileupload-javaee6-jetty/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee6/fileupload-javaee6/fileupload-javaee6-jetty/pom.xml Wed Nov 16 11:33:16 2011
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>fileupload-javaee6</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.samples</groupId>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee6/fileupload-javaee6/fileupload-javaee6-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee6/fileupload-javaee6/fileupload-javaee6-tomcat/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee6/fileupload-javaee6/fileupload-javaee6-tomcat/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee6/fileupload-javaee6/fileupload-javaee6-tomcat/pom.xml Wed Nov 16 11:33:16 2011
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>fileupload-javaee6</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.samples</groupId>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee6/fileupload-javaee6/fileupload-javaee6-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee6/fileupload-javaee6/fileupload-javaee6-war/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee6/fileupload-javaee6/fileupload-javaee6-war/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee6/fileupload-javaee6/fileupload-javaee6-war/pom.xml Wed Nov 16 11:33:16 2011
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>fileupload-javaee6</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>fileupload-javaee6-war</artifactId>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee6/fileupload-javaee6/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee6/fileupload-javaee6/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee6/fileupload-javaee6/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee6/fileupload-javaee6/pom.xml Wed Nov 16 11:33:16 2011
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>javaee6</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
     
     <artifactId>fileupload-javaee6</artifactId>

Modified: geronimo/samples/branches/3.0-beta/samples/javaee6/jarresource-javaee6/jarresource-javaee6-jar/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta/samples/javaee6/jarresource-javaee6/jarresource-javaee6-jar/pom.xml?rev=1202643&r1=1202642&r2=1202643&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta/samples/javaee6/jarresource-javaee6/jarresource-javaee6-jar/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta/samples/javaee6/jarresource-javaee6/jarresource-javaee6-jar/pom.xml Wed Nov 16 11:33:16 2011
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>jarresource-javaee6</artifactId>
-        <version>3.0-beta-2-SNAPSHOT</version>
+        <version>3.0-beta-1-SNAPSHOT</version>
     </parent>
 
     <artifactId>jarresource-javaee6-jar</artifactId>