Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adejanovski committed Nov 26, 2017
1 parent 9c66c1c commit 887f2c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Change Log

### 1.0.1-SNAPSHOT (2017/11/23 13:13 +00:00)
### 1.0.1 (2017/11/26 11:15 +00:00)
- [e3b2cd7](https://github.com/thelastpickle/cassandra-reaper/commit/e3b2cd74108c3a9093606ab1019a4475c352fc95) Fix for Elassandra's gossip info output parsing (@adejanovski)
- [5a14d92](https://github.com/thelastpickle/cassandra-reaper/commit/5a14d92c3ae840383505f91f5187dcdb71c65e3f) Duplicate the Migration009 script so it can run again to fix missing RepairSegment startTimes (@michaelsembwever)
- [b56ce12](https://github.com/thelastpickle/cassandra-reaper/commit/b56ce1274479a7ee91ab403a9497ead945a895f0) breakup the `SegmentRunner.runRepair(..)` method, the bulk of the body going into `SegmentRunner.processTriggeredSegment(..)` (@michaelsembwever)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.cassandrareaper</groupId>
<artifactId>cassandra-reaper-pom</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>pom</packaging>

<name>Cassandra Reaper project</name>
Expand Down
2 changes: 1 addition & 1 deletion src/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.cassandrareaper</groupId>
<artifactId>cassandra-reaper-pom</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<name>Cassandra Reaper server</name>
Expand Down

0 comments on commit 887f2c7

Please sign in to comment.