Skip to content

Commit 3b96a7f

Browse files
author
Paul Warren
committedJun 7, 2019
Bump to Spring Content 0.9.0 and Spring Boot 2.1.4.RELEASE
1 parent d6eb85e commit 3b96a7f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
<module>./spring-docs-ui</module>
1717
</modules>
1818

19-
</project>
19+
</project>

‎spring-docs-ui/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>1.5.6.RELEASE</version>
17+
<version>2.1.4.RELEASE</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

‎spring-docs/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>2.1.3.RELEASE</version>
17+
<version>2.1.4.RELEASE</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

@@ -23,7 +23,7 @@
2323
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2424
<java.version>1.8</java.version>
2525
<spring.cloud.connectors.version>1.2.4.RELEASE</spring.cloud.connectors.version>
26-
<spring.content.version>0.8.0</spring.content.version>
26+
<spring.content.version>0.9.0-SNAPSHOT</spring.content.version>
2727
<dropwizard-metrics.version>3.2.6</dropwizard-metrics.version>
2828
</properties>
2929

0 commit comments

Comments
 (0)
Please sign in to comment.