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 2189b4b commit 4a48531Copy full SHA for 4a48531
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.0-SNAPSHOT</version>
+ <version>2.1.0</version>
12
<packaging>jar</packaging>
13
<name>Jesque</name>
14
<description>An implementation of Resque in Java</description>
@@ -38,7 +38,7 @@
38
<connection>scm:git:[email protected]:gresrun/jesque.git</connection>
39
<developerConnection>scm:git:[email protected]:gresrun/jesque.git</developerConnection>
40
<url>[email protected]:gresrun/jesque.git</url>
41
- <tag>HEAD</tag>
+ <tag>jesque-2.1.0</tag>
42
</scm>
43
<issueManagement>
44
<system>GitHub</system>
0 commit comments