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 15:13:10 UTC

svn commit: r899958 - in /geronimo/samples/branches/2.2/samples/DataCDInfo: DataCDInfo-JTA-jetty/pom.xml DataCDInfo-JTA-tomcat/pom.xml

Author: delos
Date: Sat Jan 16 14:13:09 2010
New Revision: 899958

URL: http://svn.apache.org/viewvc?rev=899958&view=rev
Log:
Update datacdinfo-jta-jetty and -tomcat version info

Modified:
    geronimo/samples/branches/2.2/samples/DataCDInfo/DataCDInfo-JTA-jetty/pom.xml
    geronimo/samples/branches/2.2/samples/DataCDInfo/DataCDInfo-JTA-tomcat/pom.xml

Modified: geronimo/samples/branches/2.2/samples/DataCDInfo/DataCDInfo-JTA-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/DataCDInfo/DataCDInfo-JTA-jetty/pom.xml?rev=899958&r1=899957&r2=899958&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/DataCDInfo/DataCDInfo-JTA-jetty/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/DataCDInfo/DataCDInfo-JTA-jetty/pom.xml Sat Jan 16 14:13:09 2010
@@ -41,7 +41,7 @@
         <dependency>
             <groupId>org.apache.geronimo.samples</groupId>
             <artifactId>DataCDInfo-JTA-ear</artifactId>
-            <version>2.2</version>
+            <version>${version}</version>
             <type>ear</type>
         </dependency>
 

Modified: geronimo/samples/branches/2.2/samples/DataCDInfo/DataCDInfo-JTA-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/DataCDInfo/DataCDInfo-JTA-tomcat/pom.xml?rev=899958&r1=899957&r2=899958&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/DataCDInfo/DataCDInfo-JTA-tomcat/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/DataCDInfo/DataCDInfo-JTA-tomcat/pom.xml Sat Jan 16 14:13:09 2010
@@ -41,7 +41,7 @@
         <dependency>
             <groupId>org.apache.geronimo.samples</groupId>
             <artifactId>DataCDInfo-JTA-ear</artifactId>
-            <version>2.2</version>
+            <version>${version}</version>
             <type>ear</type>
         </dependency>