Skip to content

Commit

Permalink
Updated version to 5.3.1-fuse-00-00, removed reference to activemq-sp…
Browse files Browse the repository at this point in the history
…ring since this is new to 5.4.2 and update xbean-spring to 3.6.
  • Loading branch information
Claudio Corsi committed Sep 19, 2011
1 parent ffaba72 commit eaa1155
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions pom.xml
Expand Up @@ -4,15 +4,15 @@

<groupId>org.apache.activemq</groupId>
<artifactId>broker-service-runner</artifactId>
<version>5.5.0-fuse-00-27</version>
<version>5.3.1-fuse-00-00</version>
<packaging>jar</packaging>

<name>broker-service-runner</name>
<url>http://maven.apache.org</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<activemq.version>5.5.0-fuse-00-27</activemq.version>
<activemq.version>5.3.1-fuse-00-00</activemq.version>
</properties>

<build>
Expand All @@ -26,6 +26,9 @@
<fileset>
<directory>activemq</directory>
</fileset>
<fileset>
<directory>activemq-data</directory>
</fileset>
<fileset>
<directory>hub</directory>
</fileset>
Expand Down Expand Up @@ -76,16 +79,10 @@
<version>${activemq.version}</version>
<optional>false</optional>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-spring</artifactId>
<version>${activemq.version}</version>
<optional>false</optional>
</dependency>
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-spring</artifactId>
<version>3.7</version>
<version>3.6</version>
<optional>false</optional>
</dependency>
<dependency>
Expand Down

0 comments on commit eaa1155

Please sign in to comment.