Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 03a2659

Browse files
committed
1.1.7-RC2 release
1 parent 45fb78f commit 03a2659

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
2828
defaultTasks 'clean', 'build', 'shadowJar', 'install'
2929

3030
group = 'uk.co.real-logic'
31-
version = '1.1.7-RC2-SNAPSHOT'
31+
version = '1.1.7-RC2'
3232
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
3333

3434
ext {
@@ -78,7 +78,7 @@ sourceSets {
7878
dependencies {
7979
checkstyle "com.github.sevntu.checkstyle:sevntu-checks:1.17.0"
8080

81-
compile 'uk.co.real-logic:Agrona:0.4.8-SNAPSHOT'
81+
compile 'uk.co.real-logic:Agrona:0.4.8'
8282

8383
testCompile 'org.hamcrest:hamcrest-all:1.3',
8484
'junit:junit:4.12',

0 commit comments

Comments
 (0)