Skip to content

Commit 8a67884

Browse files
committed
[maven-release-plugin] prepare release jesque-2.0.2
1 parent c6a1527 commit 8a67884

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>net.greghaines</groupId>
1010
<artifactId>jesque</artifactId>
11-
<version>2.0.2-SNAPSHOT</version>
11+
<version>2.0.2</version>
1212
<packaging>jar</packaging>
1313
<name>Jesque</name>
1414
<description>An implementation of Resque in Java</description>
@@ -38,7 +38,7 @@
3838
<connection>scm:git:[email protected]:gresrun/jesque.git</connection>
3939
<developerConnection>scm:git:[email protected]:gresrun/jesque.git</developerConnection>
4040
<url>[email protected]:gresrun/jesque.git</url>
41-
<tag>HEAD</tag>
41+
<tag>jesque-2.0.2</tag>
4242
</scm>
4343
<issueManagement>
4444
<system>GitHub</system>
@@ -47,7 +47,7 @@
4747
<ciManagement>
4848
<system>Travis</system>
4949
<url>https://travis-ci.org/gresrun/jesque</url>
50-
<notifiers/>
50+
<notifiers />
5151
</ciManagement>
5252
<distributionManagement>
5353
<site>

0 commit comments

Comments
 (0)