- upgrade bbb-commons-message version

This commit is contained in:
Richard Alam 2015-07-07 21:36:01 +00:00
parent a83428301a
commit 3ed524a34c
4 changed files with 4 additions and 4 deletions

View File

@ -50,7 +50,7 @@ libraryDependencies ++= {
"com.google.code.gson" % "gson" % "1.7.1",
"redis.clients" % "jedis" % "2.1.0",
"org.apache.commons" % "commons-lang3" % "3.2",
"org.bigbluebutton" % "bbb-common-message" % "0.0.7"
"org.bigbluebutton" % "bbb-common-message" % "0.0.8"
)}

View File

@ -50,7 +50,7 @@ libraryDependencies ++= {
"com.google.code.gson" % "gson" % "1.7.1",
"redis.clients" % "jedis" % "2.1.0",
"org.apache.commons" % "commons-lang3" % "3.2",
"org.bigbluebutton" % "bbb-common-message" % "0.0.7",
"org.bigbluebutton" % "bbb-common-message" % "0.0.8",
"org.bigbluebutton" % "bbb-fsesl-client" % "0.0.2"
)}

View File

@ -4,7 +4,7 @@ name := "bbb-common-message"
organization := "org.bigbluebutton"
version := "0.0.7"
version := "0.0.8"
// We want to have our jar files in lib_managed dir.
// This way we'll have the right path when we import

View File

@ -112,7 +112,7 @@ dependencies {
compile 'com.google.code.gson:gson:1.7.1'
providedCompile 'org.apache.commons:commons-lang3:3.2'
compile 'org.bigbluebutton:bbb-common-message:0.0.7'
compile 'org.bigbluebutton:bbb-common-message:0.0.8'
}
test {