Author: veithen
Date: Tue Dec 28 10:51:51 2010
New Revision: 1053302
URL: http://svn.apache.org/viewvc?rev=1053302&view=rev
Log:
Make sure that the information about the latest release in the download page is
updated automatically.
Added:
axis/axis2/java/sandesha/trunk/src/site/xdoc/download.xml.vm
- copied, changed from r1053296,
axis/axis2/java/sandesha/trunk/src/site/xdoc/download.xml
Removed:
axis/axis2/java/sandesha/trunk/src/site/xdoc/download.xml
Modified:
axis/axis2/java/sandesha/trunk/pom.xml
Modified: axis/axis2/java/sandesha/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/pom.xml?rev=1053302&r1=1053301&r2=1053302&view=diff
==============================================================================
--- axis/axis2/java/sandesha/trunk/pom.xml (original)
+++ axis/axis2/java/sandesha/trunk/pom.xml Tue Dec 28 10:51:51 2010
@@ -373,6 +373,11 @@
<commons.logging.version>1.1.1</commons.logging.version>
<junit.version>3.8.2</junit.version>
<log4j.version>1.2.15</log4j.version>
+
+ <!-- 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
-->
+ <sandesha2_version>${project.version}</sandesha2_version>
</properties>
<distributionManagement>
Copied: axis/axis2/java/sandesha/trunk/src/site/xdoc/download.xml.vm (from
r1053296, axis/axis2/java/sandesha/trunk/src/site/xdoc/download.xml)
URL:
http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/src/site/xdoc/download.xml.vm?p2=axis/axis2/java/sandesha/trunk/src/site/xdoc/download.xml.vm&p1=axis/axis2/java/sandesha/trunk/src/site/xdoc/download.xml&r1=1053296&r2=1053302&rev=1053302&view=diff
==============================================================================
--- axis/axis2/java/sandesha/trunk/src/site/xdoc/download.xml (original)
+++ axis/axis2/java/sandesha/trunk/src/site/xdoc/download.xml.vm Tue Dec 28
10:51:51 2010
@@ -26,7 +26,7 @@
</head>
<body class="composite">
<div align="left">
-<p>Please select the Sandesha2 version you want to download. Latest release is
1.3. You can download both
+<p>Please select the Sandesha2 version you want to download. Latest release is
${sandesha2_version}. You can download both
the binay distribution and the source distribution.</p>
</div>