Skip to content

Commit 7892d9e

Browse files
committed
Bump to next development version
Signed-off-by: Peter Ansell <p_ansell@yahoo.com>
1 parent 8a5bccf commit 7892d9e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ From Maven
1515
<dependency>
1616
<groupId>com.github.jsonld-java</groupId>
1717
<artifactId>jsonld-java-clerezza</artifactId>
18-
<version>0.10.0</version>
18+
<version>0.12.0</version>
1919
</dependency>
2020

2121
(Adjust for most recent <version>, as found in ``pom.xml``).
2222

2323
ClerezzaTripleCallback
2424
------------------
2525

26-
The ClerezzaTripleCallback returns an instance of `org.apache.clerezza.rdf.core.MGraph`
26+
The ClerezzaTripleCallback returns an instance of `org.apache.clerezza.commons.rdf.Graph`
2727

2828
See [ClerezzaTripleCallbackTest.java](./src/test/java/com/github/jsonldjava/clerezza/ClerezzaTripleCallbackTest.java) for example Usage.
2929

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>jsonld-java-clerezza</artifactId>
11-
<version>0.12.0</version>
11+
<version>0.12.1-SNAPSHOT</version>
1212
<name>JSONLD Java :: Clerezza Integration</name>
1313
<description>JSON-LD Java integration module for Clerezza</description>
1414
<packaging>bundle</packaging>

0 commit comments

Comments
 (0)