You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by cl...@apache.org on 2015/05/19 21:14:56 UTC

[11/11] jena git commit: Set version on contract-test-maven-plugin added jena-base to the pom.

Set version on contract-test-maven-plugin
added jena-base to the pom.


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

Branch: refs/heads/add-contract-tests
Commit: fe78f4afe57863e461ce2d23c88dde998f73aa15
Parents: be72f49
Author: Claude Warren <cl...@apache.org>
Authored: Tue May 19 20:11:57 2015 +0100
Committer: Claude Warren <cl...@apache.org>
Committed: Tue May 19 20:11:57 2015 +0100

----------------------------------------------------------------------
 jena-core/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/fe78f4af/jena-core/pom.xml
----------------------------------------------------------------------
diff --git a/jena-core/pom.xml b/jena-core/pom.xml
index 70e0dba..73846b6 100644
--- a/jena-core/pom.xml
+++ b/jena-core/pom.xml
@@ -78,6 +78,11 @@
 			<scope>test</scope>
 		</dependency>
 
+		<dependency>
+			<groupId>org.apache.jena</groupId>
+			<artifactId>jena-base</artifactId>
+			<version>3.0.0-SNAPSHOT</version>
+		</dependency>
 	</dependencies>
 
 	<build>
@@ -200,6 +205,7 @@
 			<plugin>
 				<groupId>org.xenei</groupId>
 				<artifactId>contract-test-maven-plugin</artifactId>
+				<version>0.1.1</version>
 				<configuration>
 					<packages>
 						<package>org.apache.jena.assembler</package>