File tree Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change 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" >
2
4
<modelVersion >4.0.0</modelVersion >
3
5
<groupId >org.springdoc</groupId >
4
6
<artifactId >springdoc-openapi</artifactId >
11
13
<parent >
12
14
<groupId >org.springframework.boot</groupId >
13
15
<artifactId >spring-boot-starter-parent</artifactId >
14
- <version >2.3.4.RELEASE </version >
16
+ <version >2.4.0-M4 </version >
15
17
</parent >
16
18
17
19
<licenses >
36
38
<
connection >scm:git:
[email protected] :springdoc/springdoc-openapi.git</
connection >
37
39
<
developerConnection >scm:git:
[email protected] :springdoc/springdoc-openapi.git
38
40
</developerConnection >
39
- <tag >HEAD</tag >
40
- </scm >
41
+ <tag >HEAD</tag >
42
+ </scm >
41
43
<distributionManagement >
42
44
<snapshotRepository >
43
45
<id >ossrh</id >
241
243
</build >
242
244
</profile >
243
245
</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 >
245
256
</project >
You can’t perform that action at this time.
0 commit comments