Skip to content

Commit

Permalink
pom.xml updated
Browse files Browse the repository at this point in the history
  • Loading branch information
emacarron committed Apr 22, 2013
1 parent 01b890f commit 6e8733a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.mybatis</groupId>
<artifactId>mybatis-parent</artifactId>
<version>17-SNAPSHOT</version>
<version>18</version>
</parent>

<groupId>org.mybatis.caches</groupId>
Expand Down Expand Up @@ -55,7 +55,7 @@

<properties>
<findbugs.onlyAnalyze>org.mybatis.caches.ehcache.*</findbugs.onlyAnalyze>
<clirr.comparisonVersion>1.0.0</clirr.comparisonVersion>
<clirr.comparisonVersion>1.0.1</clirr.comparisonVersion>
<gcu.product>Cache</gcu.product>
</properties>

Expand All @@ -66,7 +66,7 @@
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.2</version>
<scope>provided</scope>
</dependency>

Expand All @@ -76,7 +76,7 @@
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-core</artifactId>
<version>2.5.1</version>
<version>2.6.5</version>
<scope>compile</scope>
</dependency>

Expand All @@ -96,7 +96,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<version>4.11</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 6e8733a

Please sign in to comment.