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 e99e96b commit 0167decCopy full SHA for 0167dec
pom.xml
@@ -8,7 +8,7 @@
8
9
<groupId>net.alchim31.maven</groupId>
10
<artifactId>yuicompressor-maven-plugin</artifactId>
11
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.0</version>
12
<packaging>maven-plugin</packaging>
13
14
<name>YUI Compressor Maven Mojo</name>
@@ -32,7 +32,7 @@
32
<connection>scm:git:git://github.com/davidB/${project.artifactId}.git</connection>
33
<developerConnection>scm:git:git@github.com:davidB/${project.artifactId}.git</developerConnection>
34
<url>https://github.com/davidB/${project.artifactId}/</url>
35
- <tag>HEAD</tag>
+ <tag>1.5.0</tag>
36
</scm>
37
38
<issueManagement>
0 commit comments