Skip to content

Commit

Permalink
set hq version properties to SNAPSHOT as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Borges committed Nov 19, 2012
1 parent b35ef2f commit 965b3f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
<hornetq.version.minorVersion>3</hornetq.version.minorVersion>
<hornetq.version.microVersion>0</hornetq.version.microVersion>
<hornetq.version.incrementingVersion>122</hornetq.version.incrementingVersion>
<hornetq.version.versionSuffix>BETA2</hornetq.version.versionSuffix>
<hornetq.version.versionTag>BETA2</hornetq.version.versionTag>
<hornetq.version.versionSuffix>SNAPSHOT</hornetq.version.versionSuffix>
<hornetq.version.versionTag>SNAPSHOT</hornetq.version.versionTag>
<HornetQ-Version>
${hornetq.version.majorVersion}.${hornetq.version.minorVersion}.${hornetq.version.microVersion}.${hornetq.version.versionSuffix}
(${hornetq.version.versionName}, ${hornetq.version.incrementingVersion})
Expand Down

0 comments on commit 965b3f1

Please sign in to comment.