Modified: axis/axis2/java/core/branches/1_6/modules/transport/local/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/transport/local/pom.xml?rev=1687971&r1=1687970&r2=1687971&view=diff
==============================================================================
--- axis/axis2/java/core/branches/1_6/modules/transport/local/pom.xml (original)
+++ axis/axis2/java/core/branches/1_6/modules/transport/local/pom.xml Sat Jun 
27 22:06:29 2015
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>1.6.3-SNAPSHOT</version>
+        <version>1.6.3</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-transport-local</artifactId>
@@ -33,9 +33,9 @@
     <packaging>bundle</packaging>
     <url>http://axis.apache.org/axis2/java/core/</url>
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/transport/local</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/transport/local</developerConnection>
-        
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/transport/local</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.3/modules/transport/local</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.3/modules/transport/local</developerConnection>
+        
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.6.3/modules/transport/local</url>
     </scm>
     <build>
         <sourceDirectory>src</sourceDirectory>

Modified: axis/axis2/java/core/branches/1_6/modules/transport/mail/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/transport/mail/pom.xml?rev=1687971&r1=1687970&r2=1687971&view=diff
==============================================================================
--- axis/axis2/java/core/branches/1_6/modules/transport/mail/pom.xml (original)
+++ axis/axis2/java/core/branches/1_6/modules/transport/mail/pom.xml Sat Jun 27 
22:06:29 2015
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.axis2</groupId>
     <artifactId>axis2-parent</artifactId>
-    <version>1.6.3-SNAPSHOT</version>
+    <version>1.6.3</version>
     <relativePath>../../parent/pom.xml</relativePath>
   </parent>
 
@@ -35,9 +35,9 @@
 
   <url>http://axis.apache.org/axis2/java/core/</url>
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/mail</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/mail</developerConnection>
-    
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/transport/mail</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.3</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.3</developerConnection>
+    <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.6.3</url>
   </scm>
 
   <build>

Modified: axis/axis2/java/core/branches/1_6/modules/transport/tcp/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/transport/tcp/pom.xml?rev=1687971&r1=1687970&r2=1687971&view=diff
==============================================================================
--- axis/axis2/java/core/branches/1_6/modules/transport/tcp/pom.xml (original)
+++ axis/axis2/java/core/branches/1_6/modules/transport/tcp/pom.xml Sat Jun 27 
22:06:29 2015
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>1.6.3-SNAPSHOT</version>
+        <version>1.6.3</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-transport-tcp</artifactId>
@@ -34,9 +34,9 @@
 
     <url>http://axis.apache.org/axis2/java/core/</url>
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/tcp</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/tcp</developerConnection>
-        
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/transport/tcp</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.3</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.3</developerConnection>
+        
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.6.3</url>
     </scm>
 
     <build>

Modified: axis/axis2/java/core/branches/1_6/modules/transport/testkit/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/transport/testkit/pom.xml?rev=1687971&r1=1687970&r2=1687971&view=diff
==============================================================================
--- axis/axis2/java/core/branches/1_6/modules/transport/testkit/pom.xml 
(original)
+++ axis/axis2/java/core/branches/1_6/modules/transport/testkit/pom.xml Sat Jun 
27 22:06:29 2015
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>1.6.3-SNAPSHOT</version>
+        <version>1.6.3</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-transport-testkit</artifactId>
@@ -33,9 +33,9 @@
 
     <url>http://axis.apache.org/axis2/java/core/</url>
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/testkit</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/testkit</developerConnection>
-        
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/transport/base</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.3</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.3</developerConnection>
+        
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.6.3</url>
     </scm>
 
     <dependencies>

Modified: axis/axis2/java/core/branches/1_6/modules/transport/udp/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/transport/udp/pom.xml?rev=1687971&r1=1687970&r2=1687971&view=diff
==============================================================================
--- axis/axis2/java/core/branches/1_6/modules/transport/udp/pom.xml (original)
+++ axis/axis2/java/core/branches/1_6/modules/transport/udp/pom.xml Sat Jun 27 
22:06:29 2015
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>1.6.3-SNAPSHOT</version>
+        <version>1.6.3</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-transport-udp</artifactId>
@@ -34,9 +34,9 @@
 
     <url>http://axis.apache.org/axis2/java/core/</url>
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/udp</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/udp</developerConnection>
-        
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/transport/udp</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.3</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.3</developerConnection>
+        
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.6.3</url>
     </scm>
 
     <build>

Modified: axis/axis2/java/core/branches/1_6/modules/transport/xmpp/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/transport/xmpp/pom.xml?rev=1687971&r1=1687970&r2=1687971&view=diff
==============================================================================
--- axis/axis2/java/core/branches/1_6/modules/transport/xmpp/pom.xml (original)
+++ axis/axis2/java/core/branches/1_6/modules/transport/xmpp/pom.xml Sat Jun 27 
22:06:29 2015
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>1.6.3-SNAPSHOT</version>
+        <version>1.6.3</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-transport-xmpp</artifactId>
@@ -34,9 +34,9 @@
 
     <url>http://axis.apache.org/axis2/java/core/</url>
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/xmpp</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/transport/xmpp</developerConnection>
-        
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/transport/xmpp</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.3</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.3</developerConnection>
+        
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.6.3</url>
     </scm>
 
     <build>

Modified: axis/axis2/java/core/branches/1_6/modules/webapp/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/webapp/pom.xml?rev=1687971&r1=1687970&r2=1687971&view=diff
==============================================================================
--- axis/axis2/java/core/branches/1_6/modules/webapp/pom.xml (original)
+++ axis/axis2/java/core/branches/1_6/modules/webapp/pom.xml Sat Jun 27 
22:06:29 2015
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>1.6.3-SNAPSHOT</version>
+        <version>1.6.3</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-webapp</artifactId>
@@ -30,9 +30,9 @@
     <name>Apache Axis2 - Web Application module</name>
     <url>http://axis.apache.org/axis2/java/core/</url>
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/webapp</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/webapp</developerConnection>
-        
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/webapp</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.3/modules/webapp</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.3/modules/webapp</developerConnection>
+        
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.6.3/modules/webapp</url>
     </scm>
     <dependencies>
         <dependency>

Modified: axis/axis2/java/core/branches/1_6/modules/xmlbeans/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/xmlbeans/pom.xml?rev=1687971&r1=1687970&r2=1687971&view=diff
==============================================================================
--- axis/axis2/java/core/branches/1_6/modules/xmlbeans/pom.xml (original)
+++ axis/axis2/java/core/branches/1_6/modules/xmlbeans/pom.xml Sat Jun 27 
22:06:29 2015
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>1.6.3-SNAPSHOT</version>
+        <version>1.6.3</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-xmlbeans</artifactId>
@@ -56,9 +56,9 @@
     </dependencies>
     <url>http://axis.apache.org/axis2/java/core/</url>
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/xmlbeans</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/xmlbeans</developerConnection>
-        
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/xmlbeans</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.3/modules/xmlbeans</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.3/modules/xmlbeans</developerConnection>
+        
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.6.3/modules/xmlbeans</url>
     </scm>
     <build>
         <resources>

Modified: axis/axis2/java/core/branches/1_6/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/pom.xml?rev=1687971&r1=1687970&r2=1687971&view=diff
==============================================================================
--- axis/axis2/java/core/branches/1_6/pom.xml (original)
+++ axis/axis2/java/core/branches/1_6/pom.xml Sat Jun 27 22:06:29 2015
@@ -28,7 +28,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.axis2</groupId>
     <artifactId>axis2</artifactId>
-    <version>1.6.3-SNAPSHOT</version>
+    <version>1.6.3</version>
     <packaging>pom</packaging>
     <name>Apache Axis2 - Root</name>
     <inceptionYear>2004</inceptionYear>
@@ -555,9 +555,9 @@
         </contributor>
     </contributors>
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6</developerConnection>
-        
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.3</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.3</developerConnection>
+        
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.6.3</url>
     </scm>
     <properties>
         <!-- This variable is used in some Xdocs and is substituted using 
Velocity. Note that


Reply via email to