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 3901656 commit 9fec208Copy full SHA for 9fec208
pom.xml
@@ -8,7 +8,7 @@
8
<modelVersion>4.0.0</modelVersion>
9
<groupId>net.greghaines</groupId>
10
<artifactId>jesque</artifactId>
11
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.1</version>
12
<packaging>jar</packaging>
13
<name>Jesque</name>
14
<description>An implementation of Resque in Java</description>
@@ -36,7 +36,7 @@
36
<connection>scm:git:[email protected]:gresrun/jesque.git</connection>
37
<developerConnection>scm:git:[email protected]:gresrun/jesque.git</developerConnection>
38
<url>[email protected]:gresrun/jesque.git</url>
39
- <tag>HEAD</tag>
+ <tag>jesque-2.0.1</tag>
40
</scm>
41
<issueManagement>
42
<system>GitHub</system>
0 commit comments