updated examples' dependency

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

Branch: refs/heads/0.5.0-RC
Commit: a51608a5abb6a0ab37f550103dc2f543a32c187d
Parents: d0a0338
Author: Sergio Fernández <wik...@apache.org>
Authored: Sun Nov 19 13:23:54 2017 -0800
Committer: Sergio Fernández <wik...@apache.org>
Committed: Sun Nov 19 13:23:54 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/commons-rdf/blob/a51608a5/commons-rdf-examples/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rdf-examples/pom.xml b/commons-rdf-examples/pom.xml
index 995cfae..474cc7a 100644
--- a/commons-rdf-examples/pom.xml
+++ b/commons-rdf-examples/pom.xml
@@ -34,6 +34,7 @@
     <properties>
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
+        <commons.rdf.version>0.5.0</commons.rdf.version> <!-- update to latest 
version -->
     </properties>
 
     <build>
@@ -57,14 +58,12 @@
        <dependency>
                <groupId>org.apache.commons</groupId>
                <artifactId>commons-rdf-api</artifactId>
-        <!-- update to latest version -->
-               <version>0.3.0</version>
+               <version>${commons.rdf.version}</version>
        </dependency>
        <dependency>
                <groupId>org.apache.commons</groupId>
                <artifactId>commons-rdf-simple</artifactId>
-        <!-- update to latest version -->
-               <version>0.3.0</version>
+               <version>${commons.rdf.version}</version>
        </dependency>
        <dependency>
                <groupId>junit</groupId>
@@ -75,7 +74,7 @@
     </dependencies>
 
     <repositories>
-      <!-- Only needed if testing  release of commons-rdf -->
+        <!-- Only needed if testing  release of commons-rdf -->
        <repository>
                <id>apache.snapshots</id>
                <name>Apache Snapshot Repository</name>

Reply via email to