Skip to content

Commit

Permalink
Update build version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeb01 committed Apr 10, 2013
1 parent c7e88c1 commit 5dc855d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@ Maintainer
Changelog
==========

## 3.0.0.beta5 (08-Apr-2013)
## 3.0.0 Released (09-Apr-2013)

- Add remaining capacity to RingBuffer
- Add batch publish methods to Sequencer
- Add DataProvider interface to decouple the RingBuffer and BatchEventProcessor
- Upgrade to gradle 1.5

## 3.0.0.beta5 Released (08-Apr-2013)

- Make Sequencer public

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ apply plugin: 'eclipse' // Only used so the Eclipse STS Gradle plugin can see
defaultTasks 'build'

group = 'com.lmax'
version = new Version(major: 3, stage: 'beta6')
version = new Version(major: 3, stage: null)

ext {
fullName = 'Disruptor Framework'
Expand Down

0 comments on commit 5dc855d

Please sign in to comment.