Skip to content

Commit

Permalink
GH-39 - Configure set to release to sonatype repository
Browse files Browse the repository at this point in the history
  • Loading branch information
megazord committed Feb 19, 2015
1 parent 1a4f42b commit fc17010
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish-local: clean
@sbt +publishLocal

publish: clean
@sbt publish
@sbt publishSigned

idea: clean
@sbt gen-idea
Expand Down
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "play-hikaricp"

version := "1.5.2"
version := "2.0.0-SNAPSHOT"

scalaVersion := "2.11.5"

Expand Down Expand Up @@ -40,6 +40,8 @@ publishTo := {
Some("releases" at nexus + "service/local/staging/deploy/maven2")
}

credentials += Credentials(Path.userHome / ".ivy2" / ".credentials")

startYear := Some(2012)

description := "HikariCP Plugin for Play Framework 2.2.x"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.5.0")

addSbtPlugin("com.typesafe.play" % "sbt-plugin" % System.getProperty("play.version", "2.3.8"))

addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")

addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.1.7")

Expand Down

0 comments on commit fc17010

Please sign in to comment.