Skip to content

Commit c281c7f

Browse files
committed
Update to Spring 2.3.0.RELEASE
1 parent c6e5f4c commit c281c7f

File tree

1 file changed

+17
-1
lines changed
  • store-base/store-build-chassis

1 file changed

+17
-1
lines changed

store-base/store-build-chassis/pom.xml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>2.3.0.RC1</version>
9+
<version>2.3.0.RELEASE</version>
1010
<relativePath/> <!-- lookup parent from repository -->
1111
</parent>
1212

@@ -165,6 +165,14 @@
165165
<name>Spring Milestones</name>
166166
<url>https://repo.spring.io/milestone</url>
167167
</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>
168176
<repository>
169177
<id>jcenter-snapshots</id>
170178
<name>jcenter</name>
@@ -178,5 +186,13 @@
178186
<name>Spring Milestones</name>
179187
<url>https://repo.spring.io/milestone</url>
180188
</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>
181197
</pluginRepositories>
182198
</project>

0 commit comments

Comments
 (0)