Skip to content

Commit 212da52

Browse files
author
springdoc
committed
[maven-release-plugin] prepare release v0.1
1 parent d9bd016 commit 212da52

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
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">
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">
42
<modelVersion>4.0.0</modelVersion>
53
<groupId>org.springdoc</groupId>
64
<artifactId>springdoc-openapi-maven-plugin</artifactId>
7-
<version>0.1-SNAPSHOT</version>
5+
<version>0.1</version>
86
<packaging>maven-plugin</packaging>
97
<name>springdoc-openapi-maven-plugin Maven Plugin</name>
108
<url>http://springdoc.org</url>
@@ -29,7 +27,7 @@
2927
<url>[email protected]:springdoc/springdoc-openapi-maven-plugin.git</url>
3028
<connection>scm:git:[email protected]:springdoc/springdoc-openapi-maven-plugin.git</connection>
3129
<developerConnection>scm:git:[email protected]:springdoc/springdoc-openapi-maven-plugin.git</developerConnection>
32-
<tag>HEAD</tag>
30+
<tag>v0.1</tag>
3331
</scm>
3432
<distributionManagement>
3533
<snapshotRepository>

0 commit comments

Comments
 (0)