We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6b2924 commit 97e6e28Copy full SHA for 97e6e28
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>net.joelinn</groupId>
6
<artifactId>quartz-redis-jobstore</artifactId>
7
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.0</version>
8
<packaging>jar</packaging>
9
<name>quartz-redis-jobstore</name>
10
<description>A Quartz Scheduler JobStore using Redis.</description>
@@ -29,7 +29,7 @@
29
<connection>scm:git:git@github.com:jlinn/quartz-redis-jobstore.git</connection>
30
<developerConnection>scm:git:git@github.com:jlinn/quartz-redis-jobstore.git</developerConnection>
31
<url>http://github.com/jlinn/quartz-redis-jobstore</url>
32
- <tag>HEAD</tag>
+ <tag>quartz-redis-jobstore-1.1.0</tag>
33
</scm>
34
35
<properties>
0 commit comments