Skip to content

Commit c8e145d

Browse files
author
Igor Drobiazko
committed
Bump version to 3.1.0
1 parent 9708fae commit c8e145d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,15 @@ repositories {
2626
maven {
2727
url "https://repo1.maven.org/maven2"
2828
}
29+
maven {
30+
url "https://oss.sonatype.org/content/repositories/ioelastic-1035"
31+
}
2932
mavenCentral()
3033
mavenLocal()
3134
}
3235

3336
dependencies {
34-
compile "io.elastic:sailor-jvm:3.1.0-SNAPSHOT"
37+
compile "io.elastic:sailor-jvm:3.1.0"
3538
compile "org.glassfish.jersey.core:jersey-client:2.25.1"
3639
compile "org.glassfish.jersey.media:jersey-media-json-processing:2.25.1"
3740
}

0 commit comments

Comments
 (0)