Update pom.xml to fix the build, instead of hardcoding <activemq-version> its now set to which seems to work on local builds here.

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1333029 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy A. Bish 2012-05-02 13:12:05 +00:00
parent c587918821
commit 015ac1c8a3
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
<inceptionYear>2005</inceptionYear>
<properties>
<activemq-version>5.6.0</activemq-version>
<activemq-version>${version}</activemq-version>
<activeio-version>3.1.4</activeio-version>
<siteId>activemq-${activemq-version}</siteId>
<projectName>Apache ActiveMQ</projectName>