We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cabb21 commit 7a3263bCopy full SHA for 7a3263b
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.1-SNAPSHOT</version>
+ <version>3.0.0-SNAPSHOT</version>
7
<packaging>jar</packaging>
8
<name>Jesque</name>
9
<description>An implementation of Resque in Java</description>
@@ -14,7 +14,7 @@
14
<jackson.version>3.0.3</jackson.version>
15
<mockito.version>5.21.0</mockito.version>
16
<github.global.server>github-jesque</github.global.server>
17
- <argLine />
+ <argLine/>
18
</properties>
19
<licenses>
20
<license>
0 commit comments