Skip to content

Commit

Permalink
h2o-scala - sbt publish information.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalohlava committed May 29, 2014
1 parent e00c09b commit 9d60a76
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions h2o-scala/build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name := "h2o-scala"

version := "2.5"
version := "2.5-SNAPSHOT"

organization := "0xdata.com"
organization := "ai.h2o"

scalaVersion := "2.10.3"

Expand Down Expand Up @@ -61,6 +61,8 @@ fullRunTask(runExamples, Runtime, "water.api.dsl.examples.Examples")

fork in runExamples := true

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

/** Publish to sonatype */
publishTo := {
val nexus = "https://oss.sonatype.org/"
Expand Down Expand Up @@ -91,3 +93,4 @@ pomExtra := (
<url>https://github.com/0xdata/h2o</url>
</scm>
)

0 comments on commit 9d60a76

Please sign in to comment.