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/11 12:48:23 UTC

jena git commit: Another attempt to get the build stable

Repository: jena
Updated Branches:
  refs/heads/master aad04cfd3 -> ba7f141d9


Another attempt to get the build stable


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

Branch: refs/heads/master
Commit: ba7f141d927299baa37814e1313c6245f00ab126
Parents: aad04cf
Author: Andy Seaborne <an...@seaborne.org>
Authored: Wed Feb 11 11:48:14 2015 +0000
Committer: Andy Seaborne <an...@seaborne.org>
Committed: Wed Feb 11 11:48:14 2015 +0000

----------------------------------------------------------------------
 apache-jena-osgi/jena-osgi-test/pom.xml | 19 +++++++++++++++----
 1 file changed, 15 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/ba7f141d/apache-jena-osgi/jena-osgi-test/pom.xml
----------------------------------------------------------------------
diff --git a/apache-jena-osgi/jena-osgi-test/pom.xml b/apache-jena-osgi/jena-osgi-test/pom.xml
index 1777bab..e7e8bc1 100644
--- a/apache-jena-osgi/jena-osgi-test/pom.xml
+++ b/apache-jena-osgi/jena-osgi-test/pom.xml
@@ -21,10 +21,10 @@ limitations under the License.
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.jena</groupId>
-    <artifactId>apache-jena-osgi</artifactId>
-    <version>2.13.0-SNAPSHOT</version>
-    <relativePath>..</relativePath>
-  </parent>
+    <artifactId>jena-parent</artifactId>
+    <version>12-SNAPSHOT</version>
+    <relativePath>../../jena-parent</relativePath>
+  </parent> 
 
   <artifactId>jena-osgi-test</artifactId>
   <version>2.13.0-SNAPSHOT</version>
@@ -39,6 +39,16 @@ limitations under the License.
     <pax.logging.version>1.8.1</pax.logging.version>
   </properties>
 
+  <repositories>
+    <repository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://repository.apache.org/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </repository>
+  </repositories>
 
   <dependencies>
     <dependency>
@@ -201,6 +211,7 @@ limitations under the License.
             <phase>integration-test</phase>
           </execution>
         </executions>
+	-->
       </plugin>
     </plugins>
   </build>