mirror of
https://github.com/valitydev/spring-boot-starter-parent.git
synced 2024-11-06 08:25:22 +00:00
Merge pull request #14 from rbkmoney/ft/upgrade/BumpToBoot2
Bump to 2.0.0
This commit is contained in:
commit
3b8be6e46b
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -8,6 +8,6 @@ build('spring-boot-starter-parent', 'docker-host') {
|
||||
javaLibPipeline = load("build_utils/jenkins_lib/pipeJavaLib.groovy")
|
||||
}
|
||||
|
||||
def buildImageTag = "80c38dc638c0879687f6661f4e16e8de9fc0d2c6"
|
||||
def buildImageTag = "4799280a02cb73761a3ba3641285aac8ec4ec482"
|
||||
javaLibPipeline(buildImageTag)
|
||||
}
|
4
pom.xml
4
pom.xml
@ -3,13 +3,13 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>1.5.10.RELEASE</version>
|
||||
<version>2.0.0.RELEASE</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<packaging>pom</packaging>
|
||||
<groupId>com.rbkmoney</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>1.5.10.RELEASE</version>
|
||||
<version>2.0.0.RELEASE</version>
|
||||
<description>RBKmoney parent pom</description>
|
||||
<distributionManagement>
|
||||
<downloadUrl>
|
||||
|
Loading…
Reference in New Issue
Block a user