Skip to content

Commit

Permalink
Release v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jtescher committed Jan 23, 2016
1 parent f1e3a5c commit 44a6fde
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
10 changes: 9 additions & 1 deletion build.sbt
Expand Up @@ -4,12 +4,20 @@ organization := "com.jatescher"

name := """sbt-jolokia"""

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

scalaVersion := "2.10.6"

addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.0.6")

publishMavenStyle := false

bintrayOrganization := Some("jtescher")

bintrayPackageLabels := Seq("sbt", "jolokia", "sbt-native-packager")

bintrayRepository := "sbt-plugin-releases"

licenses += ("MIT", url("http://opensource.org/licenses/MIT"))

// Test scripts
Expand Down
4 changes: 4 additions & 0 deletions project/plugins.sbt
@@ -1 +1,5 @@
// Test runner
libraryDependencies += "org.scala-sbt" % "scripted-plugin" % sbtVersion.value

// Publishing plugin
addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0")

0 comments on commit 44a6fde

Please sign in to comment.