We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f8c317 commit 945ae2cCopy full SHA for 945ae2c
pom.xml
@@ -11,7 +11,7 @@
11
12
<groupId>com.github.maven-nar</groupId>
13
<artifactId>nar-maven-plugin</artifactId>
14
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0</version>
15
<packaging>maven-plugin</packaging>
16
17
<name>Native ARchive plugin for Maven</name>
@@ -79,7 +79,7 @@
79
<connection>scm:git:git://github.com/maven-nar/nar-maven-plugin</connection>
80
<developerConnection>scm:git:git@github.com:maven-nar/nar-maven-plugin</developerConnection>
81
<url>https://github.com/maven-nar/nar-maven-plugin</url>
82
- <tag>HEAD</tag>
+ <tag>nar-maven-plugin-3.3.0</tag>
83
</scm>
84
<issueManagement>
85
<system>GitHub Issues</system>
0 commit comments