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/master Commit: 4692c73971e8c50de44d0f3db207da4cc87ec47a Parents: 6f32e59 Author: Andy Seaborne <[email protected]> Authored: Thu Mar 5 15:34:03 2015 +0000 Committer: Andy Seaborne <[email protected]> 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>
