Skip to content

Commit 4f5600a

Browse files
committed
#1752 - Upgrade to Spring Plugin 3.0 M1.
1 parent edd7f1f commit 4f5600a

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<reactor-bom.version>2020.0.15</reactor-bom.version>
8585
<slf4j.version>1.7.32</slf4j.version>
8686
<spring.version>6.0.0-M2</spring.version>
87-
<spring-plugin.version>3.0.0-SNAPSHOT</spring-plugin.version>
87+
<spring-plugin.version>3.0.0-M1</spring-plugin.version>
8888
<kotlin.version>1.6.10</kotlin.version>
8989
<kotlinx-coroutines.version>1.6.0</kotlinx-coroutines.version>
9090
<mockk.version>1.12.0</mockk.version>
@@ -1206,13 +1206,6 @@
12061206
<enabled>false</enabled>
12071207
</snapshots>
12081208
</repository>
1209-
<repository>
1210-
<id>spring-snapshot</id>
1211-
<url>https://repo.spring.io/snapshot</url>
1212-
<releases>
1213-
<enabled>false</enabled>
1214-
</releases>
1215-
</repository>
12161209
</repositories>
12171210

12181211
<pluginRepositories>

0 commit comments

Comments
 (0)