Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jlinn committed Jan 31, 2016
1 parent e3aa424 commit b6b2924
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ language: java

jdk:
- oraclejdk7
- oraclejdk8
- oraclejdk8

sudo: false
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Maven dependency:
<dependency>
<groupId>net.joelinn</groupId>
<artifactId>quartz-redis-jobstore</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>
```

Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
### 2016-01-31
* Add support for Redis Sentinel

### 2015-08-19
* Add support for [Jedis cluster](https://github.com/xetorthio/jedis#jedis-cluster).
* Allow a pre-configured Pool<Jedis> or JedisCluster to be passed in to RedisJobStore.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>net.joelinn</groupId>
<artifactId>quartz-redis-jobstore</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>quartz-redis-jobstore</name>
<description>A Quartz Scheduler JobStore using Redis.</description>
Expand Down

0 comments on commit b6b2924

Please sign in to comment.