Skip to content

Commit 8298fe9

Browse files
author
bnasslahsen
committed
Upgrade spring-boot to 2.4.0-M4
1 parent cac8a8e commit 8298fe9

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

pom.xml

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
24
<modelVersion>4.0.0</modelVersion>
35
<groupId>org.springdoc</groupId>
46
<artifactId>springdoc-openapi</artifactId>
@@ -11,7 +13,7 @@
1113
<parent>
1214
<groupId>org.springframework.boot</groupId>
1315
<artifactId>spring-boot-starter-parent</artifactId>
14-
<version>2.3.4.RELEASE</version>
16+
<version>2.4.0-M4</version>
1517
</parent>
1618

1719
<licenses>
@@ -36,8 +38,8 @@
3638
<connection>scm:git:[email protected]:springdoc/springdoc-openapi.git</connection>
3739
<developerConnection>scm:git:[email protected]:springdoc/springdoc-openapi.git
3840
</developerConnection>
39-
<tag>HEAD</tag>
40-
</scm>
41+
<tag>HEAD</tag>
42+
</scm>
4143
<distributionManagement>
4244
<snapshotRepository>
4345
<id>ossrh</id>
@@ -241,5 +243,14 @@
241243
</build>
242244
</profile>
243245
</profiles>
244-
246+
<repositories>
247+
<repository>
248+
<id>spring-milestone</id>
249+
<name>Spring Milestone</name>
250+
<url>https://repo.spring.io/milestone</url>
251+
<snapshots>
252+
<enabled>false</enabled>
253+
</snapshots>
254+
</repository>
255+
</repositories>
245256
</project>

0 commit comments

Comments
 (0)