Skip to content

Commit 65e8f3c

Browse files
author
Greg Meyer
authored
Merge pull request #2 from DirectProjectJavaRI/develop
Develop
2 parents 91967c8 + 1d6e505 commit 65e8f3c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<parent>
3636
<groupId>org.springframework.boot</groupId>
3737
<artifactId>spring-boot-dependencies</artifactId>
38-
<version>2.1.1.RELEASE</version>
38+
<version>2.1.2.RELEASE</version>
3939
</parent>
4040
<repositories>
4141
<!-- Temp repository for Spring Boot Milestone -->
@@ -50,14 +50,14 @@
5050
<dependency>
5151
<groupId>org.springframework.boot</groupId>
5252
<artifactId>spring-boot-dependencies</artifactId>
53-
<version>2.1.1.RELEASE</version>
53+
<version>2.1.2.RELEASE</version>
5454
<type>pom</type>
5555
<scope>import</scope>
5656
</dependency>
5757
<dependency>
5858
<groupId>org.springframework.cloud</groupId>
5959
<artifactId>spring-cloud-starter-parent</artifactId>
60-
<version>Greenwich.M3</version>
60+
<version>Greenwich.RC1</version>
6161
<type>pom</type>
6262
<scope>import</scope>
6363
</dependency>
@@ -177,7 +177,6 @@
177177
<plugin>
178178
<groupId>org.apache.maven.plugins</groupId>
179179
<artifactId>maven-compiler-plugin</artifactId>
180-
<version>2.0.2</version>
181180
<configuration>
182181
<fork>true</fork>
183182
<archive>
@@ -198,7 +197,6 @@
198197
<plugin>
199198
<groupId>org.apache.maven.plugins</groupId>
200199
<artifactId>maven-source-plugin</artifactId>
201-
<version>2.0.3</version>
202200
<executions>
203201
<execution>
204202
<goals>

0 commit comments

Comments
 (0)