Skip to content

Commit

Permalink
- upgrade version and fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
ritzalam committed Jun 10, 2015
1 parent e7df7b3 commit a734f5c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
10 changes: 6 additions & 4 deletions akka-bbb-fsesl/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,11 @@ libraryDependencies ++= {
"joda-time" % "joda-time" % "2.3",
"com.google.code.gson" % "gson" % "1.7.1",
"redis.clients" % "jedis" % "2.1.0",
"org.jboss.netty" % "netty" % "3.2.1.Final",
"org.apache.commons" % "commons-lang3" % "3.2",
"org.bigbluebutton" % "bbb-common-message" % "0.0.3"
"org.bigbluebutton" % "bbb-common-message" % "0.0.3",
"org.bigbluebutton" % "bbb-fsesl-client" % "0.0.2"
)}

libraryDependencies += "org.freeswitch" % "fs-esl-client" % "0.8.2" from "http://blindside.googlecode.com/svn/repository/org/freeswitch/fs-esl-client/0.8.2/fs-esl-client-0.8.2.jar"

seq(Revolver.settings: _*)

scalariformSettings
Expand All @@ -70,14 +68,18 @@ scalariformSettings
mainClass := Some("org.bigbluebutton.Boot")

maintainer in Linux := "Richard Alam <[email protected]>"

packageSummary in Linux := "BigBlueButton FS-ESL (Akka)"

packageDescription := """BigBlueButton FreeSWITCH ESL in Akka."""

val user = "bigbluebutton"

val group = "bigbluebutton"

// user which will execute the application
daemonUser in Linux := user

// group which will execute the application
daemonGroup in Linux := group

Expand Down
7 changes: 3 additions & 4 deletions bbb-fsesl-client/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

name := "bbb-fsesl-client"

description := "BigBlueButton custom FS-ESL client built on top of FS-ESL Java library."

organization := "org.bigbluebutton"

version := "0.0.1-SNAPSHOT"
version := "0.0.2"

// We want to have our jar files in lib_managed dir.
// This way we'll have the right path when we import
Expand Down Expand Up @@ -64,9 +66,6 @@ publishArtifact in Test := false
pomIncludeRepository := { _ => false }

pomExtra := (
<description>
BigBlueButton custom FS-ESL client built on top of FS-ESL Java library.
</description>
<scm>
<url>git@github.com:bigbluebutton/bigbluebutton.git</url>
<connection>scm:git:git@github.com:bigbluebutton/bigbluebutton.git</connection>
Expand Down

0 comments on commit a734f5c

Please sign in to comment.