You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2009/10/15 13:05:30 UTC

svn commit: r825463 - /activemq/branches/activemq-5.3/pom.xml

Author: gtully
Date: Thu Oct 15 11:05:29 2009
New Revision: 825463

URL: http://svn.apache.org/viewvc?rev=825463&view=rev
Log:
fix activemq.version property

Modified:
    activemq/branches/activemq-5.3/pom.xml

Modified: activemq/branches/activemq-5.3/pom.xml
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-5.3/pom.xml?rev=825463&r1=825462&r2=825463&view=diff
==============================================================================
--- activemq/branches/activemq-5.3/pom.xml (original)
+++ activemq/branches/activemq-5.3/pom.xml Thu Oct 15 11:05:29 2009
@@ -31,7 +31,7 @@
   <inceptionYear>2005</inceptionYear>
 
   <properties>
-    <activemq-version>5.3.0</activemq-version>
+    <activemq-version>5.3.1-SNAPSHOT</activemq-version>
     <siteId>activemq-${activemq-version}</siteId>
     <projectName>Apache ActiveMQ</projectName>
     <!-- base url for site deployment.  See distribution management for full url.  Override this in settings.xml for staging -->