Skip to content

Commit

Permalink
Use newly-released versions of SesameTools and Ripple (including non-…
Browse files Browse the repository at this point in the history
…snapshot version of LinkedDataSail).
  • Loading branch information
joshsh committed Jul 31, 2011
1 parent d3a5cb9 commit 4827db2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blueprints-graph-sail/pom.xml
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>net.fortytwo.sesametools</groupId>
<artifactId>common</artifactId>
<version>1.3</version>
<version>1.4</version>
</dependency>
<dependency>
<groupId>org.openrdf.sesame</groupId>
Expand Down
4 changes: 2 additions & 2 deletions blueprints-sail-graph/pom.xml
Expand Up @@ -54,12 +54,12 @@
<dependency>
<groupId>net.fortytwo</groupId>
<artifactId>linked-data-sail</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
</dependency>
<dependency>
<groupId>net.fortytwo.sesametools</groupId>
<artifactId>nquads</artifactId>
<version>1.3</version>
<version>1.4</version>
</dependency>
<!-- TESTING -->
<dependency>
Expand Down

0 comments on commit 4827db2

Please sign in to comment.