Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bump infinispan version
  • Loading branch information
cbeer committed Feb 25, 2013
1 parent af35080 commit 4026728
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Expand Up @@ -21,6 +21,8 @@
<activemq.version>5.7.0</activemq.version>
<cxf.version>2.7.2</cxf.version>
<modeshape.version>3.1.2.Final</modeshape.version>
<infinispan.version>5.2.1.Final</infinispan.version>
<jgroups.version>3.2.6.Final</jgroups.version>
<slf4j.version>1.7.2</slf4j.version>
<spring.version>3.2.0.RELEASE</spring.version>

Expand Down Expand Up @@ -132,12 +134,12 @@
<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-core</artifactId>
<version>5.2.0.Final</version>
<version>${infinispan.version}</version>
</dependency>
<dependency>
<groupId>org.jgroups</groupId>
<artifactId>jgroups</artifactId>
<version>3.2.6.Final</version>
<version>${jgroups.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 4026728

Please sign in to comment.