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 9435319 commit fa3b932Copy full SHA for fa3b932
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>net.greghaines</groupId>
5
<artifactId>jesque</artifactId>
6
- <version>2.2.0</version>
+ <version>2.2.1-SNAPSHOT</version>
7
<packaging>jar</packaging>
8
<name>Jesque</name>
9
<description>An implementation of Resque in Java</description>
@@ -29,7 +29,7 @@
29
<connection>scm:git:[email protected]:gresrun/jesque.git</connection>
30
<developerConnection>scm:git:[email protected]:gresrun/jesque.git</developerConnection>
31
<url>[email protected]:gresrun/jesque.git</url>
32
- <tag>jesque-2.2.0</tag>
+ <tag>HEAD</tag>
33
</scm>
34
<issueManagement>
35
<system>GitHub</system>
0 commit comments