Skip to content

Commit

Permalink
1.9.0 released. Cluster single node alpha.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmontgomery committed Apr 23, 2018
1 parent b03246f commit 95fd016
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ defaultTasks 'clean', 'build', 'shadowJar', 'install'
def aeronGroup = 'io.aeron'
def aeronVersion = file('version.txt').text.trim()

def agronaVersion = '0.9.16-SNAPSHOT'
def sbeVersion = '1.7.9'
def agronaVersion = '0.9.16'
def sbeVersion = '1.7.10'

group = aeronGroup
version = aeronVersion
Expand Down Expand Up @@ -812,7 +812,8 @@ task uploadToMavenCentral {
'aeron-all:uploadArchives',
'aeron-all:uploadShadow',
'aeron-agent:uploadArchives',
'aeron-agent:uploadShadow'
'aeron-agent:uploadShadow',
'aeron-cluster:uploadArchives'
}

task wrapper(type: Wrapper) {
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.0-SNAPSHOT
1.9.0

0 comments on commit 95fd016

Please sign in to comment.