Skip to content

Commit 3feec0c

Browse files
author
Greg Meyer
authored
Merge pull request #2 from DirectProjectJavaRI/develop
Develop
2 parents 4717000 + 0f92187 commit 3feec0c

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<parent>
3333
<groupId>org.springframework.boot</groupId>
3434
<artifactId>spring-boot-starter-parent</artifactId>
35-
<version>2.1.1.RELEASE</version>
35+
<version>2.1.2.RELEASE</version>
3636
<relativePath />
3737
</parent>
3838
<licenses>
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>org.springframework.boot</groupId>
5656
<artifactId>spring-boot-dependencies</artifactId>
57-
<version>2.1.1.RELEASE</version>
57+
<version>2.1.2.RELEASE</version>
5858
<type>pom</type>
5959
<scope>import</scope>
6060
</dependency>
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>org.springframework.cloud</groupId>
7070
<artifactId>spring-cloud-starter-parent</artifactId>
71-
<version>Greenwich.M3</version>
71+
<version>Greenwich.RC1</version>
7272
<type>pom</type>
7373
<scope>import</scope>
7474
</dependency>
@@ -201,7 +201,6 @@
201201
<plugin>
202202
<groupId>org.apache.maven.plugins</groupId>
203203
<artifactId>maven-source-plugin</artifactId>
204-
<version>2.0.3</version>
205204
<executions>
206205
<execution>
207206
<goals>
@@ -224,7 +223,6 @@
224223
<plugin>
225224
<groupId>org.apache.maven.plugins</groupId>
226225
<artifactId>maven-jar-plugin</artifactId>
227-
<version>2.2</version>
228226
<executions>
229227
<execution>
230228
<goals>

0 commit comments

Comments
 (0)