Skip to content

Commit

Permalink
- upgrade version of bbb-commons to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ritzalam committed Jan 12, 2011
1 parent 748318e commit 272e46e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bbb-common-message/build.gradle
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ usePlugin 'eclipse'
usePlugin 'java'
usePlugin 'groovy'

version = '0.7'
version = '0.8'
jar.enabled = true

def appName = 'bbb-common-message'
Expand Down
2 changes: 1 addition & 1 deletion bigbluebutton-apps/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ dependencies {

// Libraries needed for scala api
compile 'org.scala-lang:scala-library:2.7.7'
compile 'org/bigbluebutton/common:bbb-common-message:0.7@jar'
compile 'org/bigbluebutton/common:bbb-common-message:0.8@jar'
}

test {
Expand Down
2 changes: 1 addition & 1 deletion bigbluebutton-web/build.gradle
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ repositories {
}

dependencies {
compile 'org/bigbluebutton/common:bbb-common-message:0.7@jar'
compile 'org/bigbluebutton/common:bbb-common-message:0.8@jar'
}

0 comments on commit 272e46e

Please sign in to comment.