Skip to content

Commit be5c8b2

Browse files
committed
Imp: update sdk version to 3.0.0
1 parent 5450cf5 commit be5c8b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ apply from: 'gradle/application.java.gradle'
2626
repositories {
2727
mavenCentral()
2828
maven {
29-
url "https://oss.sonatype.org/content/repositories/snapshots/"
29+
url "https://oss.sonatype.org/content/repositories/releases/"
3030
}
3131
// fc dependency
3232
maven {
@@ -102,7 +102,7 @@ dependencies {
102102
compile 'org.springframework.boot:spring-boot-starter-jdbc:1.3.3.RELEASE'
103103

104104
//NFVO Requestor
105-
compile 'org.openbaton:sdk:3.0.0-RC1'
105+
compile 'org.openbaton:sdk:3.0.0'
106106

107107
//RABBIT
108108
compile 'org.springframework.boot:spring-boot-starter-amqp:1.3.3.RELEASE'
@@ -122,7 +122,7 @@ dependencies {
122122
// cli dependencies end
123123

124124
//Openbaton
125-
compile 'org.openbaton:monitoring:3.0.0-RC1'
125+
compile 'org.openbaton:monitoring:3.0.0'
126126

127127
//Gson
128128
compile 'com.google.code.gson:gson:2.4'

0 commit comments

Comments
 (0)