Skip to content
This repository was archived by the owner on Mar 13, 2021. It is now read-only.

Commit 395c3ff

Browse files
trisbergscothis
authored andcommitted
Upgrade boot versions
- 1.5.10 to 1.5.11 - 2.0.0 to 2.0.1 Fixes #64
1 parent 2624cda commit 395c3ff

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
1313
<artifactId>spring-boot-starter-parent</artifactId>
14-
<version>1.5.10.RELEASE</version>
14+
<version>1.5.11.RELEASE</version>
1515
<relativePath /> <!-- lookup parent from repository -->
1616
</parent>
1717

src/it/next/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>2.0.0.RELEASE</version>
16+
<version>2.0.1.RELEASE</version>
1717
<relativePath/>
1818
</parent>
1919

src/it/plain/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>1.5.10.RELEASE</version>
16+
<version>1.5.11.RELEASE</version>
1717
<relativePath/>
1818
</parent>
1919

src/it/pof/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.boot</groupId>
1414
<artifactId>spring-boot-starter-parent</artifactId>
15-
<version>1.5.10.RELEASE</version>
15+
<version>1.5.11.RELEASE</version>
1616
<relativePath />
1717
</parent>
1818

src/it/pojo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>1.5.10.RELEASE</version>
16+
<version>1.5.11.RELEASE</version>
1717
<relativePath/>
1818
</parent>
1919

0 commit comments

Comments
 (0)