You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by st...@apache.org on 2015/11/12 15:01:44 UTC

[2/2] incubator-slider git commit: SLIDER-981 Build and test slider against Hadoop 2.7.2 RC0 -allow for staging URL to be defined on CLI

 SLIDER-981 Build and test slider against Hadoop 2.7.2 RC0 -allow for staging URL to be defined on CLI


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

Branch: refs/heads/develop
Commit: b201de8ade387dbd5550b35060ca001d2af4362b
Parents: ca6f9ce
Author: Steve Loughran <st...@apache.org>
Authored: Thu Nov 12 13:59:36 2015 +0000
Committer: Steve Loughran <st...@apache.org>
Committed: Thu Nov 12 14:01:41 2015 +0000

----------------------------------------------------------------------
 pom.xml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/b201de8a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 866c448..289993c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -234,17 +234,21 @@
     <github.site.plugin.version>0.8</github.site.plugin.version>
     <maven-site-plugin.skipDeploy>true</maven-site-plugin.skipDeploy>
     <github.downloads.plugin.version>0.6</github.downloads.plugin.version>
+    
+    <!-- override point for ASF staging/snapshot repos -->
+    <asf.staging>https://repository.apache.org/content/groups/staging/</asf.staging>
+    <asf.snapshots>https://repository.apache.org/content/repositories/snapshots/</asf.snapshots>
   </properties>
 
 
   <repositories>
     <repository>
       <id>ASF Staging</id>
-      <url>https://repository.apache.org/content/groups/staging/</url>
+      <url>${asf.staging}</url>
     </repository>
     <repository>
       <id>ASF Snapshots</id>
-      <url>https://repository.apache.org/content/repositories/snapshots/</url>
+      <url>${asf.snapshots}</url>
       <snapshots>
         <enabled>true</enabled>
       </snapshots>