File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
store-base/store-build-chassis Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.springframework.boot</groupId >
8
8
<artifactId >spring-boot-starter-parent</artifactId >
9
- <version >2.3.0.RC1 </version >
9
+ <version >2.3.0.RELEASE </version >
10
10
<relativePath /> <!-- lookup parent from repository -->
11
11
</parent >
12
12
165
165
<name >Spring Milestones</name >
166
166
<url >https://repo.spring.io/milestone</url >
167
167
</repository >
168
+ <repository >
169
+ <id >spring-snapshots</id >
170
+ <name >Spring Snapshots</name >
171
+ <url >https://repo.spring.io/snapshot</url >
172
+ <snapshots >
173
+ <enabled >true</enabled >
174
+ </snapshots >
175
+ </repository >
168
176
<repository >
169
177
<id >jcenter-snapshots</id >
170
178
<name >jcenter</name >
178
186
<name >Spring Milestones</name >
179
187
<url >https://repo.spring.io/milestone</url >
180
188
</pluginRepository >
189
+ <pluginRepository >
190
+ <id >spring-snapshots</id >
191
+ <name >Spring Snapshots</name >
192
+ <url >https://repo.spring.io/snapshot</url >
193
+ <snapshots >
194
+ <enabled >true</enabled >
195
+ </snapshots >
196
+ </pluginRepository >
181
197
</pluginRepositories >
182
198
</project >
You can’t perform that action at this time.
0 commit comments