Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Commit

Permalink
Aligned to sesame 2.7.11 and bumped dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Meingast committed Apr 13, 2014
1 parent 27bdc10 commit 7f2d8fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>org.openrdf.sesame</groupId>
<artifactId>sesame-spring</artifactId>
<version>2.7.9</version>
<version>2.7.11</version>
<name>${project.artifactId}</name>

<description>
Expand Down Expand Up @@ -139,11 +139,11 @@
</build>

<properties>
<spring.version>4.0.0.RELEASE</spring.version>
<spring.version>4.0.3.RELEASE</spring.version>
<sesame.version>${project.version}</sesame.version>
<junit.version>4.11</junit.version>
<slf4j.version>1.7.5</slf4j.version>
<cglib.version>3.0</cglib.version>
<slf4j.version>1.7.7</slf4j.version>
<cglib.version>3.1</cglib.version>
<maven-compiler.version>3.1</maven-compiler.version>

<encoding>UTF-8</encoding>
Expand Down

0 comments on commit 7f2d8fa

Please sign in to comment.