Skip to content

Commit d3400b1

Browse files
committed
Bump to recent rdf4j
Signed-off-by: Peter Ansell <p_ansell@yahoo.com>
1 parent 1fef3e5 commit d3400b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@
44
<parent>
55
<artifactId>jsonld-java-parent</artifactId>
66
<groupId>com.github.jsonld-java</groupId>
7-
<version>0.12.4</version>
7+
<version>0.13.0</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>jsonld-java-tools</artifactId>
11-
<version>0.12.5-SNAPSHOT</version>
11+
<version>0.13.0-SNAPSHOT</version>
1212
<name>JSONLD Java :: Tools</name>
1313
<description>JSON-LD Java tools</description>
1414
<packaging>jar</packaging>
1515

1616
<properties>
17-
<rdf4j.version>2.5.1</rdf4j.version>
17+
<rdf4j.version>3.0.4</rdf4j.version>
1818
</properties>
1919

2020
<dependencies>
2121
<dependency>
2222
<groupId>${project.groupId}</groupId>
2323
<artifactId>jsonld-java</artifactId>
24-
<version>0.12.4</version>
24+
<version>0.13.0</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>junit</groupId>

0 commit comments

Comments
 (0)