Skip to content

Commit 71aa4ea

Browse files
committed
release notes and version bump for 0.5.0
1 parent 41cb6f9 commit 71aa4ea

File tree

8 files changed

+12
-10
lines changed

8 files changed

+12
-10
lines changed

README.md

Lines changed: 5 additions & 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.4.2/README.md)
2-
31
JSONLD-JAVA
42
===========
53

@@ -14,7 +12,7 @@ From Maven
1412
<dependency>
1513
<groupId>com.github.jsonld-java</groupId>
1614
<artifactId>jsonld-java</artifactId>
17-
<version>0.5-SNAPSHOT</version>
15+
<version>0.5.0</version>
1816
</dependency>
1917

2018
Code example
@@ -236,6 +234,10 @@ Then, you can open a pull request to merge your change into the master branch of
236234
CHANGELOG
237235
=========
238236

237+
### 2014-07-14
238+
* Release version 0.5.0
239+
* Fix Jackson parse exceptions being propagated through Sesame without wrapping as RDFParseExceptions
240+
239241
### 2014-07-02
240242
* Fix use of Java-7 API so we are still Java-6 compatible
241243
* Ensure that Sesame RDFHandler endRDF and startRDF are called in SesameTripleCallback

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.5-SNAPSHOT</version>
7+
<version>0.5.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.5-SNAPSHOT</version>
7+
<version>0.5.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.5-SNAPSHOT</version>
6+
<version>0.5.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.5-SNAPSHOT</version>
7+
<version>0.5.0</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.5-SNAPSHOT</version>
6+
<version>0.5.0</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
@@ -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.5-SNAPSHOT</version>
12+
<version>0.5.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.5-SNAPSHOT</version>
7+
<version>0.5.0</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>jsonld-java-tools</artifactId>

0 commit comments

Comments
 (0)