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 08:59:10 UTC

svn commit: r1055777 - in /geronimo/daytrader/branches/2.2: ./ assemblies/ assemblies/javaee/ assemblies/javaee/daytrader-ear/ assemblies/javaee/daytrader-war/ assemblies/javaee/plans/ assemblies/web/ assemblies/web/daytrader-web-jdbc/ assemblies/web/d...

Author: violalu
Date: Thu Jan  6 07:59:09 2011
New Revision: 1055777

URL: http://svn.apache.org/viewvc?rev=1055777&view=rev
Log:
[maven-release-plugin] prepare release daytrader-2.2.1

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/plans/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=1055777&r1=1055776&r2=1055777&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 07:59:09 2011
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader.assemblies</groupId>
         <artifactId>javaee</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2.1</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=1055777&r1=1055776&r2=1055777&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 07:59:09 2011
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader.assemblies</groupId>
         <artifactId>javaee</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2.1</version>
     </parent>
 
     <groupId>org.apache.geronimo.daytrader.assemblies.javaee</groupId>
@@ -164,8 +164,7 @@
                         </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/plans/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.2/assemblies/javaee/plans/pom.xml?rev=1055777&r1=1055776&r2=1055777&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/assemblies/javaee/plans/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/assemblies/javaee/plans/pom.xml Thu Jan  6 07:59:09 2011
@@ -1,54 +1,54 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-    
-       http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-
-<!-- $Rev: 680611 $ $Date: 2008-07-28 23:08:37 -0400 (Mon, 28 Jul 2008) $ -->
-
-<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.daytrader.assemblies</groupId>
-        <artifactId>javaee</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
-    </parent>
-
-    <artifactId>plans</artifactId>
-    <name>Daytrader plans</name>
-    <packaging>jar</packaging>
-
-    <description>
-        Contain all of daytrader geronimo deployment plans
-    </description>    
-
-   
-    <build>
-       	<resources>
-        	<resource>
-                <directory>
-                    ${basedir}/src/main/resources
-                </directory>                
-                <filtering>true</filtering>                            
-                <includes>
-                    <include>**/*.xml</include>
-                </includes>
-            </resource>                
-        </resources>   
-    </build>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+    
+       http://www.apache.org/licenses/LICENSE-2.0
+    
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev: 680611 $ $Date: 2008-07-28 23:08:37 -0400 (Mon, 28 Jul 2008) $ -->
+
+<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.daytrader.assemblies</groupId>
+        <artifactId>javaee</artifactId>
+        <version>2.2.1</version>
+    </parent>
+
+    <artifactId>plans</artifactId>
+    <name>Daytrader plans</name>
+    <packaging>jar</packaging>
+
+    <description>
+        Contain all of daytrader geronimo deployment plans
+    </description>    
+
+   
+    <build>
+       	<resources>
+        	<resource>
+                <directory>
+                    ${basedir}/src/main/resources
+                </directory>                
+                <filtering>true</filtering>                            
+                <includes>
+                    <include>**/*.xml</include>
+                </includes>
+            </resource>                
+        </resources>   
+    </build>
+
+</project>

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=1055777&r1=1055776&r2=1055777&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/assemblies/javaee/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/assemblies/javaee/pom.xml Thu Jan  6 07:59:09 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader</groupId>
         <artifactId>assemblies</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2.1</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=1055777&r1=1055776&r2=1055777&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/assemblies/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/assemblies/pom.xml Thu Jan  6 07:59:09 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader</groupId>
         <artifactId>daytrader-parent</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2.1</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=1055777&r1=1055776&r2=1055777&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 07:59:09 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader.assemblies</groupId>
         <artifactId>web</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2.1</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=1055777&r1=1055776&r2=1055777&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 07:59:09 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader.assemblies</groupId>
         <artifactId>web</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2.1</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=1055777&r1=1055776&r2=1055777&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/assemblies/web/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/assemblies/web/pom.xml Thu Jan  6 07:59:09 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader</groupId>
         <artifactId>assemblies</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2.1</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=1055777&r1=1055776&r2=1055777&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/modules/beans/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/modules/beans/pom.xml Thu Jan  6 07:59:09 2011
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader</groupId>
         <artifactId>modules</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2.1</version>
     </parent>
 
     <groupId>org.apache.geronimo.daytrader.modules</groupId>
@@ -126,18 +126,17 @@
                             <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=1055777&r1=1055776&r2=1055777&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/modules/core/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/modules/core/pom.xml Thu Jan  6 07:59:09 2011
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader</groupId>
         <artifactId>modules</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2.1</version>
     </parent>
 
     <groupId>org.apache.geronimo.daytrader.modules</groupId>
@@ -149,18 +149,17 @@
                             <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=1055777&r1=1055776&r2=1055777&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/modules/ejb3/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/modules/ejb3/pom.xml Thu Jan  6 07:59:09 2011
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader</groupId>
         <artifactId>modules</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2.1</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=1055777&r1=1055776&r2=1055777&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/modules/entities/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/modules/entities/pom.xml Thu Jan  6 07:59:09 2011
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader</groupId>
         <artifactId>modules</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2.1</version>
     </parent>
 
     <groupId>org.apache.geronimo.daytrader.modules</groupId>
@@ -123,18 +123,16 @@
                             <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=1055777&r1=1055776&r2=1055777&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 07:59:09 2011
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader</groupId>
         <artifactId>modules</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2.1</version>
     </parent>
 
     <groupId>org.apache.geronimo.daytrader</groupId>
@@ -67,12 +67,11 @@
                 <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=1055777&r1=1055776&r2=1055777&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/modules/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/modules/pom.xml Thu Jan  6 07:59:09 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader</groupId>
         <artifactId>daytrader-parent</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2.1</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=1055777&r1=1055776&r2=1055777&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/modules/soap/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/modules/soap/pom.xml Thu Jan  6 07:59:09 2011
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader</groupId>
         <artifactId>modules</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2.1</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=1055777&r1=1055776&r2=1055777&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/modules/streamer/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/modules/streamer/pom.xml Thu Jan  6 07:59:09 2011
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader</groupId>
         <artifactId>modules</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2.1</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=1055777&r1=1055776&r2=1055777&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/modules/util/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/modules/util/pom.xml Thu Jan  6 07:59:09 2011
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader</groupId>
         <artifactId>modules</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2.1</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=1055777&r1=1055776&r2=1055777&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/modules/web/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/modules/web/pom.xml Thu Jan  6 07:59:09 2011
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader</groupId>
         <artifactId>modules</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2.1</version>
     </parent>
 
     <groupId>org.apache.geronimo.daytrader.modules</groupId>
@@ -150,8 +150,7 @@
                         </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=1055777&r1=1055776&r2=1055777&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/modules/wsappclient/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/modules/wsappclient/pom.xml Thu Jan  6 07:59:09 2011
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader</groupId>
         <artifactId>modules</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2.1</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=1055777&r1=1055776&r2=1055777&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 07:59:09 2011
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader</groupId>
         <artifactId>plugins</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2.1</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=1055777&r1=1055776&r2=1055777&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 07:59:09 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader</groupId>
         <artifactId>plugins</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2.1</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=1055777&r1=1055776&r2=1055777&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 07:59:09 2011
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader</groupId>
         <artifactId>plugins</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2.1</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=1055777&r1=1055776&r2=1055777&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 07:59:09 2011
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader</groupId>
         <artifactId>plugins</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2.1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.geronimo.daytrader.plugins</groupId>
@@ -200,52 +200,48 @@
                         <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=1055777&r1=1055776&r2=1055777&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 07:59:09 2011
@@ -21,7 +21,7 @@
     <parent>
 	<groupId>org.apache.geronimo.daytrader</groupId>        
 	<artifactId>plugins</artifactId>        
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2.1</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=1055777&r1=1055776&r2=1055777&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 07:59:09 2011
@@ -21,7 +21,7 @@
     <parent>
 	<groupId>org.apache.geronimo.daytrader</groupId>        
 	<artifactId>plugins</artifactId>        
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2.1</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=1055777&r1=1055776&r2=1055777&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 07:59:09 2011
@@ -21,7 +21,7 @@
     <parent>
 	<groupId>org.apache.geronimo.daytrader</groupId>        
 	<artifactId>plugins</artifactId>        
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2.1</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=1055777&r1=1055776&r2=1055777&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 07:59:09 2011
@@ -21,7 +21,7 @@
     <parent>
 	<groupId>org.apache.geronimo.daytrader</groupId>        
 	<artifactId>plugins</artifactId>        
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2.1</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=1055777&r1=1055776&r2=1055777&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/plugins/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/plugins/pom.xml Thu Jan  6 07:59:09 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.geronimo.daytrader</groupId>
         <artifactId>daytrader-parent</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2.1</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=1055777&r1=1055776&r2=1055777&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.2/pom.xml (original)
+++ geronimo/daytrader/branches/2.2/pom.xml Thu Jan  6 07:59:09 2011
@@ -29,7 +29,7 @@
     <artifactId>daytrader-parent</artifactId>
     <name>DayTrader :: Performance Benchmark Sample</name>
     <packaging>pom</packaging>
-    <version>2.2.1-SNAPSHOT</version>
+    <version>2.2.1</version>
     <description>Java EE 5.0 Performance Benchmark Sample Application</description>
 
     <properties>
@@ -129,11 +129,11 @@
             <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>
-        <url>http://svn.apache.org/viewcvs.cgi/geronimo/daytrader/branches/2.2/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/daytrader/tags/daytrader-2.2.1</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/daytrader/tags/daytrader-2.2.1</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/geronimo/daytrader/tags/daytrader-2.2.1</url>
     </scm>
     <organization>
         <name>Apache Software Foundation</name>