From b0e5b8c03642d6398e99fbbc0d34b91d9a9b56cd Mon Sep 17 00:00:00 2001 From: Adam Binford Date: Thu, 17 Jul 2025 07:12:59 -0400 Subject: [PATCH 1/2] Fix versioning --- build.sbt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/build.sbt b/build.sbt index fcd669dc4..229ad608f 100644 --- a/build.sbt +++ b/build.sbt @@ -9,11 +9,6 @@ lazy val scalaVersions = sparkMajorVer match { lazy val scalaVer = sys.props.getOrElse("scala.version", scalaVersions(0)) lazy val defaultScalaTestVer = "3.0.8" -ThisBuild / version := { - val baseVersion = (ThisBuild / version).value - s"${baseVersion}-spark${sparkBranch}" -} - // Some vendors are using an own shading rule for protobuf lazy val protobufShadingPattern = sys.props.getOrElse("vendor.name", "oss") match { case "oss" => "org.sparkproject.connect.protobuf.@1" @@ -30,6 +25,7 @@ lazy val protocVersion = sparkMajorVer match { ThisBuild / scalaVersion := scalaVer ThisBuild / organization := "io.graphframes" +ThisBuild / version := "0.9.1-SNAPSHOT" ThisBuild / homepage := Some(url("https://graphframes.io/")) ThisBuild / licenses := Seq("Apache-2.0" -> url("https://opensource.org/licenses/Apache-2.0")) ThisBuild / scmInfo := Some( From 1dea41026a669ba97da091501dadf5462eaf6502 Mon Sep 17 00:00:00 2001 From: Adam Binford Date: Thu, 17 Jul 2025 07:33:36 -0400 Subject: [PATCH 2/2] Update build.sbt --- build.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sbt b/build.sbt index 229ad608f..92368cd12 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,6 @@ lazy val protocVersion = sparkMajorVer match { ThisBuild / scalaVersion := scalaVer ThisBuild / organization := "io.graphframes" -ThisBuild / version := "0.9.1-SNAPSHOT" ThisBuild / homepage := Some(url("https://graphframes.io/")) ThisBuild / licenses := Seq("Apache-2.0" -> url("https://opensource.org/licenses/Apache-2.0")) ThisBuild / scmInfo := Some(