We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4fc442 commit 8c72dcbCopy full SHA for 8c72dcb
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>cn.devit.maven</groupId>
5
<artifactId>testing-maven-plugin</artifactId>
6
- <version>0.3.0-SNAPSHOT</version>
+ <version>0.3.0</version>
7
<packaging>maven-plugin</packaging>
8
9
<name>${project.groupId}:${project.artifactId}</name>
@@ -24,7 +24,7 @@
24
<scm>
25
<connection>scm:git:https://github.com/devitcn/testing-maven-plugin</connection>
26
<url>https://github.com/devitcn/testing-maven-plugin</url>
27
- <tag>HEAD</tag>
+ <tag>testing-maven-plugin-0.3.0</tag>
28
</scm>
29
<properties>
30
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
0 commit comments