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/07/12 00:19:34 UTC

jena git commit: Cleaned up contract testing cruft.

Repository: jena
Updated Branches:
  refs/heads/master 3eb0cd5ec -> 6ba5efdc0


Cleaned up contract testing cruft.


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

Branch: refs/heads/master
Commit: 6ba5efdc0d1f06bab61f595193e7bb559b5287e4
Parents: 3eb0cd5
Author: Claude Warren <cl...@apache.org>
Authored: Sat Jul 11 23:18:19 2015 +0100
Committer: Claude Warren <cl...@apache.org>
Committed: Sat Jul 11 23:18:19 2015 +0100

----------------------------------------------------------------------
 jena-core/pom.xml   |  8 +-------
 jena-parent/pom.xml | 14 +-------------
 2 files changed, 2 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/6ba5efdc/jena-core/pom.xml
----------------------------------------------------------------------
diff --git a/jena-core/pom.xml b/jena-core/pom.xml
index 803d9d2..db99d8d 100644
--- a/jena-core/pom.xml
+++ b/jena-core/pom.xml
@@ -88,12 +88,6 @@
       <scope>test</scope>
     </dependency>
     
-<!--     <dependency> -->
-<!--       <groupId>org.xenei</groupId> -->
-<!--       <artifactId>contract-test-maven-plugin</artifactId> -->
-<!--       <scope>test</scope> -->
-<!--     </dependency> -->
-    
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-all</artifactId>
@@ -237,7 +231,7 @@
         <artifactId>contract-test-maven-plugin</artifactId>
         <version>${ver.contract.tests}</version>
         <configuration>
-        	<failOnError>false</failOnError>
+          <failOnError>false</failOnError>
           <packages>
             <package>org.apache.jena.assembler</package>
             <package>org.apache.jena.datatypes</package>

http://git-wip-us.apache.org/repos/asf/jena/blob/6ba5efdc/jena-parent/pom.xml
----------------------------------------------------------------------
diff --git a/jena-parent/pom.xml b/jena-parent/pom.xml
index 954be24..7d2ac69 100644
--- a/jena-parent/pom.xml
+++ b/jena-parent/pom.xml
@@ -40,19 +40,7 @@
       <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
     </license>
   </licenses>
- 	<!--  here for testing only -->
-   <repositories>
-    <repository>
-      <id>sonatype_snapshot</id>
-      <name>Sonatype Snapshots</name>
-      <layout>default</layout>
-      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
-  </repositories>
-  <!--  end of testing only -->
+ 	
   <organization>
     <name>The Apache Software Foundation</name>
     <url>http://www.apache.org/</url>