We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 594a9b3 commit dd9d520Copy full SHA for dd9d520
pom.xml
@@ -11,10 +11,11 @@
11
<name>springboot-rabbitmq</name>
12
<description>Demo project for Spring Boot 2 and RabbitMQ</description>
13
14
+ <!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-parent -->
15
<parent>
16
<groupId>org.springframework.boot</groupId>
17
<artifactId>spring-boot-starter-parent</artifactId>
- <version>2.0.5.RELEASE</version>
18
+ <version>2.1.0.RELEASE</version>
19
<relativePath/> <!-- lookup parent from repository -->
20
</parent>
21
0 commit comments