Skip to content

Commit af16b0d

Browse files
committed
[maven-release-plugin] prepare release v2.1.3
1 parent e1041a0 commit af16b0d

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,13 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<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/maven-v4_0_0.xsd">
53

64
<modelVersion>4.0.0</modelVersion>
75

86
<name>Swagger Maven Plugin</name>
97
<groupId>io.openapitools.swagger</groupId>
10-
<version>2.1.3-SNAPSHOT</version>
8+
<version>2.1.3</version>
119
<artifactId>swagger-maven-plugin</artifactId>
1210
<packaging>maven-plugin</packaging>
1311

@@ -34,7 +32,7 @@
3432
<connection>scm:git:https://github.com/openapi-tools/swagger-maven-plugin.git</connection>
3533
<developerConnection>scm:git:https://github.com/openapi-tools/swagger-maven-plugin.git</developerConnection>
3634
<url>https://github.com/openapi-tools/swagger-maven-plugin/tree/master</url>
37-
<tag>HEAD</tag>
35+
<tag>v2.1.3</tag>
3836
</scm>
3937

4038
<distributionManagement>

0 commit comments

Comments
 (0)