mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-25 21:22:58 +08:00
Initiate 0.13.x branch
This commit is contained in:
@@ -2,7 +2,7 @@ github-repo: "https://github.com/spring-io/initializr.git"
|
|||||||
github-repo-name: "spring-io/initializr"
|
github-repo-name: "spring-io/initializr"
|
||||||
docker-hub-organization: "springci"
|
docker-hub-organization: "springci"
|
||||||
artifactory-server: "https://repo.spring.io"
|
artifactory-server: "https://repo.spring.io"
|
||||||
branch: "main"
|
branch: "0.13.x"
|
||||||
milestone: "0.13.x"
|
milestone: "0.13.x"
|
||||||
build-name: "initializr"
|
build-name: "initializr"
|
||||||
concourse-url: "https://ci.spring.io"
|
concourse-url: "https://ci.spring.io"
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ require 'net/http'
|
|||||||
require 'yaml'
|
require 'yaml'
|
||||||
require 'logger'
|
require 'logger'
|
||||||
|
|
||||||
$main_branch = "0.13.x"
|
$main_branch = "0.20.x"
|
||||||
|
|
||||||
$log = Logger.new(STDOUT)
|
$log = Logger.new(STDOUT)
|
||||||
$log.level = Logger::WARN
|
$log.level = Logger::WARN
|
||||||
|
|||||||
Reference in New Issue
Block a user