Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
folone committed Oct 25, 2013
1 parent 5d7bacf commit afa651b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Build extends Build {

lazy val buildSettings = Seq(
organization := "info.folone",
version := "0.11-SNAPSHOT",
version := "0.11",

scalaVersion := "2.10.3",
crossScalaVersions := Seq("2.9.3", "2.10.3"),
Expand All @@ -33,7 +33,7 @@ object Build extends Build {
if (v.trim.endsWith("SNAPSHOT"))
Some("snapshots" at nexus + "content/repositories/snapshots")
else
Some("releases" at nexus + "service/local/staging/deploy/maven2")
Some("staging" at nexus + "service/local/staging/deploy/maven2")
}

lazy val credentialsSetting = credentials += {
Expand Down Expand Up @@ -65,6 +65,8 @@ object Build extends Build {
"org.scalaz" %% "scalaz-scalacheck-binding" % "7.1.0-M3" % "test"
)
},
publishMavenStyle := true,
publishArtifact in Test := false,
credentialsSetting,
publishSetting,
pomExtra := (
Expand Down

0 comments on commit afa651b

Please sign in to comment.