Skip to content

Commit e8c6430

Browse files
committed
upgrade spring-cloud-function to version 4.0.0
1 parent cee54ec commit e8c6430

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

pom.xml

+1-17
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<javax.jws-api.version>1.1</javax.jws-api.version>
7171
<jjwt.version>0.9.1</jjwt.version>
7272
<therapi-runtime-javadoc.version>0.15.0</therapi-runtime-javadoc.version>
73-
<spring-cloud-function.version>4.0.0-RC2</spring-cloud-function.version>
73+
<spring-cloud-function.version>4.0.0</spring-cloud-function.version>
7474
</properties>
7575

7676
<dependencyManagement>
@@ -311,14 +311,6 @@
311311
<enabled>true</enabled>
312312
</snapshots>
313313
</repository>
314-
<repository>
315-
<id>spring-milestone</id>
316-
<name>Spring Milestone</name>
317-
<url>https://repo.spring.io/milestone</url>
318-
<snapshots>
319-
<enabled>false</enabled>
320-
</snapshots>
321-
</repository>
322314
</repositories>
323315
<pluginRepositories>
324316
<pluginRepository>
@@ -329,13 +321,5 @@
329321
<enabled>false</enabled>
330322
</snapshots>
331323
</pluginRepository>
332-
<pluginRepository>
333-
<id>spring-milestone</id>
334-
<name>Spring milestone</name>
335-
<url>https://repo.spring.io/milestone</url>
336-
<snapshots>
337-
<enabled>false</enabled>
338-
</snapshots>
339-
</pluginRepository>
340324
</pluginRepositories>
341325
</project>

0 commit comments

Comments
 (0)