Skip to content

Commit ee30a6f

Browse files
author
Greg Meyer
authored
Merge pull request #2 from DirectProjectJavaRI/develop
Develop
2 parents 19942a9 + a9f6a4c commit ee30a6f

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
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.springframework.boot</groupId>
2222
<artifactId>spring-boot-starter-parent</artifactId>
23-
<version>2.1.1.RELEASE</version>
23+
<version>2.1.2.RELEASE</version>
2424
<relativePath />
2525
</parent>
2626
<developers>
@@ -56,14 +56,14 @@
5656
<dependency>
5757
<groupId>org.springframework.boot</groupId>
5858
<artifactId>spring-boot-dependencies</artifactId>
59-
<version>2.1.1.RELEASE</version>
59+
<version>2.1.2.RELEASE</version>
6060
<type>pom</type>
6161
<scope>import</scope>
6262
</dependency>
6363
<dependency>
6464
<groupId>org.springframework.cloud</groupId>
6565
<artifactId>spring-cloud-starter-parent</artifactId>
66-
<version>Greenwich.M3</version>
66+
<version>Greenwich.RC1</version>
6767
<type>pom</type>
6868
<scope>import</scope>
6969
</dependency>
@@ -115,7 +115,6 @@
115115
<dependency>
116116
<groupId>org.apache.derby</groupId>
117117
<artifactId>derby</artifactId>
118-
<version>10.14.2.0</version>
119118
<scope>runtime</scope>
120119
</dependency>
121120
<dependency>
@@ -141,7 +140,6 @@
141140
<plugin>
142141
<groupId>org.apache.maven.plugins</groupId>
143142
<artifactId>maven-source-plugin</artifactId>
144-
<version>3.0.1</version>
145143
<executions>
146144
<execution>
147145
<goals>

0 commit comments

Comments
 (0)