Repository: brooklyn-ui Updated Branches: refs/heads/master 48f82d6be -> 5556aaf90
Update pom SCM & Jenkins URLs Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/d9735202 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/d9735202 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/d9735202 Branch: refs/heads/master Commit: d9735202a45df2f10efe9222451e7a4f9cd04555 Parents: ef66e69 Author: Svetoslav Neykov <[email protected]> Authored: Tue Sep 13 17:47:12 2016 +0300 Committer: Svetoslav Neykov <[email protected]> Committed: Tue Sep 13 17:50:53 2016 +0300 ---------------------------------------------------------------------- pom.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/d9735202/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index fd67268..4f6de0e 100644 --- a/pom.xml +++ b/pom.xml @@ -39,6 +39,33 @@ JavaScript+HTML GUI for interacting with Brooklyn, using the REST API </description> + <scm> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/brooklyn-ui.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/brooklyn-ui.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf?p=brooklyn-ui.git</url> + <tag>HEAD</tag> + </scm> + + <issueManagement> + <system>JIRA</system> + <url>https://issues.apache.org/jira/browse/BROOKLYN</url> + </issueManagement> + <ciManagement> + <system>Jenkins</system> + <url>https://builds.apache.org/view/Brooklyn/job/brooklyn-ui-master/</url> + </ciManagement> + <mailingLists> + <mailingList> + <name>Brooklyn Developer List</name> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <post>[email protected]</post> + <archive> + http://mail-archives.apache.org/mod_mbox/brooklyn-dev/ + </archive> + </mailingList> + </mailingLists> + <properties> <project.build.webapp> ${project.build.directory}/${project.build.finalName}
