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/01/06 05:10:11 UTC

svn commit: r1055742 - in /geronimo/daytrader/branches/2.2: ./ assemblies/ assemblies/javaee/ assemblies/javaee/daytrader-ear/ assemblies/javaee/daytrader-war/ assemblies/web/ assemblies/web/daytrader-web-jdbc/ assemblies/web/daytrader-web-jpa/ modules...

Author: violalu
Date: Thu Jan  6 04:10:10 2011
New Revision: 1055742

URL: http://svn.apache.org/viewvc?rev=1055742&view=rev
Log:
revert to r105542.

Modified:
    geronimo/daytrader/branches/2.2/assemblies/javaee/daytrader-ear/pom.xml
    geronimo/daytrader/branches/2.2/assemblies/javaee/daytrader-war/pom.xml
    geronimo/daytrader/branches/2.2/assemblies/javaee/pom.xml
    geronimo/daytrader/branches/2.2/assemblies/pom.xml
    geronimo/daytrader/branches/2.2/assemblies/web/daytrader-web-jdbc/pom.xml
    geronimo/daytrader/branches/2.2/assemblies/web/daytrader-web-jpa/pom.xml
    geronimo/daytrader/branches/2.2/assemblies/web/pom.xml
    geronimo/daytrader/branches/2.2/modules/beans/pom.xml
    geronimo/daytrader/branches/2.2/modules/core/pom.xml
    geronimo/daytrader/branches/2.2/modules/ejb3/pom.xml
    geronimo/daytrader/branches/2.2/modules/entities/pom.xml
    geronimo/daytrader/branches/2.2/modules/json-proxy/pom.xml
    geronimo/daytrader/branches/2.2/modules/pom.xml
    geronimo/daytrader/branches/2.2/modules/soap/pom.xml
    geronimo/daytrader/branches/2.2/modules/streamer/pom.xml
    geronimo/daytrader/branches/2.2/modules/util/pom.xml
    geronimo/daytrader/branches/2.2/modules/web/pom.xml
    geronimo/daytrader/branches/2.2/modules/wsappclient/pom.xml
    geronimo/daytrader/branches/2.2/plugins/daytrader-derby-datasource/pom.xml
    geronimo/daytrader/branches/2.2/plugins/daytrader-jetty/pom.xml
    geronimo/daytrader/branches/2.2/plugins/daytrader-jms/pom.xml
    geronimo/daytrader/branches/2.2/plugins/daytrader-tomcat/pom.xml
    geronimo/daytrader/branches/2.2/plugins/daytrader-web-jdbc-jetty/pom.xml
    geronimo/daytrader/branches/2.2/plugins/daytrader-web-jdbc-tomcat/pom.xml
    geronimo/daytrader/branches/2.2/plugins/daytrader-web-jpa-jetty/pom.xml
    geronimo/daytrader/branches/2.2/plugins/daytrader-web-jpa-tomcat/pom.xml
    geronimo/daytrader/branches/2.2/plugins/pom.xml
    geronimo/daytrader/branches/2.2/pom.xml

Modified: geronimo/daytrader/branches/2.2/assemblies/javaee/daytrader-ear/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.2/assemblies/javaee/daytrader-ear/pom.xml?rev=1055742&r1=1055741&r2=1055742&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/assemblies/javaee/daytrader-ear/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/assemblies/javaee/daytrader-ear/pom.xml Thu Jan  6 04:10:10 2011
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader.assemblies</groupId>
         <artifactId>javaee</artifactId>
-        <version>2.2.2-SNAPSHOT</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.daytrader.assemblies.javaee</groupId>

Modified: geronimo/daytrader/branches/2.2/assemblies/javaee/daytrader-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.2/assemblies/javaee/daytrader-war/pom.xml?rev=1055742&r1=1055741&r2=1055742&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/assemblies/javaee/daytrader-war/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/assemblies/javaee/daytrader-war/pom.xml Thu Jan  6 04:10:10 2011
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader.assemblies</groupId>
         <artifactId>javaee</artifactId>
-        <version>2.2.2-SNAPSHOT</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.daytrader.assemblies.javaee</groupId>
@@ -164,7 +164,8 @@
                         </manifestEntries>
                     </archive>
                     <resources>
-                        <resource implementation="org.apache.maven.model.Resource">
+                        <resource
+                                implementation="org.apache.maven.model.Resource">
                             <filtering>true</filtering>
                             <directory>
                                 ${basedir}/src/main/webapp/WEB-INF

Modified: geronimo/daytrader/branches/2.2/assemblies/javaee/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.2/assemblies/javaee/pom.xml?rev=1055742&r1=1055741&r2=1055742&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/assemblies/javaee/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/assemblies/javaee/pom.xml Thu Jan  6 04:10:10 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader</groupId>
         <artifactId>assemblies</artifactId>
-        <version>2.2.2-SNAPSHOT</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.daytrader.assemblies</groupId>

Modified: geronimo/daytrader/branches/2.2/assemblies/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.2/assemblies/pom.xml?rev=1055742&r1=1055741&r2=1055742&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/assemblies/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/assemblies/pom.xml Thu Jan  6 04:10:10 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader</groupId>
         <artifactId>daytrader-parent</artifactId>
-        <version>2.2.2-SNAPSHOT</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.daytrader</groupId>

Modified: geronimo/daytrader/branches/2.2/assemblies/web/daytrader-web-jdbc/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.2/assemblies/web/daytrader-web-jdbc/pom.xml?rev=1055742&r1=1055741&r2=1055742&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/assemblies/web/daytrader-web-jdbc/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/assemblies/web/daytrader-web-jdbc/pom.xml Thu Jan  6 04:10:10 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader.assemblies</groupId>
         <artifactId>web</artifactId>
-        <version>2.2.2-SNAPSHOT</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.daytrader.assemblies.web</groupId>

Modified: geronimo/daytrader/branches/2.2/assemblies/web/daytrader-web-jpa/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.2/assemblies/web/daytrader-web-jpa/pom.xml?rev=1055742&r1=1055741&r2=1055742&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/assemblies/web/daytrader-web-jpa/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/assemblies/web/daytrader-web-jpa/pom.xml Thu Jan  6 04:10:10 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader.assemblies</groupId>
         <artifactId>web</artifactId>
-        <version>2.2.2-SNAPSHOT</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.daytrader.assemblies.web</groupId>

Modified: geronimo/daytrader/branches/2.2/assemblies/web/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.2/assemblies/web/pom.xml?rev=1055742&r1=1055741&r2=1055742&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/assemblies/web/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/assemblies/web/pom.xml Thu Jan  6 04:10:10 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader</groupId>
         <artifactId>assemblies</artifactId>
-        <version>2.2.2-SNAPSHOT</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.daytrader.assemblies</groupId>

Modified: geronimo/daytrader/branches/2.2/modules/beans/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.2/modules/beans/pom.xml?rev=1055742&r1=1055741&r2=1055742&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/modules/beans/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/modules/beans/pom.xml Thu Jan  6 04:10:10 2011
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader</groupId>
         <artifactId>modules</artifactId>
-        <version>2.2.2-SNAPSHOT</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.daytrader.modules</groupId>
@@ -126,16 +126,18 @@
                             <tasks>
                                 <path id="enhance.path.ref">
                                     <fileset dir="${project.build.outputDirectory}">
-                                        <include name="*Bean*/*.class" />
+                                        <include name="*Bean*/*.class"/>
                                     </fileset>
                                 </path>
-                                <pathconvert property="enhance.files" refid="enhance.path.ref" pathsep=" " />
+                                <pathconvert property="enhance.files"
+                                             refid="enhance.path.ref"
+                                             pathsep=" "/>
                                 <java classname="org.apache.openjpa.enhance.PCEnhancer">
-                                    <arg line="-p persistence.xml" />
-                                    <arg line="${enhance.files}" />
+                                    <arg line="-p persistence.xml"/>
+                                    <arg line="${enhance.files}"/>
                                     <classpath>
-                                        <path refid="maven.dependency.classpath" />
-                                        <path refid="maven.compile.classpath" />
+                                        <path refid="maven.dependency.classpath"/>
+                                        <path refid="maven.compile.classpath"/>
                                     </classpath>
                                 </java>
                             </tasks>

Modified: geronimo/daytrader/branches/2.2/modules/core/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.2/modules/core/pom.xml?rev=1055742&r1=1055741&r2=1055742&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/modules/core/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/modules/core/pom.xml Thu Jan  6 04:10:10 2011
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader</groupId>
         <artifactId>modules</artifactId>
-        <version>2.2.2-SNAPSHOT</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.daytrader.modules</groupId>
@@ -149,16 +149,18 @@
                             <tasks>
                                 <path id="enhance.path.ref">
                                     <fileset dir="${project.build.outputDirectory}">
-                                        <include name="*Bean*/*.class" />
+                                        <include name="*Bean*/*.class"/>
                                     </fileset>
                                 </path>
-                                <pathconvert property="enhance.files" refid="enhance.path.ref" pathsep=" " />
+                                <pathconvert property="enhance.files"
+                                             refid="enhance.path.ref"
+                                             pathsep=" "/>
                                 <java classname="org.apache.openjpa.enhance.PCEnhancer">
-                                    <arg line="-p persistence.xml" />
-                                    <arg line="${enhance.files}" />
+                                    <arg line="-p persistence.xml"/>
+                                    <arg line="${enhance.files}"/>
                                     <classpath>
-                                        <path refid="maven.dependency.classpath" />
-                                        <path refid="maven.compile.classpath" />
+                                        <path refid="maven.dependency.classpath"/>
+                                        <path refid="maven.compile.classpath"/>
                                     </classpath>
                                 </java>
                             </tasks>

Modified: geronimo/daytrader/branches/2.2/modules/ejb3/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.2/modules/ejb3/pom.xml?rev=1055742&r1=1055741&r2=1055742&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/modules/ejb3/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/modules/ejb3/pom.xml Thu Jan  6 04:10:10 2011
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader</groupId>
         <artifactId>modules</artifactId>
-        <version>2.2.2-SNAPSHOT</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.daytrader.modules</groupId>

Modified: geronimo/daytrader/branches/2.2/modules/entities/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.2/modules/entities/pom.xml?rev=1055742&r1=1055741&r2=1055742&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/modules/entities/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/modules/entities/pom.xml Thu Jan  6 04:10:10 2011
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader</groupId>
         <artifactId>modules</artifactId>
-        <version>2.2.2-SNAPSHOT</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.daytrader.modules</groupId>
@@ -123,16 +123,18 @@
                             <tasks>
                                 <path id="enhance.path.ref">
                                     <fileset dir="${project.build.outputDirectory}">
-                                        <include name="*Bean*/*.class" />
+                                        <include name="*Bean*/*.class"/>
                                     </fileset>
                                 </path>
-                                <pathconvert property="enhance.files" refid="enhance.path.ref" pathsep=" " />
+                                <pathconvert property="enhance.files"
+                                             refid="enhance.path.ref"
+                                             pathsep=" "/>
                                 <java classname="org.apache.openjpa.enhance.PCEnhancer">
-                                    <arg line="-p persistence.xml" />
-                                    <arg line="${enhance.files}" />
+                                    <arg line="-p persistence.xml"/>
+                                    <arg line="${enhance.files}"/>
                                     <classpath>
-                                        <path refid="maven.dependency.classpath" />
-                                        <path refid="maven.compile.classpath" />
+                                        <path refid="maven.dependency.classpath"/>
+                                        <path refid="maven.compile.classpath"/>
                                     </classpath>
                                 </java>
                             </tasks>

Modified: geronimo/daytrader/branches/2.2/modules/json-proxy/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.2/modules/json-proxy/pom.xml?rev=1055742&r1=1055741&r2=1055742&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/modules/json-proxy/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/modules/json-proxy/pom.xml Thu Jan  6 04:10:10 2011
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader</groupId>
         <artifactId>modules</artifactId>
-        <version>2.2.2-SNAPSHOT</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.daytrader</groupId>
@@ -67,11 +67,12 @@
                 <configuration>
                     <archive>
                         <manifestEntries>
-                            <Class-Path />
+                            <Class-Path/>
                         </manifestEntries>
                     </archive>
                     <resources>
-                        <resource implementation="org.apache.maven.model.Resource">
+                        <resource
+                                implementation="org.apache.maven.model.Resource">
                             <filtering>true</filtering>
                             <directory>
                                 ${basedir}/src/main/webapp/WEB-INF

Modified: geronimo/daytrader/branches/2.2/modules/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.2/modules/pom.xml?rev=1055742&r1=1055741&r2=1055742&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/modules/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/modules/pom.xml Thu Jan  6 04:10:10 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader</groupId>
         <artifactId>daytrader-parent</artifactId>
-        <version>2.2.2-SNAPSHOT</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.daytrader</groupId>

Modified: geronimo/daytrader/branches/2.2/modules/soap/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.2/modules/soap/pom.xml?rev=1055742&r1=1055741&r2=1055742&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/modules/soap/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/modules/soap/pom.xml Thu Jan  6 04:10:10 2011
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader</groupId>
         <artifactId>modules</artifactId>
-        <version>2.2.2-SNAPSHOT</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.daytrader.modules</groupId>

Modified: geronimo/daytrader/branches/2.2/modules/streamer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.2/modules/streamer/pom.xml?rev=1055742&r1=1055741&r2=1055742&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/modules/streamer/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/modules/streamer/pom.xml Thu Jan  6 04:10:10 2011
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader</groupId>
         <artifactId>modules</artifactId>
-        <version>2.2.2-SNAPSHOT</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.daytrader.modules</groupId>

Modified: geronimo/daytrader/branches/2.2/modules/util/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.2/modules/util/pom.xml?rev=1055742&r1=1055741&r2=1055742&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/modules/util/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/modules/util/pom.xml Thu Jan  6 04:10:10 2011
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader</groupId>
         <artifactId>modules</artifactId>
-        <version>2.2.2-SNAPSHOT</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.daytrader.modules</groupId>

Modified: geronimo/daytrader/branches/2.2/modules/web/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.2/modules/web/pom.xml?rev=1055742&r1=1055741&r2=1055742&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/modules/web/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/modules/web/pom.xml Thu Jan  6 04:10:10 2011
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader</groupId>
         <artifactId>modules</artifactId>
-        <version>2.2.2-SNAPSHOT</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.daytrader.modules</groupId>
@@ -150,7 +150,8 @@
                         </manifestEntries>
                     </archive>
                     <resources>
-                        <resource implementation="org.apache.maven.model.Resource">
+                        <resource
+                                implementation="org.apache.maven.model.Resource">
                             <filtering>true</filtering>
                             <directory>
                                 ${basedir}/src/main/webapp/WEB-INF

Modified: geronimo/daytrader/branches/2.2/modules/wsappclient/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.2/modules/wsappclient/pom.xml?rev=1055742&r1=1055741&r2=1055742&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/modules/wsappclient/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/modules/wsappclient/pom.xml Thu Jan  6 04:10:10 2011
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader</groupId>
         <artifactId>modules</artifactId>
-        <version>2.2.2-SNAPSHOT</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.daytrader.modules</groupId>

Modified: geronimo/daytrader/branches/2.2/plugins/daytrader-derby-datasource/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.2/plugins/daytrader-derby-datasource/pom.xml?rev=1055742&r1=1055741&r2=1055742&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/plugins/daytrader-derby-datasource/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/plugins/daytrader-derby-datasource/pom.xml Thu Jan  6 04:10:10 2011
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader</groupId>
         <artifactId>plugins</artifactId>
-        <version>2.2.2-SNAPSHOT</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.geronimo.daytrader.plugins</groupId>

Modified: geronimo/daytrader/branches/2.2/plugins/daytrader-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.2/plugins/daytrader-jetty/pom.xml?rev=1055742&r1=1055741&r2=1055742&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/plugins/daytrader-jetty/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/plugins/daytrader-jetty/pom.xml Thu Jan  6 04:10:10 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader</groupId>
         <artifactId>plugins</artifactId>
-        <version>2.2.2-SNAPSHOT</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.geronimo.daytrader.plugins</groupId>

Modified: geronimo/daytrader/branches/2.2/plugins/daytrader-jms/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.2/plugins/daytrader-jms/pom.xml?rev=1055742&r1=1055741&r2=1055742&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/plugins/daytrader-jms/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/plugins/daytrader-jms/pom.xml Thu Jan  6 04:10:10 2011
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader</groupId>
         <artifactId>plugins</artifactId>
-        <version>2.2.2-SNAPSHOT</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.daytrader.plugins</groupId>

Modified: geronimo/daytrader/branches/2.2/plugins/daytrader-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.2/plugins/daytrader-tomcat/pom.xml?rev=1055742&r1=1055741&r2=1055742&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/plugins/daytrader-tomcat/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/plugins/daytrader-tomcat/pom.xml Thu Jan  6 04:10:10 2011
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader</groupId>
         <artifactId>plugins</artifactId>
-        <version>2.2.2-SNAPSHOT</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.geronimo.daytrader.plugins</groupId>
@@ -200,48 +200,52 @@
                         <configuration>
                             <tasks>
                                 <echo>Copying manually generated geronimo-plugin.xml files for app daytrader ws client</echo>
-                                <copy todir="${project.build.directory}/repository/org/apache/geronimo/daytrader/plugins/daytrader-ws-client/${version}/daytrader-ws-client-${version}.car/META-INF" failonerror="false" overwrite="true">
-                                    <fileset dir="${basedir}/../plans/wsclient" includes="geronimo-plugin.xml" />
+                                <copy todir="${project.build.directory}/repository/org/apache/geronimo/daytrader/plugins/daytrader-ws-client/${version}/daytrader-ws-client-${version}.car/META-INF"
+                                    failonerror="false" overwrite="true">
+                                    <fileset dir="${basedir}/../plans/wsclient" includes="geronimo-plugin.xml"/>
                                 </copy>
 
                                 <echo>Copying manually generated geronimo-plugin.xml files for app daytrader streamer client</echo>
-                                <copy todir="${project.build.directory}/repository/org/apache/geronimo/daytrader/plugins/daytrader-streamer-client/${version}/daytrader-streamer-client-${version}.car/META-INF" failonerror="false" overwrite="true">
-                                    <fileset dir="${basedir}/../plans/streamerclient" includes="geronimo-plugin.xml" />
+                                <copy todir="${project.build.directory}/repository/org/apache/geronimo/daytrader/plugins/daytrader-streamer-client/${version}/daytrader-streamer-client-${version}.car/META-INF"
+                                    failonerror="false" overwrite="true">
+                                    <fileset dir="${basedir}/../plans/streamerclient" includes="geronimo-plugin.xml"/>
                                 </copy>
 
                                 <echo>Pack the daytrader ws client car file and install onto local repo</echo>
-                                <jar destfile="${project.build.directory}/daytrader-ws-client-${version}.car" basedir="${project.build.directory}/repository/org/apache/geronimo/daytrader/plugins/daytrader-ws-client/${version}/daytrader-ws-client-${version}.car" />
+                                <jar destfile="${project.build.directory}/daytrader-ws-client-${version}.car"
+                                    basedir="${project.build.directory}/repository/org/apache/geronimo/daytrader/plugins/daytrader-ws-client/${version}/daytrader-ws-client-${version}.car"/>
                                 
                                 <condition property="mvn.exe" value="mvn.bat" else="mvn">
-                                    <os family="windows" />
+                                    <os family="windows"/>
                                 </condition>
                                 <exec executable="${mvn.exe}">
-                                    <arg value="install:install-file" />
-                                    <arg value="-Dfile=${project.build.directory}/daytrader-ws-client-${version}.car" />
-                                    <arg value="-DgroupId=org.apache.geronimo.daytrader.plugins" />
-                                    <arg value="-DartifactId=daytrader-ws-client" />
-                                    <arg value="-Dversion=${version}" />
-                                    <arg value="-Dpackaging=car" />
-                                    <arg value="-DgeneratePom=true" />
-                                    <arg value="-DcreateChecksum=true" />
+                                    <arg value="install:install-file"/>
+                                    <arg value="-Dfile=${project.build.directory}/daytrader-ws-client-${version}.car"/>
+                                    <arg value="-DgroupId=org.apache.geronimo.daytrader.plugins"/>
+                                    <arg value="-DartifactId=daytrader-ws-client"/>
+                                    <arg value="-Dversion=${version}"/>
+                                    <arg value="-Dpackaging=car"/>
+                                    <arg value="-DgeneratePom=true"/>
+                                    <arg value="-DcreateChecksum=true"/>
                                 </exec>
                                 
                                 <echo>Pack the daytrader streamer client car file and install onto local repo</echo>
-                                <jar destfile="${project.build.directory}/daytrader-streamer-client-${version}.car" basedir="${project.build.directory}/repository/org/apache/geronimo/daytrader/plugins/daytrader-streamer-client/${version}/daytrader-streamer-client-${version}.car" />
+                                <jar destfile="${project.build.directory}/daytrader-streamer-client-${version}.car"
+                                    basedir="${project.build.directory}/repository/org/apache/geronimo/daytrader/plugins/daytrader-streamer-client/${version}/daytrader-streamer-client-${version}.car"/>
                                 
 
                                 <condition property="mvn.exe" value="mvn.bat" else="mvn">
-                                    <os family="windows" />
+                                    <os family="windows"/>
                                 </condition>
                                 <exec executable="${mvn.exe}">
-                                    <arg value="install:install-file" />
-                                    <arg value="-Dfile=${project.build.directory}/daytrader-streamer-client-${version}.car" />
-                                    <arg value="-DgroupId=org.apache.geronimo.daytrader.plugins" />
-                                    <arg value="-DartifactId=daytrader-streamer-client" />
-                                    <arg value="-Dversion=${version}" />
-                                    <arg value="-Dpackaging=car" />
-                                    <arg value="-DgeneratePom=true" />
-                                    <arg value="-DcreateChecksum=true" />
+                                    <arg value="install:install-file"/>
+                                    <arg value="-Dfile=${project.build.directory}/daytrader-streamer-client-${version}.car"/>
+                                    <arg value="-DgroupId=org.apache.geronimo.daytrader.plugins"/>
+                                    <arg value="-DartifactId=daytrader-streamer-client"/>
+                                    <arg value="-Dversion=${version}"/>
+                                    <arg value="-Dpackaging=car"/>
+                                    <arg value="-DgeneratePom=true"/>
+                                    <arg value="-DcreateChecksum=true"/>
                                 </exec>
 
                             </tasks>

Modified: geronimo/daytrader/branches/2.2/plugins/daytrader-web-jdbc-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.2/plugins/daytrader-web-jdbc-jetty/pom.xml?rev=1055742&r1=1055741&r2=1055742&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/plugins/daytrader-web-jdbc-jetty/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/plugins/daytrader-web-jdbc-jetty/pom.xml Thu Jan  6 04:10:10 2011
@@ -21,7 +21,7 @@
     <parent>
 	<groupId>org.apache.geronimo.daytrader</groupId>        
 	<artifactId>plugins</artifactId>        
-        <version>2.2.2-SNAPSHOT</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

Modified: geronimo/daytrader/branches/2.2/plugins/daytrader-web-jdbc-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.2/plugins/daytrader-web-jdbc-tomcat/pom.xml?rev=1055742&r1=1055741&r2=1055742&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/plugins/daytrader-web-jdbc-tomcat/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/plugins/daytrader-web-jdbc-tomcat/pom.xml Thu Jan  6 04:10:10 2011
@@ -21,7 +21,7 @@
     <parent>
 	<groupId>org.apache.geronimo.daytrader</groupId>        
 	<artifactId>plugins</artifactId>        
-        <version>2.2.2-SNAPSHOT</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

Modified: geronimo/daytrader/branches/2.2/plugins/daytrader-web-jpa-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.2/plugins/daytrader-web-jpa-jetty/pom.xml?rev=1055742&r1=1055741&r2=1055742&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/plugins/daytrader-web-jpa-jetty/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/plugins/daytrader-web-jpa-jetty/pom.xml Thu Jan  6 04:10:10 2011
@@ -21,7 +21,7 @@
     <parent>
 	<groupId>org.apache.geronimo.daytrader</groupId>        
 	<artifactId>plugins</artifactId>        
-        <version>2.2.2-SNAPSHOT</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

Modified: geronimo/daytrader/branches/2.2/plugins/daytrader-web-jpa-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.2/plugins/daytrader-web-jpa-tomcat/pom.xml?rev=1055742&r1=1055741&r2=1055742&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/plugins/daytrader-web-jpa-tomcat/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/plugins/daytrader-web-jpa-tomcat/pom.xml Thu Jan  6 04:10:10 2011
@@ -21,7 +21,7 @@
     <parent>
 	<groupId>org.apache.geronimo.daytrader</groupId>        
 	<artifactId>plugins</artifactId>        
-        <version>2.2.2-SNAPSHOT</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

Modified: geronimo/daytrader/branches/2.2/plugins/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.2/plugins/pom.xml?rev=1055742&r1=1055741&r2=1055742&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/plugins/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/plugins/pom.xml Thu Jan  6 04:10:10 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader</groupId>
         <artifactId>daytrader-parent</artifactId>
-        <version>2.2.2-SNAPSHOT</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.daytrader</groupId>

Modified: geronimo/daytrader/branches/2.2/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.2/pom.xml?rev=1055742&r1=1055741&r2=1055742&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/pom.xml Thu Jan  6 04:10:10 2011
@@ -29,7 +29,7 @@
     <artifactId>daytrader-parent</artifactId>
     <name>DayTrader :: Performance Benchmark Sample</name>
     <packaging>pom</packaging>
-    <version>2.2.2-SNAPSHOT</version>
+    <version>2.2.1-SNAPSHOT</version>
     <description>Java EE 5.0 Performance Benchmark Sample Application</description>
 
     <properties>
@@ -129,7 +129,7 @@
             <timezone>-5</timezone>
         </contributor>
     </contributors>
-    <dependencies />
+    <dependencies/>
     <scm>
         <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/daytrader/branches/2.2/</connection>
         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/daytrader/branches/2.2/</developerConnection>