You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2015/02/28 19:33:46 UTC

jena git commit: Switch away from using Fuseki snapshot dependency in testing

Repository: jena
Updated Branches:
  refs/heads/master dd392581b -> c9db36fc2


Switch away from using Fuseki snapshot dependency in testing


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

Branch: refs/heads/master
Commit: c9db36fc26b853d79fab71e1975fa678176f1e1c
Parents: dd39258
Author: Andy Seaborne <an...@apache.org>
Authored: Sat Feb 28 18:33:36 2015 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Sat Feb 28 18:33:36 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/c9db36fc/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..a067679 100644
--- a/jena-jdbc/jena-jdbc-driver-bundle/pom.xml
+++ b/jena-jdbc/jena-jdbc-driver-bundle/pom.xml
@@ -90,13 +90,13 @@
 		<dependency>
 			<groupId>org.apache.jena</groupId>
 			<artifactId>jena-fuseki</artifactId>
-			<version>1.1.2-SNAPSHOT</version>
+			<version>1.1.1</version>
 			<scope>test</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.jena</groupId>
 			<artifactId>jena-fuseki</artifactId>
-			<version>1.1.2-SNAPSHOT</version>
+			<version>1.1.1</version>
 			<classifier>tests</classifier>
 			<scope>test</scope>
 		</dependency>

http://git-wip-us.apache.org/repos/asf/jena/blob/c9db36fc/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..3437bcd 100644
--- a/jena-jdbc/jena-jdbc-driver-remote/pom.xml
+++ b/jena-jdbc/jena-jdbc-driver-remote/pom.xml
@@ -49,13 +49,13 @@
 		<dependency>
 			<groupId>org.apache.jena</groupId>
 			<artifactId>jena-fuseki</artifactId>
-			<version>1.1.2-SNAPSHOT</version>
+			<version>1.1.1</version>
 			<scope>test</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.jena</groupId>
 			<artifactId>jena-fuseki</artifactId>
-			<version>1.1.2-SNAPSHOT</version>
+			<version>1.1.1</version>
 			<scope>test</scope>
 			<classifier>tests</classifier>
 		</dependency>