Skip to content

Commit

Permalink
updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
wikier committed Nov 2, 2017
1 parent 60c8c59 commit 7f09384
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions RELEASE-NOTES.txt
Expand Up @@ -5,6 +5,25 @@
See https://issues.apache.org/jira/browse/COMMONSRDF/
for issues fixed since the last release.

## 0.5.0 (2017-11)

This is the first release after graduation. Although there are not API changes
nor big improvements, it updates different core aspects and dependencies.

* [COMMONSRDF-66] - JenaDatasetImpl.toString() throws RIOT exception
* [COMMONSRDF-62] - japicmp-maven-plugin breaking build because there is at least one incompatibility
* [COMMONSRDF-63] - AbstractRDFParserTest.parseFile and parseFileContentType broken under Mac OS X
* [COMMONSRDF-52] - Duplicate Bundle-SymbolicName values across all components
* [COMMONSRDF-55] - Stream of Jena quads use wrong IRI for default graph
* [COMMONSRDF-47] - RDFSyntax should be interface, not enum
* [COMMONSRDF-51] - RDF-1.1 specifies that language tags need to be compared using lower-case
* [COMMONSRDF-57] - Use newer dependency Jena/RDF4J/JSONLD Java
* [COMMONSRDF-53] - Add ServiceLoader support in OSGi
* [COMMONSRDF-64] - Add Automatic-Module-Name to bundle manifest
* [COMMONSRDF-65] - Upgrade to Jena 3.4.0, RDF4J 2.2.2
* [COMMONSRDF-59] - Fix javadocs warnings
* [COMMONSRDF-54] - overloaded versions of RDF4J#asRDFTerm(org.eclipse.rdf4j.model.Value)


## 0.3.0-incubating (2016-11)

Expand Down
8 changes: 4 additions & 4 deletions src/site/markdown/implementations.md
Expand Up @@ -61,7 +61,7 @@ usage (e.g. prototyping and creating graph fragments).
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-rdf-simple</artifactId>
<version>0.3.0-incubating</version>
<version>0.5.0</version>
</dependency>
```

Expand All @@ -85,7 +85,7 @@ Graph graph = rdf.createGraph();
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-rdf-jena</artifactId>
<version>0.3.0-incubating</version>
<version>0.5.0</version>
</dependency>
```

Expand Down Expand Up @@ -124,7 +124,7 @@ The generalized triples/quads can be accessed as [org.apache.jena.graph.Triple](
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-rdf-rdf4j</artifactId>
<version>0.3.0-incubating</version>
<version>0.5.0</version>
</dependency>
```

Expand Down Expand Up @@ -187,7 +187,7 @@ This is primarily intended to support [JSON-LD](http://json-ld.org/) parsing and
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-rdf-jsonld</artifactId>
<version>0.3.0-incubating</version>
<version>0.5.0</version>
</dependency>
```

Expand Down

0 comments on commit 7f09384

Please sign in to comment.