You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@abdera.apache.org by an...@apache.org on 2010/11/25 23:37:32 UTC

svn commit: r1039210 - /abdera/java/trunk/pom.xml

Author: antelder
Date: Thu Nov 25 22:37:32 2010
New Revision: 1039210

URL: http://svn.apache.org/viewvc?rev=1039210&view=rev
Log:
Update to use the mpw released 1.2.10 version of axiom instead of the snapshot

Modified:
    abdera/java/trunk/pom.xml

Modified: abdera/java/trunk/pom.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/pom.xml?rev=1039210&r1=1039209&r2=1039210&view=diff
==============================================================================
--- abdera/java/trunk/pom.xml (original)
+++ abdera/java/trunk/pom.xml Thu Nov 25 22:37:32 2010
@@ -210,8 +210,8 @@
       </plugin>
       
       <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
         <version>0.6</version>
       </plugin> 
       
@@ -336,7 +336,7 @@
       <dependency>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom-impl</artifactId>
-        <version>1.2.10-SNAPSHOT</version>  
+        <version>1.2.10</version>  
 
       <exclusions>
         <exclusion>
@@ -439,7 +439,7 @@
   </distributionManagement>
 
   <properties>
-    <jetty.version>6.1.24</jetty.version>
+    <jetty.version>6.1.24</jetty.version>
     <easymock.version>3.0</easymock.version>
     <topDir>${basedir}</topDir>
   </properties>