Skip to content

Commit 207c22c

Browse files
committed
update readme
1 parent 867472c commit 207c22c

File tree

9 files changed

+11
-9
lines changed

9 files changed

+11
-9
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
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.4.1/README.md)
2+
13
JSONLD-JAVA
24
===========
35

@@ -12,7 +14,7 @@ From Maven
1214
<dependency>
1315
<groupId>com.github.jsonld-java</groupId>
1416
<artifactId>jsonld-java</artifactId>
15-
<version>0.4.1</version>
17+
<version>0.5-SNAPSHOT</version>
1618
</dependency>
1719

1820
Code example

core/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.4.1</version>
6+
<version>0.5-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>jsonld-java</artifactId>

integration/clerezza/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-integration</artifactId>
55
<groupId>com.github.jsonld-java</groupId>
6-
<version>0.4.1</version>
6+
<version>0.5-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>jsonld-java-clerezza</artifactId>

integration/jena/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.4.1</version>
7+
<version>0.5-SNAPSHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>jsonld-java-jena</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.4.1</version>
6+
<version>0.5-SNAPSHOT</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.4.1</version>
7+
<version>0.5-SNAPSHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>jsonld-java-rdf2go</artifactId>

integration/sesame/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-integration</artifactId>
55
<groupId>com.github.jsonld-java</groupId>
6-
<version>0.4.1</version>
6+
<version>0.5-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>jsonld-java-sesame</artifactId>

pom.xml

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

tools/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.4.1</version>
6+
<version>0.5-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>jsonld-java-tools</artifactId>

0 commit comments

Comments
 (0)