Skip to content

Commit

Permalink
1.7.0 released.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmontgomery committed Dec 15, 2017
1 parent cf3d53e commit f174a91
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public int poll(final long nowMs)
return timerWheel.poll(nowMs, this, timerLimit);
}

public boolean onExpiry(final TimeUnit timeUnit, final long now, final long timerId)
public boolean onTimerExpiry(final TimeUnit timeUnit, final long now, final long timerId)
{
final long correlationId = correlationIdByTimerIdMap.remove(timerId);
timerIdByCorrelationIdMap.remove(correlationId);
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ subprojects {
}
}

def agronaVersion = '0.9.11'
def sbeVersion = '1.7.5'
def agronaVersion = '0.9.12'
def sbeVersion = '1.7.6'

project(':aeron-client') {
apply plugin: 'osgi'
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.0-SNAPSHOT
1.7.0

0 comments on commit f174a91

Please sign in to comment.