We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c1e0ab commit 5f9ea46Copy full SHA for 5f9ea46
1 file changed
pom.xml
@@ -4,7 +4,7 @@
4
<groupId>io.github.maritims</groupId>
5
<artifactId>node-maven-plugin</artifactId>
6
<packaging>maven-plugin</packaging>
7
- <version>1.0.3-SNAPSHOT</version>
+ <version>1.0.3</version>
8
9
<name>${project.artifactId}</name>
10
<description>A Maven plugin for running node commands.</description>
@@ -29,7 +29,7 @@
29
<connection>scm:git:${project.scm.url}</connection>
30
<developerConnection>scm:git:${project.scm.url}</developerConnection>
31
<url>git@github.com:maritims/${project.artifactId}</url>
32
- <tag>HEAD</tag>
+ <tag>node-maven-plugin-1.0.3</tag>
33
</scm>
34
35
<distributionManagement>
0 commit comments