Author: ataylor
Date: 2010-05-12 05:23:05 -0400 (Wed, 12 May 2010)
New Revision: 9230
Modified:
trunk/build-maven.xml
trunk/examples/jms/stomp-websockets/readme.html
trunk/src/config/common/hornetq-version.properties
Log:
updated version numbers for upcoming release
Modified: trunk/build-maven.xml
===================================================================
--- trunk/build-maven.xml 2010-05-12 07:52:19 UTC (rev 9229)
+++ trunk/build-maven.xml 2010-05-12 09:23:05 UTC (rev 9230)
@@ -13,7 +13,7 @@
-->
<project default="upload" name="HornetQ">
- <property name="hornetq.version" value="2.1.0.BETA3"/>
+ <property name="hornetq.version" value="2.1.0.CR1"/>
<property name="build.dir" value="build"/>
<property name="jars.dir" value="${build.dir}/jars"/>
Modified: trunk/examples/jms/stomp-websockets/readme.html
===================================================================
--- trunk/examples/jms/stomp-websockets/readme.html 2010-05-12 07:52:19 UTC (rev 9229)
+++ trunk/examples/jms/stomp-websockets/readme.html 2010-05-12 09:23:05 UTC (rev 9230)
@@ -49,7 +49,7 @@
$ ./run.sh ../examples/jms/stomp-websockets/server0
...
[main] 17:45:03,498 INFO [org.hornetq.core.remoting.impl.netty.NettyAcceptor] Started
Netty Acceptor version 3.2.0.BETA1-r2215 localhost:61614 for STOMP_WS protocol
-[main] 17:45:03,505 INFO [org.hornetq.core.server.impl.HornetQServerImpl] HornetQ Server
version 2.1.0.BETA3 (Hungry Hornet, 117) started
+[main] 17:45:03,505 INFO [org.hornetq.core.server.impl.HornetQServerImpl] HornetQ Server
version 2.1.0.CR1 (Hungry Hornet, 117) started
</pre>
<p>To publish a message to a JMS topic from a Java application, simply type
<code>./build.sh</code>
Modified: trunk/src/config/common/hornetq-version.properties
===================================================================
--- trunk/src/config/common/hornetq-version.properties 2010-05-12 07:52:19 UTC (rev 9229)
+++ trunk/src/config/common/hornetq-version.properties 2010-05-12 09:23:05 UTC (rev 9230)
@@ -1,8 +1,8 @@
-hornetq.version.versionName=Hungry Hornet
+hornetq.version.versionName=auraria
hornetq.version.majorVersion=2
hornetq.version.minorVersion=1
hornetq.version.microVersion=0
-hornetq.version.incrementingVersion=117
-hornetq.version.versionSuffix=BETA3
-hornetq.version.versionTag=BETA3
+hornetq.version.incrementingVersion=118
+hornetq.version.versionSuffix=CR1
+hornetq.version.versionTag=CR1
hornetq.netty.version=(a)NETTY.VERSION@
Show replies by date