You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by wi...@apache.org on 2017/11/19 21:35:16 UTC

commons-rdf git commit: updated release notes towards 0.5.0

Repository: commons-rdf
Updated Branches:
  refs/heads/0.5.0-RC a51608a5a -> 72c3e03b4


updated release notes towards 0.5.0


Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/72c3e03b
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/72c3e03b
Diff: http://git-wip-us.apache.org/repos/asf/commons-rdf/diff/72c3e03b

Branch: refs/heads/0.5.0-RC
Commit: 72c3e03b4cb87cf12e1d10ed5e7ca0611aee4267
Parents: a51608a
Author: Sergio Fernández <wi...@apache.org>
Authored: Sun Nov 19 13:35:07 2017 -0800
Committer: Sergio Fernández <wi...@apache.org>
Committed: Sun Nov 19 13:35:07 2017 -0800

----------------------------------------------------------------------
 RELEASE-NOTES.txt       | 16 ++++++++--------
 src/changes/changes.xml |  3 ---
 2 files changed, 8 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rdf/blob/72c3e03b/RELEASE-NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index ded7ecb..451a12d 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -10,20 +10,20 @@ for issues fixed since the last release.
 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-52] - Duplicate Bundle-SymbolicName values across all components
+* [COMMONSRDF-55] - Stream of Jena quads use wrong IRI for default graph
 * [COMMONSRDF-57] - Use newer dependency Jena/RDF4J/JSONLD Java
+* [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-66] - JenaDatasetImpl.toString() throws RIOT exception
 * [COMMONSRDF-53] - Add ServiceLoader support in OSGi
+* [COMMONSRDF-54] - overloaded versions of RDF4J#asRDFTerm(org.eclipse.rdf4j.model.Value)
+* [COMMONSRDF-59] - Fix javadocs warnings
 * [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)
-
+* [COMMONSRDF-70] - Upgrade Jena version to 3.5.0
 
 ## 0.3.0-incubating (2016-11)
 

http://git-wip-us.apache.org/repos/asf/commons-rdf/blob/72c3e03b/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 72f0483..2e7c1fc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,9 +62,6 @@
         <action type="add" issue="COMMONSRDF-65">
             Upgrade to Jena 3.4.0, RDF4J 2.2.2
         </action>
-        <action type="add" issue="COMMONSRDF-68">
-            Support changes.xml 
-        </action>
         <action type="add" issue="COMMONSRDF-70">
             Upgrade Jena version to 3.5.0
         </action>