You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2007/01/31 15:23:45 UTC

svn commit: r501851 - /cayenne/main/trunk/pom.xml

Author: aadamchik
Date: Wed Jan 31 06:23:45 2007
New Revision: 501851

URL: http://svn.apache.org/viewvc?view=rev&rev=501851
Log:
upgrading jms jar to Geronimo version 1.1

Modified:
    cayenne/main/trunk/pom.xml

Modified: cayenne/main/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/pom.xml?view=diff&rev=501851&r1=501850&r2=501851
==============================================================================
--- cayenne/main/trunk/pom.xml (original)
+++ cayenne/main/trunk/pom.xml Wed Jan 31 06:23:45 2007
@@ -363,7 +363,7 @@
 			<dependency>
 				<groupId>org.apache.geronimo.specs</groupId>
 				<artifactId>geronimo-jms_1.1_spec</artifactId>
-				<version>1.0</version>
+				<version>1.1</version>
 				<scope>provided</scope>
 			</dependency>