Skip to content

Commit 9435319

Browse files
committed
[maven-release-plugin] prepare release jesque-2.2.0
1 parent fb5f6e3 commit 9435319

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
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>net.greghaines</groupId>
55
<artifactId>jesque</artifactId>
6-
<version>2.2.0-SNAPSHOT</version>
6+
<version>2.2.0</version>
77
<packaging>jar</packaging>
88
<name>Jesque</name>
99
<description>An implementation of Resque in Java</description>
@@ -29,7 +29,7 @@
2929
<connection>scm:git:[email protected]:gresrun/jesque.git</connection>
3030
<developerConnection>scm:git:[email protected]:gresrun/jesque.git</developerConnection>
3131
<url>[email protected]:gresrun/jesque.git</url>
32-
<tag>HEAD</tag>
32+
<tag>jesque-2.2.0</tag>
3333
</scm>
3434
<issueManagement>
3535
<system>GitHub</system>
@@ -38,7 +38,7 @@
3838
<ciManagement>
3939
<system>Travis</system>
4040
<url>https://travis-ci.org/gresrun/jesque</url>
41-
<notifiers/>
41+
<notifiers />
4242
</ciManagement>
4343
<distributionManagement>
4444
<snapshotRepository>

0 commit comments

Comments
 (0)