Author: veithen
Date: Sun Mar 20 09:16:44 2011
New Revision: 1083379
URL: http://svn.apache.org/viewvc?rev=1083379&view=rev
Log:
Include the java_first_jaxws sample in the "everything" profile, so that
version numbers will be updated by release:branch and release:prepare. Also
updated the version number of the java_first_jaxws module itself (it will be
updated by maven-release-plugin anyway).
Modified:
axis/axis2/java/core/trunk/modules/samples/java_first_jaxws/pom.xml
axis/axis2/java/core/trunk/pom.xml
Modified: axis/axis2/java/core/trunk/modules/samples/java_first_jaxws/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/samples/java_first_jaxws/pom.xml?rev=1083379&r1=1083378&r2=1083379&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/samples/java_first_jaxws/pom.xml
(original)
+++ axis/axis2/java/core/trunk/modules/samples/java_first_jaxws/pom.xml Sun Mar
20 09:16:44 2011
@@ -24,7 +24,7 @@
<groupId>org.apache.axis2.examples</groupId>
<artifactId>java_first_jaxws</artifactId>
<name>JAXWS - Starting from Java Example</name>
- <version>1.1</version>
+ <version>1.7.0-SNAPSHOT</version>
<packaging>war</packaging>
<inceptionYear>2004</inceptionYear>
Modified: axis/axis2/java/core/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/pom.xml?rev=1083379&r1=1083378&r2=1083379&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/pom.xml (original)
+++ axis/axis2/java/core/trunk/pom.xml Sun Mar 20 09:16:44 2011
@@ -94,6 +94,7 @@
<id>everything</id>
<modules>
<module>modules/distribution</module>
+ <module>modules/samples/java_first_jaxws</module>
</modules>
</profile>
<profile>