Removed snapshots from starter and depencencies pom.xmls

This commit is contained in:
Glenn Renfro
2018-11-02 17:25:11 -04:00
parent f772956680
commit 6c11d5aea3
10 changed files with 19 additions and 19 deletions

View File

@@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version>
<version>2.1.0.RELEASE</version>
<relativePath />
</parent>
@@ -47,7 +47,7 @@
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-integration</artifactId>
<version>4.0.1.RELEASE</version>
<version>4.1.0.RELEASE</version>
</dependency>
<dependency>