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 5b7375c commit e880244Copy full SHA for e880244
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>org.springdoc</groupId>
4
<artifactId>springdoc-openapi-maven-plugin</artifactId>
5
- <version>1.5</version>
+ <version>1.6-SNAPSHOT</version>
6
<packaging>maven-plugin</packaging>
7
<name>springdoc-openapi-maven-plugin</name>
8
<description>springdoc OpenAPI 3 maven plugin</description>
@@ -32,7 +32,7 @@
32
<developerConnection>
33
scm:git:[email protected]:springdoc/springdoc-openapi-maven-plugin.git
34
</developerConnection>
35
- <tag>v1.5</tag>
+ <tag>HEAD</tag>
36
</scm>
37
38
<properties>
0 commit comments