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/12/08 03:29:42 UTC

[3/7] commons-rdf git commit: Update example to 0.5.0

Update example to 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/3acdedbc
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/3acdedbc
Diff: http://git-wip-us.apache.org/repos/asf/commons-rdf/diff/3acdedbc

Branch: refs/heads/0.5.0-RC
Commit: 3acdedbce0c18df04ba8147a3da2fd448a5ede24
Parents: d9b68d9
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Wed Dec 6 13:15:55 2017 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Wed Dec 6 13:15:55 2017 +0000

----------------------------------------------------------------------
 commons-rdf-examples/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rdf/blob/3acdedbc/commons-rdf-examples/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rdf-examples/pom.xml b/commons-rdf-examples/pom.xml
index 995cfae..44cc8df 100644
--- a/commons-rdf-examples/pom.xml
+++ b/commons-rdf-examples/pom.xml
@@ -58,13 +58,13 @@
     		<groupId>org.apache.commons</groupId>
     		<artifactId>commons-rdf-api</artifactId>
         <!-- update to latest version -->
-    		<version>0.3.0</version>
+    		<version>0.5.0</version>
     	</dependency>
     	<dependency>
     		<groupId>org.apache.commons</groupId>
     		<artifactId>commons-rdf-simple</artifactId>
         <!-- update to latest version -->
-    		<version>0.3.0</version>
+    		<version>0.5.0</version>
     	</dependency>
     	<dependency>
     		<groupId>junit</groupId>