We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2351628 commit f364506Copy full SHA for f364506
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>net.greghaines</groupId>
5
<artifactId>jesque</artifactId>
6
- <version>3.0.0</version>
+ <version>3.0.1-SNAPSHOT</version>
7
<packaging>jar</packaging>
8
<name>Jesque</name>
9
<description>An implementation of Resque in Java</description>
@@ -27,7 +27,7 @@
27
<connection>scm:git:git@github.com:gresrun/jesque.git</connection>
28
<developerConnection>scm:git:git@github.com:gresrun/jesque.git</developerConnection>
29
<url>git@github.com:gresrun/jesque.git</url>
30
- <tag>jesque-3.0.0</tag>
+ <tag>HEAD</tag>
31
</scm>
32
<issueManagement>
33
<system>GitHub</system>
0 commit comments