You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by as...@apache.org on 2010/06/10 19:21:01 UTC

svn commit: r953401 - in /geronimo/server/branches/2.1: ./ repository/org/apache/ws/ repository/org/apache/ws/commons/axiom/axiom-api/1.2.5-20100610/ repository/org/apache/ws/commons/axiom/axiom-api/1.2.5/

Author: ashishjain
Date: Thu Jun 10 17:21:00 2010
New Revision: 953401

URL: http://svn.apache.org/viewvc?rev=953401&view=rev
Log:
GERONIMO-5379 Renamed the axiom-api-1.2.5.jar to axiom-api-1.2.5-20100610.jar. Modified the pom.xml to pick axiom-api-1.2.5-20100610.jar.

Added:
    geronimo/server/branches/2.1/repository/org/apache/ws/commons/axiom/axiom-api/1.2.5-20100610/
      - copied from r953398, geronimo/server/branches/2.1/repository/org/apache/ws/commons/axiom/axiom-api/1.2.5/
    geronimo/server/branches/2.1/repository/org/apache/ws/commons/axiom/axiom-api/1.2.5-20100610/axiom-api-1.2.5-20100610.jar
      - copied unchanged from r953398, geronimo/server/branches/2.1/repository/org/apache/ws/commons/axiom/axiom-api/1.2.5/axiom-api-1.2.5.jar
Removed:
    geronimo/server/branches/2.1/repository/org/apache/ws/commons/axiom/axiom-api/1.2.5/
    geronimo/server/branches/2.1/repository/org/apache/ws/commons/axiom/axiom-api/1.2.5-20100610/axiom-api-1.2.5.jar
Modified:
    geronimo/server/branches/2.1/pom.xml
    geronimo/server/branches/2.1/repository/org/apache/ws/readme.txt

Modified: geronimo/server/branches/2.1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/pom.xml?rev=953401&r1=953400&r2=953401&view=diff
==============================================================================
--- geronimo/server/branches/2.1/pom.xml (original)
+++ geronimo/server/branches/2.1/pom.xml Thu Jun 10 17:21:00 2010
@@ -1464,7 +1464,7 @@
             <dependency>
                 <groupId>org.apache.ws.commons.axiom</groupId>
                 <artifactId>axiom-api</artifactId>
-                <version>${axiomVersion}</version>
+                <version>1.2.5-20100610</version>
                 <exclusions>
                     <exclusion>
                         <groupId>log4j</groupId>

Modified: geronimo/server/branches/2.1/repository/org/apache/ws/readme.txt
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/repository/org/apache/ws/readme.txt?rev=953401&r1=953400&r2=953401&view=diff
==============================================================================
--- geronimo/server/branches/2.1/repository/org/apache/ws/readme.txt (original)
+++ geronimo/server/branches/2.1/repository/org/apache/ws/readme.txt Thu Jun 10 17:21:00 2010
@@ -1,6 +1,6 @@
 Private Build of Axiom 1.2.5 for Geronimo.   
 
-How to build Axiom 1.2.5
+How to build Axiom 1.2.5-20100610
 ---------------------------------
  Checkout the Axiom 1.2.5 tag
    svn co http://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1_2_5
@@ -27,4 +27,4 @@ Patch Information
 Copy patched jar files to appropriate locations
 -----------------------------------------------
   cd 1_2_5
-  cp modules/axiom-api/target/axiom-api-1.2.5.jar <geronimo-root>/repository/org/apache/ws/commons/axiom/axiom-api/1.2.5/axiom-api-1.2.5.jar
\ No newline at end of file
+  cp modules/axiom-api/target/axiom-api-1.2.5.jar <geronimo-root>/repository/org/apache/ws/commons/axiom/axiom-api/1.2.5-20100610/axiom-api-1.2.5-20100610.jar
\ No newline at end of file