We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fed9ed commit c3f1e17Copy full SHA for c3f1e17
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>com.github.searls</groupId>
5
<artifactId>jasmine-maven-plugin</artifactId>
6
- <version>2.1-SNAPSHOT</version>
+ <version>2.1</version>
7
<packaging>maven-plugin</packaging>
8
9
<name>jasmine-maven-plugin</name>
@@ -115,7 +115,7 @@
115
<url>https://github.com/searls/jasmine-maven-plugin</url>
116
<connection>scm:git:git@github.com:searls/jasmine-maven-plugin.git</connection>
117
<developerConnection>scm:git:git@github.com:searls/jasmine-maven-plugin.git</developerConnection>
118
- <tag>HEAD</tag>
+ <tag>jasmine-maven-plugin-2.1</tag>
119
</scm>
120
<distributionManagement>
121
<snapshotRepository>
0 commit comments