Skip to content

Commit

Permalink
Updated POM versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Omertron committed Dec 17, 2012
1 parent 35e8c3a commit 6ed6f83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<version>4.11</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -185,7 +185,7 @@
<dependency>
<groupId>com.jhlabs</groupId>
<artifactId>filters</artifactId>
<version>2.0.235</version>
<version>2.0.235-1</version>
</dependency>

<dependency>
Expand Down
8 changes: 4 additions & 4 deletions yamj/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>4.1.7.Final</version>
<version>4.1.9.Final</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -273,7 +273,7 @@
<dependency>
<groupId>com.jhlabs</groupId>
<artifactId>filters</artifactId>
<version>2.0.235</version>
<version>2.0.235-1</version>
<type>jar</type>
</dependency>
<dependency>
Expand All @@ -285,14 +285,14 @@
<dependency>
<groupId>com.j256.ormlite</groupId>
<artifactId>ormlite-core</artifactId>
<version>4.41</version>
<version>4.42</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.j256.ormlite</groupId>
<artifactId>ormlite-jdbc</artifactId>
<version>4.41</version>
<version>4.42</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
Expand Down

0 comments on commit 6ed6f83

Please sign in to comment.