提交 35e6c076 编写于 作者: K kohsuke

Update center switched over from <tt>https://hudson.dev.java.net/</tt> to...

Update center switched over from <tt>https://hudson.dev.java.net/</tt> to <tt>http://hudson-ci.org/</tt>

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@22855 71c3de6d-444a-0410-be80-ed276b4c234a
上级 f13ef6cd
......@@ -536,7 +536,7 @@ public class UpdateCenter extends AbstractModelObject {
* Configuration data for controlling the update center's behaviors. The update
* center's defaults will check internet connectivity by trying to connect
* to www.google.com; will download plugins, the plugin catalog and updates
* from hudson.dev.java.net; and will install plugins with file system
* from hudson-ci.org; and will install plugins with file system
* operations.
*
* @since 1.266
......@@ -684,14 +684,14 @@ public class UpdateCenter extends AbstractModelObject {
* Absolute URL that ends with '/'.
*/
public String getUpdateCenterUrl() {
return "https://hudson.dev.java.net/";
return "http://hudson-ci.org/";
}
/**
* Returns the URL of the server that hosts plugins and core updates.
*/
public String getPluginRepositoryBaseUrl() {
return "https://hudson.dev.java.net/";
return "http://hudson-ci.org/";
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册