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 di...@apache.org on 2007/05/02 15:52:54 UTC

svn commit: r534458 - /webservices/axis2/trunk/java/modules/samples/jaxws-calculator/pom.xml

Author: dims
Date: Wed May  2 06:52:53 2007
New Revision: 534458

URL: http://svn.apache.org/viewvc?view=rev&rev=534458
Log:
fix version

Modified:
    webservices/axis2/trunk/java/modules/samples/jaxws-calculator/pom.xml

Modified: webservices/axis2/trunk/java/modules/samples/jaxws-calculator/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/samples/jaxws-calculator/pom.xml?view=diff&rev=534458&r1=534457&r2=534458
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/jaxws-calculator/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/samples/jaxws-calculator/pom.xml Wed May  2 06:52:53 2007
@@ -21,7 +21,7 @@
 	<groupId>org.apache.axis2.samples</groupId>
 	<artifactId>jaxws-calculator</artifactId>
 	<packaging>aar</packaging>
-	<version>1.2</version>
+	<version>SNAPSHOT</version>
 	<name>JAXWS Calculator Service</name>
 	<build>
 		<sourceDirectory>src</sourceDirectory>
@@ -37,7 +37,7 @@
 			<plugin>
 				<groupId>org.apache.axis2</groupId>
 				<artifactId>axis2-aar-maven-plugin</artifactId>
-				<version>1.2</version>
+				<version>SNAPSHOT</version>
 				<extensions>true</extensions>
 				<configuration>
 					<servicesXmlFile>resources/META-INF/services.xml</servicesXmlFile>
@@ -51,7 +51,7 @@
 		<dependency>
 			<groupId>org.apache.axis2</groupId>
 			<artifactId>axis2-jaxws</artifactId>
-			<version>1.2</version>
+			<version>SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<repositories>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org