Skip to content

Commit

Permalink
release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmontgomery committed Jan 23, 2017
1 parent 803e03a commit 19ec65f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ project(':aeron-client') {
apply plugin: 'osgi'

dependencies {
compile 'org.agrona:agrona:0.9.2-SNAPSHOT'
compile 'org.agrona:agrona:0.9.2'
}

uploadArchives {
Expand Down Expand Up @@ -528,7 +528,7 @@ project(':aeron-archiver') {
apply plugin: 'com.github.johnrengelman.shadow'

dependencies {
compile project(':aeron-client'), project(':aeron-driver'), 'uk.co.real-logic:sbe-all:1.5.5'
compile project(':aeron-client'), project(':aeron-driver'), 'uk.co.real-logic:sbe-all:1.5.6'
}

shadowJar {
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0-SNAPSHOT
1.1.0

0 comments on commit 19ec65f

Please sign in to comment.