Author: gdaniels
Date: Thu Mar 5 16:13:07 2009
New Revision: 750490
URL: http://svn.apache.org/viewvc?rev=750490&view=rev
Log:
Version -> 1.0-SNAPSHOT
Modified:
webservices/commons/trunk/modules/transport/modules/base/pom.xml
webservices/commons/trunk/modules/transport/modules/jms/pom.xml
webservices/commons/trunk/modules/transport/modules/local/pom.xml
webservices/commons/trunk/modules/transport/modules/mail/pom.xml
webservices/commons/trunk/modules/transport/modules/parent/pom.xml
webservices/commons/trunk/modules/transport/modules/tcp/pom.xml
webservices/commons/trunk/modules/transport/modules/testkit/pom.xml
webservices/commons/trunk/modules/transport/modules/udp/pom.xml
webservices/commons/trunk/modules/transport/modules/xmpp/pom.xml
webservices/commons/trunk/modules/transport/pom.xml
Modified: webservices/commons/trunk/modules/transport/modules/base/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/modules/base/pom.xml?rev=750490&r1=750489&r2=750490&view=diff
==============================================================================
--- webservices/commons/trunk/modules/transport/modules/base/pom.xml (original)
+++ webservices/commons/trunk/modules/transport/modules/base/pom.xml Thu Mar 5
16:13:07 2009
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-transport</artifactId>
- <version>SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: webservices/commons/trunk/modules/transport/modules/jms/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/modules/jms/pom.xml?rev=750490&r1=750489&r2=750490&view=diff
==============================================================================
--- webservices/commons/trunk/modules/transport/modules/jms/pom.xml (original)
+++ webservices/commons/trunk/modules/transport/modules/jms/pom.xml Thu Mar 5
16:13:07 2009
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-transport</artifactId>
- <version>SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: webservices/commons/trunk/modules/transport/modules/local/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/modules/local/pom.xml?rev=750490&r1=750489&r2=750490&view=diff
==============================================================================
--- webservices/commons/trunk/modules/transport/modules/local/pom.xml (original)
+++ webservices/commons/trunk/modules/transport/modules/local/pom.xml Thu Mar
5 16:13:07 2009
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-transport</artifactId>
- <version>SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>axis2-transport-local</artifactId>
Modified: webservices/commons/trunk/modules/transport/modules/mail/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/modules/mail/pom.xml?rev=750490&r1=750489&r2=750490&view=diff
==============================================================================
--- webservices/commons/trunk/modules/transport/modules/mail/pom.xml (original)
+++ webservices/commons/trunk/modules/transport/modules/mail/pom.xml Thu Mar 5
16:13:07 2009
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-transport</artifactId>
- <version>SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: webservices/commons/trunk/modules/transport/modules/parent/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/modules/parent/pom.xml?rev=750490&r1=750489&r2=750490&view=diff
==============================================================================
--- webservices/commons/trunk/modules/transport/modules/parent/pom.xml
(original)
+++ webservices/commons/trunk/modules/transport/modules/parent/pom.xml Thu Mar
5 16:13:07 2009
@@ -29,7 +29,7 @@
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-transport</artifactId>
- <version>SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<description>Axis2 Transport</description>
<name>Apache Axis2 - Transport - Parent</name>
Modified: webservices/commons/trunk/modules/transport/modules/tcp/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/modules/tcp/pom.xml?rev=750490&r1=750489&r2=750490&view=diff
==============================================================================
--- webservices/commons/trunk/modules/transport/modules/tcp/pom.xml (original)
+++ webservices/commons/trunk/modules/transport/modules/tcp/pom.xml Thu Mar 5
16:13:07 2009
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-transport</artifactId>
- <version>SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>axis2-transport-tcp</artifactId>
Modified: webservices/commons/trunk/modules/transport/modules/testkit/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/modules/testkit/pom.xml?rev=750490&r1=750489&r2=750490&view=diff
==============================================================================
--- webservices/commons/trunk/modules/transport/modules/testkit/pom.xml
(original)
+++ webservices/commons/trunk/modules/transport/modules/testkit/pom.xml Thu Mar
5 16:13:07 2009
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-transport</artifactId>
- <version>SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>axis2-transport-testkit</artifactId>
Modified: webservices/commons/trunk/modules/transport/modules/udp/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/modules/udp/pom.xml?rev=750490&r1=750489&r2=750490&view=diff
==============================================================================
--- webservices/commons/trunk/modules/transport/modules/udp/pom.xml (original)
+++ webservices/commons/trunk/modules/transport/modules/udp/pom.xml Thu Mar 5
16:13:07 2009
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-transport</artifactId>
- <version>SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>axis2-transport-udp</artifactId>
Modified: webservices/commons/trunk/modules/transport/modules/xmpp/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/modules/xmpp/pom.xml?rev=750490&r1=750489&r2=750490&view=diff
==============================================================================
--- webservices/commons/trunk/modules/transport/modules/xmpp/pom.xml (original)
+++ webservices/commons/trunk/modules/transport/modules/xmpp/pom.xml Thu Mar 5
16:13:07 2009
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-transport</artifactId>
- <version>SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>axis2-transport-xmpp</artifactId>
Modified: webservices/commons/trunk/modules/transport/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/pom.xml?rev=750490&r1=750489&r2=750490&view=diff
==============================================================================
--- webservices/commons/trunk/modules/transport/pom.xml (original)
+++ webservices/commons/trunk/modules/transport/pom.xml Thu Mar 5 16:13:07 2009
@@ -30,7 +30,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-transports</artifactId>
- <version>SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Axis2 - Transport - Root</name>