mirror of
https://gitee.com/dcren/initializr.git
synced 2025-04-05 17:38:06 +08:00
Initiate 0.13.0-SNAPSHOT
This commit is contained in:
parent
5de71ae2b6
commit
a7f68548c5
@ -4,7 +4,7 @@ require 'net/http'
|
||||
require 'yaml'
|
||||
require 'logger'
|
||||
|
||||
$main_branch = "0.12.x"
|
||||
$main_branch = "0.13.x"
|
||||
|
||||
$log = Logger.new(STDOUT)
|
||||
$log.level = Logger::WARN
|
||||
|
2
pom.xml
2
pom.xml
@ -38,7 +38,7 @@
|
||||
</developers>
|
||||
|
||||
<properties>
|
||||
<revision>0.12.1-SNAPSHOT</revision>
|
||||
<revision>0.13.0-SNAPSHOT</revision>
|
||||
<disable.checks>false</disable.checks>
|
||||
<git.url>https://github.com/spring-io/initializr</git.url>
|
||||
<git.connection>scm:git:https://github.com/spring-io/initializr</git.connection>
|
||||
|
Loading…
Reference in New Issue
Block a user