We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c42166b commit 588a7fdCopy full SHA for 588a7fd
build.sbt
@@ -27,7 +27,7 @@ organization := "graphframes"
27
spName := "graphframes/graphframes"
28
29
// Don't forget to set the version
30
-version := s"0.6.0-adbe12-spark$sparkBranch-s_${scalaVer.split("\\.").take(2).mkString(".")}-SNAPSHOT"
+version := s"0.6.0-adbe12-spark$sparkBranch-s_${scalaVer.split("\\.").take(2).mkString(".")}"
31
32
// All Spark Packages need a license
33
licenses := Seq("Apache-2.0" -> url("http://opensource.org/licenses/Apache-2.0"))
0 commit comments