We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b95d0e commit 44e2f70Copy full SHA for 44e2f70
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>org.springdoc</groupId>
4
<artifactId>springdoc-openapi</artifactId>
5
- <version>3.0.0-RC2-SNAPSHOT</version>
+ <version>3.0.0-SNAPSHOT</version>
6
<packaging>pom</packaging>
7
<name>Spring openapi documentation</name>
8
<description>Spring openapi documentation</description>
@@ -11,7 +11,7 @@
11
<parent>
12
<groupId>org.springframework.boot</groupId>
13
<artifactId>spring-boot-starter-parent</artifactId>
14
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0</version>
15
</parent>
16
17
<licenses>
0 commit comments