You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by rv...@apache.org on 2015/03/17 12:21:35 UTC

[23/52] [abbrv] jena git commit: Update for jena-fuseki1 rename

Update for jena-fuseki1 rename


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/4692c739
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/4692c739
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/4692c739

Branch: refs/heads/JENA-507
Commit: 4692c73971e8c50de44d0f3db207da4cc87ec47a
Parents: 6f32e59
Author: Andy Seaborne <an...@apache.org>
Authored: Thu Mar 5 15:34:03 2015 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Thu Mar 5 15:34:03 2015 +0000

----------------------------------------------------------------------
 jena-jdbc/jena-jdbc-driver-bundle/pom.xml | 4 ++--
 jena-jdbc/jena-jdbc-driver-remote/pom.xml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/4692c739/jena-jdbc/jena-jdbc-driver-bundle/pom.xml
----------------------------------------------------------------------
diff --git a/jena-jdbc/jena-jdbc-driver-bundle/pom.xml b/jena-jdbc/jena-jdbc-driver-bundle/pom.xml
index 5dc268b..2464475 100644
--- a/jena-jdbc/jena-jdbc-driver-bundle/pom.xml
+++ b/jena-jdbc/jena-jdbc-driver-bundle/pom.xml
@@ -89,13 +89,13 @@
 		</dependency>
 		<dependency>
 			<groupId>org.apache.jena</groupId>
-			<artifactId>jena-fuseki</artifactId>
+			<artifactId>jena-fuseki1</artifactId>
 			<version>1.1.2-SNAPSHOT</version>
 			<scope>test</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.jena</groupId>
-			<artifactId>jena-fuseki</artifactId>
+			<artifactId>jena-fuseki1</artifactId>
 			<version>1.1.2-SNAPSHOT</version>
 			<classifier>tests</classifier>
 			<scope>test</scope>

http://git-wip-us.apache.org/repos/asf/jena/blob/4692c739/jena-jdbc/jena-jdbc-driver-remote/pom.xml
----------------------------------------------------------------------
diff --git a/jena-jdbc/jena-jdbc-driver-remote/pom.xml b/jena-jdbc/jena-jdbc-driver-remote/pom.xml
index de17114..c0af72b 100644
--- a/jena-jdbc/jena-jdbc-driver-remote/pom.xml
+++ b/jena-jdbc/jena-jdbc-driver-remote/pom.xml
@@ -48,13 +48,13 @@
 		</dependency>
 		<dependency>
 			<groupId>org.apache.jena</groupId>
-			<artifactId>jena-fuseki</artifactId>
+			<artifactId>jena-fuseki1</artifactId>
 			<version>1.1.2-SNAPSHOT</version>
 			<scope>test</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.jena</groupId>
-			<artifactId>jena-fuseki</artifactId>
+			<artifactId>jena-fuseki1</artifactId>
 			<version>1.1.2-SNAPSHOT</version>
 			<scope>test</scope>
 			<classifier>tests</classifier>