Skip to content

Commit 44e2f70

Browse files
committed
Upgrade to spring-boot 4
1 parent 4b95d0e commit 44e2f70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.springdoc</groupId>
44
<artifactId>springdoc-openapi</artifactId>
5-
<version>3.0.0-RC2-SNAPSHOT</version>
5+
<version>3.0.0-SNAPSHOT</version>
66
<packaging>pom</packaging>
77
<name>Spring openapi documentation</name>
88
<description>Spring openapi documentation</description>
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
1313
<artifactId>spring-boot-starter-parent</artifactId>
14-
<version>4.0.0-SNAPSHOT</version>
14+
<version>4.0.0</version>
1515
</parent>
1616

1717
<licenses>

0 commit comments

Comments
 (0)