mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 22:45:45 +01:00
change default plugin url to new plugin backend
This commit is contained in:
@@ -359,6 +359,11 @@ public class ScmServletModule extends ServletModule
|
||||
try
|
||||
{
|
||||
config = JAXB.unmarshal(file, ScmConfiguration.class);
|
||||
|
||||
if (ScmConfiguration.OLD_PLUGINURL.equals(config.getPluginUrl()))
|
||||
{
|
||||
config.setPluginUrl(ScmConfiguration.DEFAULT_PLUGINURL);
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user