Skip to content

Commit 10d7404

Browse files
committed
[maven-release-plugin] prepare release 1.1.1
1 parent 7d26502 commit 10d7404

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
2-
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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
@@ -10,7 +9,7 @@
109

1110
<groupId>com.qdesrame</groupId>
1211
<artifactId>openapi-diff</artifactId>
13-
<version>1.1.1-SNAPSHOT</version>
12+
<version>1.1.1</version>
1413
<packaging>jar</packaging>
1514

1615
<name>openapi-diff</name>
@@ -35,7 +34,7 @@
3534
<connection>scm:git:http://github.com/quen2404/openapi-diff.git</connection>
3635
<developerConnection>scm:git:http://github.com/quen2404/openapi-diff.git</developerConnection>
3736
<url>https://github.com/quen2404/openapi-diff</url>
38-
<tag>HEAD</tag>
37+
<tag>1.1.1</tag>
3938
</scm>
4039

4140
<distributionManagement>

0 commit comments

Comments
 (0)