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 2017/07/17 11:11:35 UTC

jena git commit: Use explicit version so key isn't requested in a release build

Repository: jena
Updated Branches:
  refs/heads/master e80f6fa4e -> ee0d55962


Use explicit version so key isn't requested in a release build


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

Branch: refs/heads/master
Commit: ee0d559623eecfde44a839b15fdb618178f9d18e
Parents: e80f6fa
Author: Andy Seaborne <an...@apache.org>
Authored: Mon Jul 17 12:10:40 2017 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Mon Jul 17 12:10:40 2017 +0100

----------------------------------------------------------------------
 jena-elephas/jena-elephas-io/pom.xml |  6 +++---
 jena-elephas/pom.xml                 | 36 +++++++++++++++----------------
 2 files changed, 21 insertions(+), 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/ee0d5596/jena-elephas/jena-elephas-io/pom.xml
----------------------------------------------------------------------
diff --git a/jena-elephas/jena-elephas-io/pom.xml b/jena-elephas/jena-elephas-io/pom.xml
index 65325c4..17c918c 100644
--- a/jena-elephas/jena-elephas-io/pom.xml
+++ b/jena-elephas/jena-elephas-io/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.jena</groupId>
     <artifactId>jena-elephas</artifactId>
     <version>3.4.0-SNAPSHOT</version>
-     <relativePath>../</relativePath>
+    <relativePath>../</relativePath>
   </parent>
   <artifactId>jena-elephas-io</artifactId>
   <name>Apache Jena - Elephas - I/O</name>
@@ -34,12 +34,12 @@
     <dependency>
       <groupId>org.apache.jena</groupId>
       <artifactId>jena-elephas-common</artifactId>
-      <version>${project.version}</version>
+      <version>3.4.0-SNAPSHOT</version>
     </dependency>
     
     <!-- Hadoop Dependencies -->
     <!-- Note these will be provided on the Hadoop cluster hence
-	 the provided scope
+   the provided scope
     -->
     <dependency>
       <groupId>org.apache.hadoop</groupId>

http://git-wip-us.apache.org/repos/asf/jena/blob/ee0d5596/jena-elephas/pom.xml
----------------------------------------------------------------------
diff --git a/jena-elephas/pom.xml b/jena-elephas/pom.xml
index 56f15fe..f60d977 100644
--- a/jena-elephas/pom.xml
+++ b/jena-elephas/pom.xml
@@ -1,19 +1,19 @@
 <!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
 
-       http://www.apache.org/licenses/LICENSE-2.0
+http://www.apache.org/licenses/LICENSE-2.0
 
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-   -->
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jena-elephas</artifactId>
@@ -44,7 +44,7 @@
     <airline.version>2.1.1</airline.version>
   </properties>
 
-	<!-- Profiles to allow building for different Hadoop versions -->
+  <!-- Profiles to allow building for different Hadoop versions -->
   <profiles>
     <!-- Hadoop 2.x Latest -->
     <profile>
@@ -93,15 +93,15 @@
       <dependency>
         <groupId>org.apache.jena</groupId>
         <artifactId>jena-arq</artifactId>
-	<version>3.4.0-SNAPSHOT</version>
+        <version>3.4.0-SNAPSHOT</version>
       </dependency>
 
       <!-- Test Dependencies -->
       <dependency>
         <groupId>org.apache.hadoop</groupId>
         <artifactId>hadoop-minicluster</artifactId>
-	<version>${hadoop.version}</version>
-	<scope>test</scope>
+        <version>${hadoop.version}</version>
+        <scope>test</scope>
       </dependency>
 
       <dependency>
@@ -109,7 +109,7 @@
         <artifactId>mrunit</artifactId>
         <version>${mrunit.version}</version>
         <classifier>hadoop2</classifier>
-	<scope>test</scope>
+        <scope>test</scope>
       </dependency>
     </dependencies>
   </dependencyManagement>