We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9235131 commit f4f12b6Copy full SHA for f4f12b6
pom.xml
@@ -8,7 +8,7 @@
8
<modelVersion>4.0.0</modelVersion>
9
<groupId>net.greghaines</groupId>
10
<artifactId>jesque</artifactId>
11
- <version>2.1.3-SNAPSHOT</version>
+ <version>2.1.3</version>
12
<packaging>jar</packaging>
13
<name>Jesque</name>
14
<description>An implementation of Resque in Java</description>
@@ -35,7 +35,7 @@
35
<connection>scm:git:git@github.com:gresrun/jesque.git</connection>
36
<developerConnection>scm:git:git@github.com:gresrun/jesque.git</developerConnection>
37
<url>git@github.com:gresrun/jesque.git</url>
38
- <tag>HEAD</tag>
+ <tag>jesque-2.1.3</tag>
39
</scm>
40
<issueManagement>
41
<system>GitHub</system>
0 commit comments