We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e60d08f commit 382ac09Copy full SHA for 382ac09
pom.xml
@@ -11,7 +11,7 @@
11
12
<groupId>com.github.maven-nar</groupId>
13
<artifactId>nar-maven-plugin</artifactId>
14
- <version>3.5.2-SNAPSHOT</version>
+ <version>3.5.2</version>
15
<packaging>maven-plugin</packaging>
16
17
<name>Native ARchive plugin for Maven</name>
@@ -92,7 +92,7 @@
92
<connection>scm:git:git://github.com/maven-nar/nar-maven-plugin</connection>
93
<developerConnection>scm:git:git@github.com:maven-nar/nar-maven-plugin</developerConnection>
94
<url>https://github.com/maven-nar/nar-maven-plugin</url>
95
- <tag>HEAD</tag>
+ <tag>nar-maven-plugin-3.5.2</tag>
96
</scm>
97
<issueManagement>
98
<system>GitHub Issues</system>
0 commit comments