Skip to content

Commit 97f55f4

Browse files
author
Greg Meyer
authored
Merge pull request #3 from DirectProjectJavaRI/develop
Develop
2 parents 3128b11 + f8a8912 commit 97f55f4

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.springframework.boot</groupId>
2020
<artifactId>spring-boot-starter-parent</artifactId>
21-
<version>2.1.1.RELEASE</version>
21+
<version>2.1.2.RELEASE</version>
2222
</parent>
2323
<developers>
2424
<developer>
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>org.springframework.boot</groupId>
5555
<artifactId>spring-boot-dependencies</artifactId>
56-
<version>2.1.1.RELEASE</version>
56+
<version>2.1.2.RELEASE</version>
5757
<type>pom</type>
5858
<scope>import</scope>
5959
</dependency>
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>org.springframework.cloud</groupId>
6969
<artifactId>spring-cloud-starter-parent</artifactId>
70-
<version>Greenwich.M3</version>
70+
<version>Greenwich.RC1</version>
7171
<type>pom</type>
7272
<scope>import</scope>
7373
</dependency>
@@ -157,7 +157,6 @@
157157
<plugin>
158158
<groupId>org.apache.maven.plugins</groupId>
159159
<artifactId>maven-source-plugin</artifactId>
160-
<version>3.0.1</version>
161160
<executions>
162161
<execution>
163162
<goals>

0 commit comments

Comments
 (0)