Skip to content

Commit

Permalink
Milestone M1
Browse files Browse the repository at this point in the history
  • Loading branch information
msarti committed Mar 23, 2014
1 parent 7e50307 commit f03a039
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 19 deletions.
17 changes: 0 additions & 17 deletions modules/core/project/plugins.sbt

This file was deleted.

4 changes: 2 additions & 2 deletions project/Common.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ import Keys._
object Common {

val buildOrganization = "com.elogiclab.guardbee"
val buildVersion = "0.1.0-SNAPSHOT"
val buildVersion = "0.1.0-M1"
val buildScalaVersion = "2.10.3"

val settings: Seq[Setting[_]] = {
organization := buildOrganization;
version := buildVersion;
scalaVersion := buildScalaVersion
}
}
}
4 changes: 4 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,9 @@ resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/release
// Use the Play sbt plugin for Play projects
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.2.1")

addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "0.2.1")

addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.1")



0 comments on commit f03a039

Please sign in to comment.