Repository: incubator-unomi Updated Branches: refs/heads/master 3110e43af -> 26db159f0
Fix Jenkins URL Signed-off-by: Serge Huber <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/26db159f Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/26db159f Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/26db159f Branch: refs/heads/master Commit: 26db159f08ed63543b0afeea6721ffb0f8ed81ff Parents: 3110e43 Author: Serge Huber <[email protected]> Authored: Fri Feb 24 15:12:52 2017 +0100 Committer: Serge Huber <[email protected]> Committed: Fri Feb 24 15:12:52 2017 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/26db159f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7234fbb..9a0872c 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ <ciManagement> <system>Jenkins</system> - <url>https://builds.apache.org/job/unomi</url> + <url>https://builds.apache.org/job/unomi-master</url> </ciManagement> <inceptionYear>2014</inceptionYear>
