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:43 UTC

[4/7] commons-rdf git commit: Revert "Update example to 0.5.0" until it gets released.

Revert "Update example to 0.5.0" until it gets released.

This reverts commit 3acdedbce0c18df04ba8147a3da2fd448a5ede24.


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

Branch: refs/heads/0.5.0-RC
Commit: 4c954378bad1f2c8b2f4d33265b9f771cc563bb5
Parents: 3acdedb
Author: Sergio Fernández <wi...@apache.org>
Authored: Thu Dec 7 19:20:41 2017 -0800
Committer: Sergio Fernández <wi...@apache.org>
Committed: Thu Dec 7 19:20:41 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/commons-rdf/blob/4c954378/commons-rdf-examples/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rdf-examples/pom.xml b/commons-rdf-examples/pom.xml
index 44cc8df..995cfae 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.5.0</version>
+    		<version>0.3.0</version>
     	</dependency>
     	<dependency>
     		<groupId>org.apache.commons</groupId>
     		<artifactId>commons-rdf-simple</artifactId>
         <!-- update to latest version -->
-    		<version>0.5.0</version>
+    		<version>0.3.0</version>
     	</dependency>
     	<dependency>
     		<groupId>junit</groupId>