Author: dennisl
Date: Sat Sep 8 16:04:40 2007
New Revision: 573927
URL: http://svn.apache.org/viewvc?rev=573927&view=rev
Log:
o Use a reference to the pom's version element instead of having a static
value, because the static value will not be updated automatically by the
release-plugin.
Modified:
maven/doxia/doxia-sitetools/trunk/pom.xml
maven/doxia/doxia/trunk/pom.xml
Modified: maven/doxia/doxia-sitetools/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/pom.xml?rev=573927&r1=573926&r2=573927&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/pom.xml Sat Sep 8 16:04:40 2007
@@ -39,7 +39,7 @@
<url>http://maven.apache.org/doxia/doxia-sitetools</url>
<properties>
- <projectVersion>1.0-alpha-9-SNAPSHOT</projectVersion>
+ <projectVersion>${project.version}</projectVersion>
<doxiaVersion>1.0-alpha-9-SNAPSHOT</doxiaVersion>
</properties>
Modified: maven/doxia/doxia/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/pom.xml?rev=573927&r1=573926&r2=573927&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/pom.xml (original)
+++ maven/doxia/doxia/trunk/pom.xml Sat Sep 8 16:04:40 2007
@@ -38,7 +38,7 @@
<url>http://maven.apache.org/doxia/doxia</url>
<properties>
- <projectVersion>1.0-alpha-9-SNAPSHOT</projectVersion>
+ <projectVersion>${project.version}</projectVersion>
</properties>
<mailingLists>