Skip to content

Commit

Permalink
Merge pull request #119 from clebertsuconic/Branch_2_2_EAP
Browse files Browse the repository at this point in the history
Branch 2 2 eap version change
  • Loading branch information
clebertsuconic committed Apr 25, 2012
2 parents be063b9 + 4fb460e commit 5f4e662
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build-maven.xml
Expand Up @@ -13,7 +13,7 @@
-->

<project default="upload" name="HornetQ">
<property name="hornetq.version" value="2.2.snapshot.EAP.GA"/>
<property name="hornetq.version" value="2.2.10.EAP.GA_JBPAPP-8396-v2"/>
<property name="build.dir" value="build"/>
<property name="jars.dir" value="${build.dir}/jars"/>

Expand Down
2 changes: 1 addition & 1 deletion hornetq-rest/pom.xml
Expand Up @@ -10,7 +10,7 @@

<properties>
<resteasy.version>2.0.1.GA</resteasy.version>
<hornetq.version>2.2.snapshot.EAP.GA</hornetq.version>
<hornetq.version>2.2.10.EAP.GA_JBPAPP-8396-v2</hornetq.version>
</properties>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -19,7 +19,7 @@ Copyright 2009 Red Hat, Inc.
<groupId>org.hornetq</groupId>
<artifactId>messaging</artifactId>
<packaging>pom</packaging>
<version>2.2.10.EAP.GA</version>
<version>2.2.10.EAP.GA_JBPAPP-8396-v2</version>

<properties>
<resteasy.version>2.1.0.GA</resteasy.version>
Expand Down
2 changes: 1 addition & 1 deletion src/config/common/hornetq-version.properties
@@ -1,4 +1,4 @@
hornetq.version.versionName=HQ_2_2_snapshot_EAP_GA
hornetq.version.versionName=HQ_2_2_10_EAP_GA_JBPAPP-8396-v2
hornetq.version.majorVersion=2
hornetq.version.minorVersion=2
hornetq.version.microVersion=10
Expand Down

0 comments on commit 5f4e662

Please sign in to comment.