You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2014/08/01 19:10:46 UTC

[07/11] git commit: CLEREZZA-931: Use released versions of own dependencies

CLEREZZA-931: Use released versions of own dependencies


Project: http://git-wip-us.apache.org/repos/asf/clerezza/repo
Commit: http://git-wip-us.apache.org/repos/asf/clerezza/commit/09a00242
Tree: http://git-wip-us.apache.org/repos/asf/clerezza/tree/09a00242
Diff: http://git-wip-us.apache.org/repos/asf/clerezza/diff/09a00242

Branch: refs/heads/release-201407
Commit: 09a00242839c08218a4e474dbfd2d7bc24d49f3f
Parents: 80e95cd
Author: Minto van der Sluis <mi...@apache.org>
Authored: Thu Jul 31 08:48:29 2014 +0200
Committer: Minto van der Sluis <mi...@apache.org>
Committed: Thu Jul 31 08:48:29 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/clerezza/blob/09a00242/rdf.virtuoso.storage/pom.xml
----------------------------------------------------------------------
diff --git a/rdf.virtuoso.storage/pom.xml b/rdf.virtuoso.storage/pom.xml
index cbc7f7e..0e1f06d 100644
--- a/rdf.virtuoso.storage/pom.xml
+++ b/rdf.virtuoso.storage/pom.xml
@@ -37,7 +37,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
-			<version>0.14-SNAPSHOT</version>
+			<version>0.14</version>
 			<scope>provided</scope>
 		</dependency>
 
@@ -49,7 +49,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>ext.virtuoso.jdbc</artifactId>
-			<version>0.3-SNAPSHOT</version>
+			<version>0.3</version>
 			<scope>provided</scope>
 		</dependency>