You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ve...@apache.org on 2009/03/14 16:57:46 UTC

svn commit: r754468 - in /webservices/axis2/branches/java/1_5: ./ modules/parent/pom.xml

Author: veithen
Date: Sat Mar 14 15:57:45 2009
New Revision: 754468

URL: http://svn.apache.org/viewvc?rev=754468&view=rev
Log:
Set the right versions for WS-Commons Transports (merge of r754467).

Modified:
    webservices/axis2/branches/java/1_5/   (props changed)
    webservices/axis2/branches/java/1_5/modules/parent/pom.xml

Propchange: webservices/axis2/branches/java/1_5/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat Mar 14 15:57:45 2009
@@ -1 +1 @@
-/webservices/axis2/trunk/java:732924,732927,732939,733776,741873,748761
+/webservices/axis2/trunk/java:732924,732927,732939,733776,741873,748761,754467

Modified: webservices/axis2/branches/java/1_5/modules/parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/parent/pom.xml?rev=754468&r1=754467&r2=754468&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/parent/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/parent/pom.xml Sat Mar 14 15:57:45 2009
@@ -150,9 +150,9 @@
         <smack.version>3.0.4</smack.version>
         <commons.lang.version>2.3</commons.lang.version>
         <javax.mail.version>1.4</javax.mail.version>
-        <transport.http.version>SNAPSHOT</transport.http.version>
-        <transport.tcp.version>SNAPSHOT</transport.tcp.version>
-        <transport.local.version>SNAPSHOT</transport.local.version>
+        <transport.http.version>1.0-SNAPSHOT</transport.http.version>
+        <transport.tcp.version>1.0-SNAPSHOT</transport.tcp.version>
+        <transport.local.version>1.0-SNAPSHOT</transport.local.version>
         <!-- The build failing if tests are skipped is very annoying -->
         <failIfNoTests>false</failIfNoTests>
         <m2Repository>'${settings.localRepository}'</m2Repository>
@@ -1186,6 +1186,19 @@
                 </configuration>
             </plugin>
             <plugin>
+                <artifactId>maven-source-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>jar</goal>
+                        </goals>
+                    </execution>
+                </executions>
+                <configuration>
+                    <attach>true</attach>
+                </configuration>
+            </plugin>
+            <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-plugin-plugin</artifactId>
                 <version>${maven.plugin.version}</version>