Author: veithen Date: Sat Jul 31 13:22:36 2010 New Revision: 981055 URL: http://svn.apache.org/viewvc?rev=981055&view=rev Log: Added the axis2_version property which was lost when moving the site to the root module.
Modified: axis/axis2/java/core/trunk/pom.xml Modified: axis/axis2/java/core/trunk/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/pom.xml?rev=981055&r1=981054&r2=981055&view=diff ============================================================================== --- axis/axis2/java/core/trunk/pom.xml (original) +++ axis/axis2/java/core/trunk/pom.xml Sat Jul 31 13:22:36 2010 @@ -192,6 +192,12 @@ <uniqueVersion>false</uniqueVersion> </snapshotRepository> </distributionManagement> + <properties> + <!-- This variable is used in some Xdocs and is substituted using Velocity. Note that + we can't use the project.version variable directly because of the dot. See + http://maven.apache.org/plugins/maven-site-plugin/examples/creating-content.html --> + <axis2_version>${project.version}</axis2_version> + </properties> <build> <!-- Note: the pluginManagement in axis2-parent doesn't apply here; we need to define our own! -->