diff --git a/build.gradle b/build.gradle index acb76fcb0b..16bc7f1def 100644 --- a/build.gradle +++ b/build.gradle @@ -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 { @@ -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 { diff --git a/version.txt b/version.txt index 712aa4010a..1cc5f657e0 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.1.0-SNAPSHOT \ No newline at end of file +1.1.0 \ No newline at end of file