diff --git a/README.md b/README.md index 1b78502..1d37130 100755 --- a/README.md +++ b/README.md @@ -44,4 +44,5 @@ df.saveAsBigQueryTable("my-project:my_dataset.my_table") # License +Derived from works - Copyright 2016 Spotify AB. Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 diff --git a/build.sbt b/build.sbt index 0f6c514..0a79d03 100755 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ scalaVersion := "2.11.11" crossScalaVersions := Seq("2.10.6", "2.11.11") spName := "odidere/spark-bigquery" -sparkVersion := "2.2.0" +sparkVersion := "2.3.0" sparkComponents := Seq("core", "sql") spAppendScalaVersion := true spIncludeMaven := true @@ -70,7 +70,7 @@ pomIncludeRepository := { _ => false } publishTo := { val nexus = "https://oss.sonatype.org/" if (isSnapshot.value) Some("snapshots" at nexus + "content/repositories/snapshots") - else Some("releases" at nexus + "service/local/staging/deploy/maven2") + else Some("releases" at nexus + "service/local/staging/deployByRepositoryId/iogithubodidere-1002") } publishMavenStyle := true diff --git a/version.sbt b/version.sbt index 1b5249b..0557689 100755 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.2.3" +version in ThisBuild := "0.2.4"