You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2008/04/14 17:16:24 UTC

svn commit: r647840 - /activemq/trunk/pom.xml

Author: chirino
Date: Mon Apr 14 08:16:23 2008
New Revision: 647840

URL: http://svn.apache.org/viewvc?rev=647840&view=rev
Log:
the version variable is not changed by the release plugin so sue pom.version instead

Modified:
    activemq/trunk/pom.xml

Modified: activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=647840&r1=647839&r2=647840&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Mon Apr 14 08:16:23 2008
@@ -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>