You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by en...@apache.org on 2014/03/29 20:20:37 UTC

git commit: CLEREZZA-902 Fixed reference for virtuoso jdbc

Repository: clerezza
Updated Branches:
  refs/heads/master 18220e2ef -> 63682fb14


CLEREZZA-902 Fixed reference for virtuoso jdbc


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

Branch: refs/heads/master
Commit: 63682fb1446e9f0004cae4fa3af311f147ba5bc5
Parents: 18220e2
Author: enridaga <en...@apache.org>
Authored: Sat Mar 29 19:20:27 2014 +0000
Committer: enridaga <en...@apache.org>
Committed: Sat Mar 29 19:20:27 2014 +0000

----------------------------------------------------------------------
 rdf.virtuoso.storage/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/clerezza/blob/63682fb1/rdf.virtuoso.storage/pom.xml
----------------------------------------------------------------------
diff --git a/rdf.virtuoso.storage/pom.xml b/rdf.virtuoso.storage/pom.xml
index fd88a50..194058b 100644
--- a/rdf.virtuoso.storage/pom.xml
+++ b/rdf.virtuoso.storage/pom.xml
@@ -47,7 +47,7 @@
 		</dependency>
 		<!-- VIRTUOSO Dependencies -->
 		<dependency>
-			<groupId>clerezza-virtuoso</groupId>
+			<groupId>org.apache.clerezza</groupId>
 			<artifactId>ext.virtuoso.jdbc</artifactId>
 			<version>0.3-SNAPSHOT</version>
 			<scope>provided</scope>