the version variable is not changed by the release plugin so sue pom.version instead

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@647840 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2008-04-14 15:16:23 +00:00
parent ee9e607dea
commit 5805fe34cf
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
<!-- base url for site deployment. See distribution management for full url. Override this in settings.xml for staging -->
<staging.siteURL>scp://people.apache.org/x1/www/activemq.apache.org</staging.siteURL>
<version>5.1-SNAPSHOT</version>
<version>${pom.version}</version>
<spring-version>2.5.1</spring-version>
<activesoap-version>1.3</activesoap-version>
<annogen-version>0.1.0</annogen-version>