You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by de...@apache.org on 2010/01/16 16:39:27 UTC

svn commit: r899980 [2/2] - in /geronimo/samples/branches/2.2: ./ buildutil/ geronimo-samples-archetype/ samples/ samples/DataCDInfo/ samples/DataCDInfo/DataCDInfo-JTA-ear/ samples/DataCDInfo/DataCDInfo-JTA-ejb/ samples/DataCDInfo/DataCDInfo-JTA-jetty/...

Modified: geronimo/samples/branches/2.2/samples/csa-activemq/csa-activemq-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/csa-activemq/csa-activemq-jetty/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/csa-activemq/csa-activemq-jetty/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/csa-activemq/csa-activemq-jetty/pom.xml Sat Jan 16 15:39:25 2010
@@ -1,116 +1,117 @@
-<?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.
--->
-
-<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>csa-activemq</artifactId>
-        <version>2.2</version>
-    </parent>
-
-    <groupId>org.apache.geronimo.samples</groupId>
-    <artifactId>csa-activemq-jetty</artifactId>
-  <version>2.2.1-SNAPSHOT</version>
-    <name>Custom Server Assembly Sample :: ActiveMQ for Jetty</name>
-    <packaging>server-assembly</packaging>
-    
-    <description>
-        A Sample to demo how to use car-maven-plugin to assemble a server with ActiveMQ
-    </description>
-    
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.geronimo.framework.plugingroups</groupId>
-            <artifactId>framework</artifactId>
-            <version>${geronimoVersion}</version>
-            <type>car</type>
-        </dependency>
-
-	<dependency>
-            <groupId>org.apache.geronimo.plugins</groupId>
-            <artifactId>activemq-console-jetty</artifactId>
-            <version>${geronimoVersion}</version>
-            <type>car</type>
-        </dependency>
-
-	<dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>activemq-ra</artifactId>
-            <version>${geronimoVersion}</version>
-            <type>car</type>
-        </dependency>
-
-	<dependency>
-            <groupId>org.apache.geronimo.plugins</groupId>
-            <artifactId>activemq-webconsole-jetty</artifactId>
-            <version>${geronimoVersion}</version>
-            <type>car</type>
-        </dependency>
-
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.geronimo.buildsupport</groupId>
-                <artifactId>car-maven-plugin</artifactId>
-                <configuration>
-                    <servers>
-                        <serverInstance>
-                            <name>default</name>
-                            <configFile>var/config/config.xml</configFile>
-                            <configSubstitutionsFile>var/config/config-substitutions.properties</configSubstitutionsFile>
-                            <configSubstitutionsPrefix>org.apache.geronimo.config.substitution.</configSubstitutionsPrefix>
-                            <artifactAliasesFile>var/config/artifact_aliases.properties</artifactAliasesFile>
-                        </serverInstance>
-                        <serverInstance>
-                            <name>client</name>
-                            <attributeManagerFrom>default</attributeManagerFrom>
-                            <artifactAliasesFile>var/config/client_artifact_aliases.properties</artifactAliasesFile>
-                        </serverInstance>
-                        <serverInstance>
-                            <name>offline</name>
-                            <configFile>var/config/offline-deployer-config.xml</configFile>
-                            <configSubstitutionsFile>var/config/config-substitutions.properties</configSubstitutionsFile>
-                            <configSubstitutionsPrefix>org.apache.geronimo.config.substitution.</configSubstitutionsPrefix>
-                            <artifactAliasesFile>var/config/artifact_aliases.properties</artifactAliasesFile>
-                        </serverInstance>
-                        <serverInstance>
-                            <name>jsr88</name>
-                            <configFile>var/config/jsr88-configurer-config.xml</configFile>
-                            <configSubstitutionsFile>var/config/config-substitutions.properties</configSubstitutionsFile>
-                            <configSubstitutionsPrefix>org.apache.geronimo.config.substitution.</configSubstitutionsPrefix>
-                            <artifactAliasesFile>var/config/artifact_aliases.properties</artifactAliasesFile>
-                        </serverInstance>
-                    </servers>
-                </configuration>
+<?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.
+-->
+
+<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>csa-activemq</artifactId>
+        <version>2.2-SNAPSHOT</version>
+    </parent>
+
+    <groupId>org.apache.geronimo.samples</groupId>
+    <artifactId>csa-activemq-jetty</artifactId>
+    <name>Custom Server Assembly Sample :: ActiveMQ for Jetty</name>
+    <packaging>server-assembly</packaging>
+    
+    <description>
+        A Sample to demo how to use car-maven-plugin to assemble a server with ActiveMQ
+    </description>
+    
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.geronimo.framework.plugingroups</groupId>
+            <artifactId>framework</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+        </dependency>
+
+	<dependency>
+            <groupId>org.apache.geronimo.plugins</groupId>
+            <artifactId>activemq-console-jetty</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+        </dependency>
+
+	<dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>activemq-ra</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+        </dependency>
+
+	<dependency>
+            <groupId>org.apache.geronimo.plugins</groupId>
+            <artifactId>activemq-webconsole-jetty</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+        </dependency>
+
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.geronimo.buildsupport</groupId>
+                <artifactId>car-maven-plugin</artifactId>
+                <configuration>
+                    <servers>
+                        <serverInstance>
+                            <name>default</name>
+                            <configFile>var/config/config.xml</configFile>
+                            <configSubstitutionsFile>var/config/config-substitutions.properties</configSubstitutionsFile>
+                            <configSubstitutionsPrefix>org.apache.geronimo.config.substitution.</configSubstitutionsPrefix>
+                            <artifactAliasesFile>var/config/artifact_aliases.properties</artifactAliasesFile>
+                        </serverInstance>
+                        <serverInstance>
+                            <name>client</name>
+                            <attributeManagerFrom>default</attributeManagerFrom>
+                            <artifactAliasesFile>var/config/client_artifact_aliases.properties</artifactAliasesFile>
+                        </serverInstance>
+                        <serverInstance>
+                            <name>offline</name>
+                            <configFile>var/config/offline-deployer-config.xml</configFile>
+                            <configSubstitutionsFile>var/config/config-substitutions.properties</configSubstitutionsFile>
+                            <configSubstitutionsPrefix>org.apache.geronimo.config.substitution.</configSubstitutionsPrefix>
+                            <artifactAliasesFile>var/config/artifact_aliases.properties</artifactAliasesFile>
+                        </serverInstance>
+                        <serverInstance>
+                            <name>jsr88</name>
+                            <configFile>var/config/jsr88-configurer-config.xml</configFile>
+                            <configSubstitutionsFile>var/config/config-substitutions.properties</configSubstitutionsFile>
+                            <configSubstitutionsPrefix>org.apache.geronimo.config.substitution.</configSubstitutionsPrefix>
+                            <artifactAliasesFile>var/config/artifact_aliases.properties</artifactAliasesFile>
+                        </serverInstance>
+                    </servers>
+                </configuration>
             </plugin>
-	  <plugin>            
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-deploy-plugin</artifactId>
-            <configuration>
-              <skip>true</skip>
-            </configuration>
-          </plugin>
-        </plugins>
-    </build>
-
-</project>
+	  <plugin>            
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-deploy-plugin</artifactId>
+            <configuration>
+              <skip>true</skip>
+            </configuration>
+          </plugin>
+        </plugins>
+    </build>
+
+</project>

Modified: geronimo/samples/branches/2.2/samples/csa-activemq/csa-activemq-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/csa-activemq/csa-activemq-tomcat/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/csa-activemq/csa-activemq-tomcat/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/csa-activemq/csa-activemq-tomcat/pom.xml Sat Jan 16 15:39:25 2010
@@ -1,116 +1,117 @@
-<?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.
--->
-
-<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>csa-activemq</artifactId>
-        <version>2.2</version>
-    </parent>
-
-    <groupId>org.apache.geronimo.samples</groupId>
-    <artifactId>csa-activemq-tomcat</artifactId>
-  <version>2.2.1-SNAPSHOT</version>
-    <name>Custom Server Assembly Sample :: ActiveMQ for Tomcat</name>
-    <packaging>server-assembly</packaging>
-    
-    <description>
-        A Sample to demo how to use car-maven-plugin to assemble a server with ActiveMQ
-    </description>
-    
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.geronimo.framework.plugingroups</groupId>
-            <artifactId>framework</artifactId>
-            <version>${geronimoVersion}</version>
-            <type>car</type>
-        </dependency>
-
-	<dependency>
-            <groupId>org.apache.geronimo.plugins</groupId>
-            <artifactId>activemq-console-tomcat</artifactId>
-            <version>${geronimoVersion}</version>
-            <type>car</type>
-        </dependency>
-
-	<dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>activemq-ra</artifactId>
-            <version>${geronimoVersion}</version>
-            <type>car</type>
-        </dependency>
-
-	<dependency>
-            <groupId>org.apache.geronimo.plugins</groupId>
-            <artifactId>activemq-webconsole-tomcat</artifactId>
-            <version>${geronimoVersion}</version>
-            <type>car</type>
-        </dependency>
-
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.geronimo.buildsupport</groupId>
-                <artifactId>car-maven-plugin</artifactId>
-                <configuration>
-                    <servers>
-                        <serverInstance>
-                            <name>default</name>
-                            <configFile>var/config/config.xml</configFile>
-                            <configSubstitutionsFile>var/config/config-substitutions.properties</configSubstitutionsFile>
-                            <configSubstitutionsPrefix>org.apache.geronimo.config.substitution.</configSubstitutionsPrefix>
-                            <artifactAliasesFile>var/config/artifact_aliases.properties</artifactAliasesFile>
-                        </serverInstance>
-                        <serverInstance>
-                            <name>client</name>
-                            <attributeManagerFrom>default</attributeManagerFrom>
-                            <artifactAliasesFile>var/config/client_artifact_aliases.properties</artifactAliasesFile>
-                        </serverInstance>
-                        <serverInstance>
-                            <name>offline</name>
-                            <configFile>var/config/offline-deployer-config.xml</configFile>
-                            <configSubstitutionsFile>var/config/config-substitutions.properties</configSubstitutionsFile>
-                            <configSubstitutionsPrefix>org.apache.geronimo.config.substitution.</configSubstitutionsPrefix>
-                            <artifactAliasesFile>var/config/artifact_aliases.properties</artifactAliasesFile>
-                        </serverInstance>
-                        <serverInstance>
-                            <name>jsr88</name>
-                            <configFile>var/config/jsr88-configurer-config.xml</configFile>
-                            <configSubstitutionsFile>var/config/config-substitutions.properties</configSubstitutionsFile>
-                            <configSubstitutionsPrefix>org.apache.geronimo.config.substitution.</configSubstitutionsPrefix>
-                            <artifactAliasesFile>var/config/artifact_aliases.properties</artifactAliasesFile>
-                        </serverInstance>
-                    </servers>
-                </configuration>
+<?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.
+-->
+
+<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>csa-activemq</artifactId>
+        <version>2.2-SNAPSHOT</version>
+    </parent>
+
+    <groupId>org.apache.geronimo.samples</groupId>
+    <artifactId>csa-activemq-tomcat</artifactId>
+    <name>Custom Server Assembly Sample :: ActiveMQ for Tomcat</name>
+    <packaging>server-assembly</packaging>
+    
+    <description>
+        A Sample to demo how to use car-maven-plugin to assemble a server with ActiveMQ
+    </description>
+    
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.geronimo.framework.plugingroups</groupId>
+            <artifactId>framework</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+        </dependency>
+
+	<dependency>
+            <groupId>org.apache.geronimo.plugins</groupId>
+            <artifactId>activemq-console-tomcat</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+        </dependency>
+
+	<dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>activemq-ra</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+        </dependency>
+
+	<dependency>
+            <groupId>org.apache.geronimo.plugins</groupId>
+            <artifactId>activemq-webconsole-tomcat</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+        </dependency>
+
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.geronimo.buildsupport</groupId>
+                <artifactId>car-maven-plugin</artifactId>
+                <configuration>
+                    <servers>
+                        <serverInstance>
+                            <name>default</name>
+                            <configFile>var/config/config.xml</configFile>
+                            <configSubstitutionsFile>var/config/config-substitutions.properties</configSubstitutionsFile>
+                            <configSubstitutionsPrefix>org.apache.geronimo.config.substitution.</configSubstitutionsPrefix>
+                            <artifactAliasesFile>var/config/artifact_aliases.properties</artifactAliasesFile>
+                        </serverInstance>
+                        <serverInstance>
+                            <name>client</name>
+                            <attributeManagerFrom>default</attributeManagerFrom>
+                            <artifactAliasesFile>var/config/client_artifact_aliases.properties</artifactAliasesFile>
+                        </serverInstance>
+                        <serverInstance>
+                            <name>offline</name>
+                            <configFile>var/config/offline-deployer-config.xml</configFile>
+                            <configSubstitutionsFile>var/config/config-substitutions.properties</configSubstitutionsFile>
+                            <configSubstitutionsPrefix>org.apache.geronimo.config.substitution.</configSubstitutionsPrefix>
+                            <artifactAliasesFile>var/config/artifact_aliases.properties</artifactAliasesFile>
+                        </serverInstance>
+                        <serverInstance>
+                            <name>jsr88</name>
+                            <configFile>var/config/jsr88-configurer-config.xml</configFile>
+                            <configSubstitutionsFile>var/config/config-substitutions.properties</configSubstitutionsFile>
+                            <configSubstitutionsPrefix>org.apache.geronimo.config.substitution.</configSubstitutionsPrefix>
+                            <artifactAliasesFile>var/config/artifact_aliases.properties</artifactAliasesFile>
+                        </serverInstance>
+                    </servers>
+                </configuration>
             </plugin>
-	  <plugin>            
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-deploy-plugin</artifactId>
-            <configuration>
-              <skip>true</skip>
-            </configuration>
-          </plugin>
-        </plugins>
-    </build>
-
-</project>
+	  <plugin>            
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-deploy-plugin</artifactId>
+            <configuration>
+              <skip>true</skip>
+            </configuration>
+          </plugin>
+        </plugins>
+    </build>
+
+</project>

Modified: geronimo/samples/branches/2.2/samples/csa-activemq/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/csa-activemq/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/csa-activemq/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/csa-activemq/pom.xml Sat Jan 16 15:39:25 2010
@@ -1,46 +1,46 @@
-<?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$ $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">
-    
-    <modelVersion>4.0.0</modelVersion>
-    
-    <parent>
-        <groupId>org.apache.geronimo.samples</groupId>
-        <artifactId>samples</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
-    </parent>
-    
-    <artifactId>csa-activemq</artifactId>
-    <name>Custom Server Assembly Sample :: ActiveMQ</name>
-    <packaging>pom</packaging>
-    <version>2.2</version>
-    
-    <description>
-        A Sample to demo how to use car-maven-plugin to assemble a server with ActiveMQ
-    </description>
-    
-   <modules>
-        <module>csa-activemq-jetty</module>        
-        <module>csa-activemq-tomcat</module>        
-   </modules>   
-</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$ $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">
+    
+    <modelVersion>4.0.0</modelVersion>
+    
+    <parent>
+        <groupId>org.apache.geronimo.samples</groupId>
+        <artifactId>samples</artifactId>
+        <version>2.2-SNAPSHOT</version>
+    </parent>
+    
+    <artifactId>csa-activemq</artifactId>
+    <name>Custom Server Assembly Sample :: ActiveMQ</name>
+    <packaging>pom</packaging>
+    <version>${geronimoVersion}</version>
+    
+    <description>
+        A Sample to demo how to use car-maven-plugin to assemble a server with ActiveMQ
+    </description>
+    
+   <modules>
+        <module>csa-activemq-jetty</module>        
+        <module>csa-activemq-tomcat</module>        
+   </modules>   
+</project>

Modified: geronimo/samples/branches/2.2/samples/customer/customer-client/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/customer/customer-client/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/customer/customer-client/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/customer/customer-client/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>customer</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>customer-client</artifactId>

Modified: geronimo/samples/branches/2.2/samples/customer/customer-ear/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/customer/customer-ear/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/customer/customer-ear/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/customer/customer-ear/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>customer</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>customer-ear</artifactId>

Modified: geronimo/samples/branches/2.2/samples/customer/customer-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/customer/customer-ejb/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/customer/customer-ejb/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/customer/customer-ejb/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>customer</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>customer-ejb</artifactId>

Modified: geronimo/samples/branches/2.2/samples/customer/customer-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/customer/customer-jetty/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/customer/customer-jetty/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/customer/customer-jetty/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>customer</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.samples</groupId>

Modified: geronimo/samples/branches/2.2/samples/customer/customer-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/customer/customer-tomcat/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/customer/customer-tomcat/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/customer/customer-tomcat/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>customer</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.samples</groupId>

Modified: geronimo/samples/branches/2.2/samples/customer/customer-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/customer/customer-war/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/customer/customer-war/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/customer/customer-war/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>customer</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>customer-war</artifactId>

Modified: geronimo/samples/branches/2.2/samples/customer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/customer/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/customer/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/customer/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>samples</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>customer</artifactId>

Modified: geronimo/samples/branches/2.2/samples/dbtester/dbtester-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/dbtester/dbtester-jetty/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/dbtester/dbtester-jetty/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/dbtester/dbtester-jetty/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>dbtester</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.samples</groupId>

Modified: geronimo/samples/branches/2.2/samples/dbtester/dbtester-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/dbtester/dbtester-tomcat/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/dbtester/dbtester-tomcat/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/dbtester/dbtester-tomcat/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>dbtester</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.samples</groupId>

Modified: geronimo/samples/branches/2.2/samples/dbtester/dbtester-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/dbtester/dbtester-war/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/dbtester/dbtester-war/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/dbtester/dbtester-war/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>dbtester</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>dbtester-war</artifactId>

Modified: geronimo/samples/branches/2.2/samples/dbtester/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/dbtester/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/dbtester/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/dbtester/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>samples</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>dbtester</artifactId>

Modified: geronimo/samples/branches/2.2/samples/inventory/inventory-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/inventory/inventory-jetty/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/inventory/inventory-jetty/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/inventory/inventory-jetty/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>inventory</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.samples</groupId>

Modified: geronimo/samples/branches/2.2/samples/inventory/inventory-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/inventory/inventory-tomcat/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/inventory/inventory-tomcat/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/inventory/inventory-tomcat/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>inventory</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.samples</groupId>

Modified: geronimo/samples/branches/2.2/samples/inventory/inventory-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/inventory/inventory-war/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/inventory/inventory-war/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/inventory/inventory-war/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>inventory</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>inventory-war</artifactId>

Modified: geronimo/samples/branches/2.2/samples/inventory/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/inventory/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/inventory/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/inventory/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>samples</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>inventory</artifactId>

Modified: geronimo/samples/branches/2.2/samples/jaxws-calculator/jaxws-calculator-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/jaxws-calculator/jaxws-calculator-jetty/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/jaxws-calculator/jaxws-calculator-jetty/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/jaxws-calculator/jaxws-calculator-jetty/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>jaxws-calculator</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.samples</groupId>

Modified: geronimo/samples/branches/2.2/samples/jaxws-calculator/jaxws-calculator-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/jaxws-calculator/jaxws-calculator-tomcat/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/jaxws-calculator/jaxws-calculator-tomcat/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/jaxws-calculator/jaxws-calculator-tomcat/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>jaxws-calculator</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.samples</groupId>

Modified: geronimo/samples/branches/2.2/samples/jaxws-calculator/jaxws-calculator-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/jaxws-calculator/jaxws-calculator-war/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/jaxws-calculator/jaxws-calculator-war/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/jaxws-calculator/jaxws-calculator-war/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>jaxws-calculator</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>jaxws-calculator-war</artifactId>

Modified: geronimo/samples/branches/2.2/samples/jaxws-calculator/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/jaxws-calculator/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/jaxws-calculator/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/jaxws-calculator/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>samples</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>jaxws-calculator</artifactId>

Modified: geronimo/samples/branches/2.2/samples/jms-mdb/jms-mdb-ear/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/jms-mdb/jms-mdb-ear/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/jms-mdb/jms-mdb-ear/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/jms-mdb/jms-mdb-ear/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>jms-mdb</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>jms-mdb-ear</artifactId>

Modified: geronimo/samples/branches/2.2/samples/jms-mdb/jms-mdb-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/jms-mdb/jms-mdb-ejb/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/jms-mdb/jms-mdb-ejb/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/jms-mdb/jms-mdb-ejb/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>jms-mdb</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>jms-mdb-ejb</artifactId>

Modified: geronimo/samples/branches/2.2/samples/jms-mdb/jms-mdb-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/jms-mdb/jms-mdb-jetty/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/jms-mdb/jms-mdb-jetty/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/jms-mdb/jms-mdb-jetty/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>jms-mdb</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.samples</groupId>

Modified: geronimo/samples/branches/2.2/samples/jms-mdb/jms-mdb-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/jms-mdb/jms-mdb-tomcat/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/jms-mdb/jms-mdb-tomcat/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/jms-mdb/jms-mdb-tomcat/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>jms-mdb</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.samples</groupId>

Modified: geronimo/samples/branches/2.2/samples/jms-mdb/jms-mdb-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/jms-mdb/jms-mdb-war/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/jms-mdb/jms-mdb-war/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/jms-mdb/jms-mdb-war/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>jms-mdb</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>jms-mdb-war</artifactId>

Modified: geronimo/samples/branches/2.2/samples/jms-mdb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/jms-mdb/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/jms-mdb/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/jms-mdb/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>samples</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>jms-mdb</artifactId>

Modified: geronimo/samples/branches/2.2/samples/jsp-examples/jsp-examples-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/jsp-examples/jsp-examples-jetty/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/jsp-examples/jsp-examples-jetty/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/jsp-examples/jsp-examples-jetty/pom.xml Sat Jan 16 15:39:25 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>jsp-examples</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.samples</groupId>

Modified: geronimo/samples/branches/2.2/samples/jsp-examples/jsp-examples-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/jsp-examples/jsp-examples-tomcat/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/jsp-examples/jsp-examples-tomcat/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/jsp-examples/jsp-examples-tomcat/pom.xml Sat Jan 16 15:39:25 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>jsp-examples</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.samples</groupId>

Modified: geronimo/samples/branches/2.2/samples/jsp-examples/jsp-examples-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/jsp-examples/jsp-examples-war/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/jsp-examples/jsp-examples-war/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/jsp-examples/jsp-examples-war/pom.xml Sat Jan 16 15:39:25 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>jsp-examples</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>jsp-examples-war</artifactId>

Modified: geronimo/samples/branches/2.2/samples/jsp-examples/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/jsp-examples/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/jsp-examples/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/jsp-examples/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>samples</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>jsp-examples</artifactId>

Modified: geronimo/samples/branches/2.2/samples/ldap-sample-app/ldap-sample-app-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/ldap-sample-app/ldap-sample-app-jetty/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/ldap-sample-app/ldap-sample-app-jetty/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/ldap-sample-app/ldap-sample-app-jetty/pom.xml Sat Jan 16 15:39:25 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>ldap-sample-app</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.samples</groupId>

Modified: geronimo/samples/branches/2.2/samples/ldap-sample-app/ldap-sample-app-realm/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/ldap-sample-app/ldap-sample-app-realm/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/ldap-sample-app/ldap-sample-app-realm/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/ldap-sample-app/ldap-sample-app-realm/pom.xml Sat Jan 16 15:39:25 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>ldap-sample-app</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>ldap-sample-app-realm</artifactId>

Modified: geronimo/samples/branches/2.2/samples/ldap-sample-app/ldap-sample-app-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/ldap-sample-app/ldap-sample-app-tomcat/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/ldap-sample-app/ldap-sample-app-tomcat/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/ldap-sample-app/ldap-sample-app-tomcat/pom.xml Sat Jan 16 15:39:25 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>ldap-sample-app</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.samples</groupId>

Modified: geronimo/samples/branches/2.2/samples/ldap-sample-app/ldap-sample-app-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/ldap-sample-app/ldap-sample-app-war/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/ldap-sample-app/ldap-sample-app-war/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/ldap-sample-app/ldap-sample-app-war/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>ldap-sample-app</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>ldap-sample-app-war</artifactId>

Modified: geronimo/samples/branches/2.2/samples/ldap-sample-app/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/ldap-sample-app/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/ldap-sample-app/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/ldap-sample-app/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>samples</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>ldap-sample-app</artifactId>

Modified: geronimo/samples/branches/2.2/samples/myphonebook/myphonebook-ear/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/myphonebook/myphonebook-ear/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/myphonebook/myphonebook-ear/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/myphonebook/myphonebook-ear/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>myphonebook</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>myphonebook-ear</artifactId>

Modified: geronimo/samples/branches/2.2/samples/myphonebook/myphonebook-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/myphonebook/myphonebook-ejb/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/myphonebook/myphonebook-ejb/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/myphonebook/myphonebook-ejb/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>myphonebook</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>myphonebook-ejb</artifactId>

Modified: geronimo/samples/branches/2.2/samples/myphonebook/myphonebook-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/myphonebook/myphonebook-jetty/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/myphonebook/myphonebook-jetty/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/myphonebook/myphonebook-jetty/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>myphonebook</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.samples</groupId>

Modified: geronimo/samples/branches/2.2/samples/myphonebook/myphonebook-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/myphonebook/myphonebook-tomcat/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/myphonebook/myphonebook-tomcat/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/myphonebook/myphonebook-tomcat/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>myphonebook</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.samples</groupId>

Modified: geronimo/samples/branches/2.2/samples/myphonebook/myphonebook-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/myphonebook/myphonebook-war/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/myphonebook/myphonebook-war/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/myphonebook/myphonebook-war/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>myphonebook</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>myphonebook-war</artifactId>

Modified: geronimo/samples/branches/2.2/samples/myphonebook/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/myphonebook/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/myphonebook/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/myphonebook/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>samples</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>myphonebook</artifactId>

Modified: geronimo/samples/branches/2.2/samples/mytime/mytime-ear/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/mytime/mytime-ear/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/mytime/mytime-ear/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/mytime/mytime-ear/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>mytime</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>mytime-ear</artifactId>

Modified: geronimo/samples/branches/2.2/samples/mytime/mytime-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/mytime/mytime-ejb/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/mytime/mytime-ejb/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/mytime/mytime-ejb/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>mytime</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>mytime-ejb</artifactId>

Modified: geronimo/samples/branches/2.2/samples/mytime/mytime-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/mytime/mytime-jetty/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/mytime/mytime-jetty/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/mytime/mytime-jetty/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>mytime</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.samples</groupId>

Modified: geronimo/samples/branches/2.2/samples/mytime/mytime-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/mytime/mytime-tomcat/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/mytime/mytime-tomcat/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/mytime/mytime-tomcat/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>mytime</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.samples</groupId>

Modified: geronimo/samples/branches/2.2/samples/mytime/mytime-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/mytime/mytime-war/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/mytime/mytime-war/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/mytime/mytime-war/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>mytime</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>mytime-war</artifactId>

Modified: geronimo/samples/branches/2.2/samples/mytime/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/mytime/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/mytime/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/mytime/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>samples</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>mytime</artifactId>

Modified: geronimo/samples/branches/2.2/samples/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/pom.xml Sat Jan 16 15:39:25 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>samples-parent</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
     <artifactId>samples</artifactId>
     <name>Geronimo Samples :: Samples</name>

Modified: geronimo/samples/branches/2.2/samples/sample-datasource/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/sample-datasource/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/sample-datasource/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/sample-datasource/pom.xml Sat Jan 16 15:39:25 2010
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>samples</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.samples</groupId>

Modified: geronimo/samples/branches/2.2/samples/sendmail/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/sendmail/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/sendmail/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/sendmail/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>samples</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>sendmail</artifactId>

Modified: geronimo/samples/branches/2.2/samples/sendmail/sendmail-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/sendmail/sendmail-jetty/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/sendmail/sendmail-jetty/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/sendmail/sendmail-jetty/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>sendmail</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.samples</groupId>

Modified: geronimo/samples/branches/2.2/samples/sendmail/sendmail-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/sendmail/sendmail-tomcat/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/sendmail/sendmail-tomcat/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/sendmail/sendmail-tomcat/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>sendmail</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.samples</groupId>

Modified: geronimo/samples/branches/2.2/samples/sendmail/sendmail-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/sendmail/sendmail-war/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/sendmail/sendmail-war/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/sendmail/sendmail-war/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>sendmail</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>sendmail-war</artifactId>

Modified: geronimo/samples/branches/2.2/samples/servlet-examples/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/servlet-examples/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/servlet-examples/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/servlet-examples/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>samples</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>servlet-examples</artifactId>

Modified: geronimo/samples/branches/2.2/samples/servlet-examples/servlet-examples-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/servlet-examples/servlet-examples-jetty/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/servlet-examples/servlet-examples-jetty/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/servlet-examples/servlet-examples-jetty/pom.xml Sat Jan 16 15:39:25 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>servlet-examples</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.samples</groupId>

Modified: geronimo/samples/branches/2.2/samples/servlet-examples/servlet-examples-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/servlet-examples/servlet-examples-tomcat/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/servlet-examples/servlet-examples-tomcat/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/servlet-examples/servlet-examples-tomcat/pom.xml Sat Jan 16 15:39:25 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>servlet-examples</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.samples</groupId>

Modified: geronimo/samples/branches/2.2/samples/servlet-examples/servlet-examples-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/servlet-examples/servlet-examples-war/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/servlet-examples/servlet-examples-war/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/servlet-examples/servlet-examples-war/pom.xml Sat Jan 16 15:39:25 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>servlet-examples</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>servlet-examples-war</artifactId>

Modified: geronimo/samples/branches/2.2/samples/timereport/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/timereport/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/timereport/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/timereport/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>samples</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>timereport</artifactId>

Modified: geronimo/samples/branches/2.2/samples/timereport/timereport-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/timereport/timereport-jetty/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/timereport/timereport-jetty/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/timereport/timereport-jetty/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>timereport</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.samples</groupId>

Modified: geronimo/samples/branches/2.2/samples/timereport/timereport-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/timereport/timereport-tomcat/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/timereport/timereport-tomcat/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/timereport/timereport-tomcat/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>timereport</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.samples</groupId>

Modified: geronimo/samples/branches/2.2/samples/timereport/timereport-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/timereport/timereport-war/pom.xml?rev=899980&r1=899979&r2=899980&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/timereport/timereport-war/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/timereport/timereport-war/pom.xml Sat Jan 16 15:39:25 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.samples</groupId>
         <artifactId>timereport</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>timereport-war</artifactId>