Skip to content

Commit 6fe8a9a

Browse files
committed
Release 0.6.0
1 parent 65b3247 commit 6fe8a9a

File tree

7 files changed

+7
-9
lines changed

7 files changed

+7
-9
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
Note: this is the documentation for the current unstable development branch. [For the stable release documentation see here](https://github.com/jsonld-java/jsonld-java/blob/v0.5.1/README.md)
2-
31
JSONLD-JAVA
42
===========
53

@@ -16,7 +14,7 @@ From Maven
1614
<dependency>
1715
<groupId>com.github.jsonld-java</groupId>
1816
<artifactId>jsonld-java</artifactId>
19-
<version>0.6.0-SNAPSHOT</version>
17+
<version>0.6.0</version>
2018
</dependency>
2119

2220
Code example

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>jsonld-java-parent</artifactId>
66
<groupId>com.github.jsonld-java</groupId>
7-
<version>0.6.0-SNAPSHOT</version>
7+
<version>0.6.0</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>jsonld-java</artifactId>

integration/clerezza/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>jsonld-java-integration</artifactId>
66
<groupId>com.github.jsonld-java</groupId>
7-
<version>0.6.0-SNAPSHOT</version>
7+
<version>0.6.0</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>jsonld-java-clerezza</artifactId>

integration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>jsonld-java-parent</artifactId>
55
<groupId>com.github.jsonld-java</groupId>
6-
<version>0.6.0-SNAPSHOT</version>
6+
<version>0.6.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>jsonld-java-integration</artifactId>

integration/rdf2go/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>jsonld-java-integration</artifactId>
66
<groupId>com.github.jsonld-java</groupId>
7-
<version>0.6.0-SNAPSHOT</version>
7+
<version>0.6.0</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>jsonld-java-rdf2go</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>com.github.jsonld-java</groupId>
1111
<artifactId>jsonld-java-parent</artifactId>
12-
<version>0.6.0-SNAPSHOT</version>
12+
<version>0.6.0</version>
1313
<name>JSONLD Java :: Parent</name>
1414
<description>Json-LD Java Parent POM</description>
1515
<packaging>pom</packaging>

tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>jsonld-java-parent</artifactId>
66
<groupId>com.github.jsonld-java</groupId>
7-
<version>0.6.0-SNAPSHOT</version>
7+
<version>0.6.0</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>jsonld-java-tools</artifactId>

0 commit comments

Comments
 (0)