You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jg...@apache.org on 2007/05/25 17:04:28 UTC

svn commit: r541679 - /geronimo/server/trunk/pom.xml

Author: jgenender
Date: Fri May 25 08:04:27 2007
New Revision: 541679

URL: http://svn.apache.org/viewvc?view=rev&rev=541679
Log:
Update to jaxb 2.0.5

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?view=diff&rev=541679&r1=541678&r2=541679
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Fri May 25 08:04:27 2007
@@ -1262,7 +1262,7 @@
             <dependency>
                 <groupId>com.sun.xml.bind</groupId>
                 <artifactId>jaxb-impl</artifactId>
-                <version>2.0.3</version>
+                <version>2.0.5</version>
                 <exclusions>
                     <exclusion>
                         <groupId>javax.xml.bind</groupId>
@@ -1434,7 +1434,7 @@
            <dependency>
                <groupId>com.sun.xml.bind</groupId>
                <artifactId>jaxb-xjc</artifactId>
-               <version>2.0.3</version>
+               <version>2.0.5</version>
            </dependency>
 
             <dependency>
@@ -1845,6 +1845,18 @@
             <name>Tomcat M2 Repository</name>
             <url>http://tomcat.apache.org/dev/dist/m2-repository</url>
             <layout>default</layout>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+        </repository>
+
+        <repository>
+            <id>java.net</id>
+            <url>http://download.java.net/maven/1/</url>
+            <layout>legacy</layout>
             <snapshots>
                 <enabled>false</enabled>
             </snapshots>