Skip to content

Commit

Permalink
Upgrade hornetq version.
Browse files Browse the repository at this point in the history
  • Loading branch information
chirino committed May 17, 2013
1 parent a4cad25 commit 4e4538d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/benchmark-hornetq
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
true \
${SERVER_SETUP:=true} \
${SERVER_ADDRESS:=localhost} \
${HORNETQ_VERSION:=2.3.0.CR2} \
${HORNETQ_VERSION:=2.3.0.Final} \
${SERVER_NAME:="hornetq-${HORNETQ_VERSION}"} \
${HORNETQ_DOWNLOAD:="http://downloads.jboss.org/hornetq/hornetq-${HORNETQ_VERSION}-bin.tar.gz"}

Expand Down
2 changes: 1 addition & 1 deletion jms-benchmark-hornetq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<name>${project.artifactId}</name>

<properties>
<hornetq-version>2.2.5.Final</hornetq-version>
<hornetq-version>2.3.0.Final</hornetq-version>

<url>tcp://localhost:5445</url>
<benchmark-options/>
Expand Down

0 comments on commit 4e4538d

Please sign in to comment.