You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ke...@apache.org on 2008/03/11 03:47:37 UTC

svn commit: r635782 - /geronimo/daytrader/branches/1.2/pom.xml

Author: kevan
Date: Mon Mar 10 19:47:34 2008
New Revision: 635782

URL: http://svn.apache.org/viewvc?rev=635782&view=rev
Log:
DAYTRADER-58 Update upper range for the jaxrpc 1.1 spec. The latest spec release for the jaxrpc spec should have been 1.2, but was 2.0 instead. Thus, accidentally exceeding the version range check. I've bumped the new upper range to 3.0), for jaxrpc 1.1, only.

Modified:
    geronimo/daytrader/branches/1.2/pom.xml

Modified: geronimo/daytrader/branches/1.2/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/1.2/pom.xml?rev=635782&r1=635781&r2=635782&view=diff
==============================================================================
--- geronimo/daytrader/branches/1.2/pom.xml (original)
+++ geronimo/daytrader/branches/1.2/pom.xml Mon Mar 10 19:47:34 2008
@@ -140,7 +140,7 @@
             <dependency>
                 <groupId>org.apache.geronimo.specs</groupId>
                 <artifactId>geronimo-jaxrpc_1.1_spec</artifactId>
-                <version>[1.0,2.0)</version>
+                <version>[1.0,3.0)</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>