You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ho...@apache.org on 2006/12/13 23:39:06 UTC

svn commit: r486876 - /geronimo/server/branches/2.0-M1/pom.xml

Author: hogstrom
Date: Wed Dec 13 14:39:05 2006
New Revision: 486876

URL: http://svn.apache.org/viewvc?view=rev&rev=486876
Log:
Upgraded Tranql to 1.4.1 from 1.4 to avoid regressions introduced by pre-fetch

Modified:
    geronimo/server/branches/2.0-M1/pom.xml

Modified: geronimo/server/branches/2.0-M1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.0-M1/pom.xml?view=diff&rev=486876&r1=486875&r2=486876
==============================================================================
--- geronimo/server/branches/2.0-M1/pom.xml (original)
+++ geronimo/server/branches/2.0-M1/pom.xml Wed Dec 13 14:39:05 2006
@@ -425,7 +425,7 @@
             <dependency>
                 <groupId>org.tranql</groupId>
                 <artifactId>tranql</artifactId>
-                <version>1.4</version>
+                <version>1.4.1</version>
             </dependency>
 
             <dependency>
@@ -487,25 +487,25 @@
             <dependency>
                 <groupId>org.apache.yoko</groupId>
                 <artifactId>yoko-core</artifactId>
-                <version>1.0-incubating-M2-SNAPSHOT</version>
+                <version>1.0-incubating-M2-486709</version>
             </dependency>
 
             <dependency>
                 <groupId>org.apache.yoko</groupId>
                 <artifactId>yoko-spec-corba</artifactId>
-                <version>1.0-incubating-M2-SNAPSHOT</version>
+                <version>1.0-incubating-M2-486709</version>
             </dependency>
 
             <dependency>
                 <groupId>org.apache.yoko</groupId>
                 <artifactId>yoko-rmi-spec</artifactId>
-                <version>1.0-incubating-M2-SNAPSHOT</version>
+                <version>1.0-incubating-M2-486709</version>
             </dependency>
 
             <dependency>
                 <groupId>org.apache.yoko</groupId>
                 <artifactId>yoko-rmi-impl</artifactId>
-                <version>1.0-incubating-M2-SNAPSHOT</version>
+                <version>1.0-incubating-M2-486709</version>
             </dependency>
 
             <dependency>
@@ -847,7 +847,7 @@
             <dependency>
                 <groupId>jetty</groupId>
                 <artifactId>org.mortbay.jetty</artifactId>
-                <version>5.1.11</version>
+                <version>5.1.12</version>
             </dependency>
 
             <dependency>



Re: svn commit: r486876 - /geronimo/server/branches/2.0-M1/pom.xml

Posted by David Jencks <da...@yahoo.com>.
I can see the yoko jars in the apache.snapshot repo but maven won't  
download them for me.  Anyone else seeing this?

thanks
david jencks

On Dec 13, 2006, at 2:39 PM, hogstrom@apache.org wrote:

> Author: hogstrom
> Date: Wed Dec 13 14:39:05 2006
> New Revision: 486876
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=486876
> Log:
> Upgraded Tranql to 1.4.1 from 1.4 to avoid regressions introduced  
> by pre-fetch
>
> Modified:
>     geronimo/server/branches/2.0-M1/pom.xml
>
> Modified: geronimo/server/branches/2.0-M1/pom.xml
> URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.0-M1/ 
> pom.xml?view=diff&rev=486876&r1=486875&r2=486876
> ====================================================================== 
> ========
> --- geronimo/server/branches/2.0-M1/pom.xml (original)
> +++ geronimo/server/branches/2.0-M1/pom.xml Wed Dec 13 14:39:05 2006
> @@ -425,7 +425,7 @@
>              <dependency>
>                  <groupId>org.tranql</groupId>
>                  <artifactId>tranql</artifactId>
> -                <version>1.4</version>
> +                <version>1.4.1</version>
>              </dependency>
>
>              <dependency>
> @@ -487,25 +487,25 @@
>              <dependency>
>                  <groupId>org.apache.yoko</groupId>
>                  <artifactId>yoko-core</artifactId>
> -                <version>1.0-incubating-M2-SNAPSHOT</version>
> +                <version>1.0-incubating-M2-486709</version>
>              </dependency>
>
>              <dependency>
>                  <groupId>org.apache.yoko</groupId>
>                  <artifactId>yoko-spec-corba</artifactId>
> -                <version>1.0-incubating-M2-SNAPSHOT</version>
> +                <version>1.0-incubating-M2-486709</version>
>              </dependency>
>
>              <dependency>
>                  <groupId>org.apache.yoko</groupId>
>                  <artifactId>yoko-rmi-spec</artifactId>
> -                <version>1.0-incubating-M2-SNAPSHOT</version>
> +                <version>1.0-incubating-M2-486709</version>
>              </dependency>
>
>              <dependency>
>                  <groupId>org.apache.yoko</groupId>
>                  <artifactId>yoko-rmi-impl</artifactId>
> -                <version>1.0-incubating-M2-SNAPSHOT</version>
> +                <version>1.0-incubating-M2-486709</version>
>              </dependency>
>
>              <dependency>
> @@ -847,7 +847,7 @@
>              <dependency>
>                  <groupId>jetty</groupId>
>                  <artifactId>org.mortbay.jetty</artifactId>
> -                <version>5.1.11</version>
> +                <version>5.1.12</version>
>              </dependency>
>
>              <dependency>
>
>