You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by lm...@apache.org on 2014/11/08 21:18:45 UTC

knox git commit: KNOX-428 change internal.maven.repo on master

Repository: knox
Updated Branches:
  refs/heads/master c59837df4 -> 9ca6bd53f


KNOX-428 change internal.maven.repo on master

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

Branch: refs/heads/master
Commit: 9ca6bd53f0a1a0ab4ac72007b5627248f6fc397f
Parents: c59837d
Author: Larry McCay <lm...@hortonworks.com>
Authored: Sat Nov 8 15:18:30 2014 -0500
Committer: Larry McCay <lm...@hortonworks.com>
Committed: Sat Nov 8 15:18:30 2014 -0500

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/knox/blob/9ca6bd53/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4ecf91f..e121942 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,7 +83,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <repo.id>internal.repo</repo.id>
-        <internal.maven.repo>file:///tmp/knoxtemprepo</internal.maven.repo>
+        <internal.maven.repo>https://repository.apache.org/service/local/staging/deploy/maven2</internal.maven.repo>
         <gateway-name>Apache Knox</gateway-name>
         <gateway-project>knox</gateway-project>
         <gateway-artifact>knox</gateway-artifact>