Skip to content

Commit

Permalink
Merge pull request #29 from awoods/fcrepo-1682
Browse files Browse the repository at this point in the history
Update Jena version
  • Loading branch information
acoburn committed Aug 7, 2015
2 parents 5d8141a + a179e1b commit c5e14b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions fcrepo-client-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<packaging>jar</packaging>

<properties>
<jena.version>2.12.1</jena.version>
<jena.version>2.13.0</jena.version>
<commons-io.version>2.4</commons-io.version>
<org.apache.commons.version>3.1</org.apache.commons.version>
<org.apache.commons.version>3.3.2</org.apache.commons.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion fcrepo-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<packaging>bundle</packaging>

<properties>
<jena.version>2.12.1</jena.version>
<jena.version>2.13.0</jena.version>
<osgi.import.packages>
*
</osgi.import.packages>
Expand Down

0 comments on commit c5e14b9

Please sign in to comment.