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 a12785c commit 5fbb197Copy full SHA for 5fbb197
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>net.greghaines</groupId>
5
<artifactId>jesque</artifactId>
6
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0</version>
7
<packaging>jar</packaging>
8
<name>Jesque</name>
9
<description>An implementation of Resque in Java</description>
@@ -25,7 +25,7 @@
25
<connection>scm:git:[email protected]:gresrun/jesque.git</connection>
26
<developerConnection>scm:git:[email protected]:gresrun/jesque.git</developerConnection>
27
<url>[email protected]:gresrun/jesque.git</url>
28
- <tag>HEAD</tag>
+ <tag>jesque-2.3.0</tag>
29
</scm>
30
<issueManagement>
31
<system>GitHub</system>
0 commit comments