Skip to content

Commit bbe603d

Browse files
committed
Fixed #255 - workin on: Update Spring-Boot to 2.3.0
1 parent eacf52f commit bbe603d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.3.0.RELEASE</version>
8+
<version>pluginRepositories2.3.0.RELEASE</version>
99
</parent>
1010

1111
<groupId>org.woehlke</groupId>
@@ -132,6 +132,14 @@
132132
<name>Spring Lib M Repository</name>
133133
<url>https://repo.spring.io/libs-milestone/</url>
134134
</pluginRepository>
135+
<pluginRepository>
136+
<id>spring-snapshots</id>
137+
<url>https://repo.spring.io/snapshot</url>
138+
</pluginRepository>
139+
<pluginRepository>
140+
<id>spring-milestones</id>
141+
<url>https://repo.spring.io/milestone</url>
142+
</pluginRepository>
135143
<pluginRepository>
136144
<id>atlassian-public</id>
137145
<name>Atlassian Repository</name>

0 commit comments

Comments
 (0)