Skip to content

Commit 7c9443f

Browse files
committed
Reverted back to publishing under io.astraea until issue with LocationTech credentials in sbt is resolved.
Signed-off-by: Simeon H.K. Fitch <[email protected]>
1 parent f32a74b commit 7c9443f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ lazy val root = project
55
.in(file("."))
66
.withId("RasterFrames")
77
.aggregate(core, datasource, pyrasterframes, experimental)
8-
.settings(publishArtifact := false)
8+
.settings(publish / skip := true)
99
.settings(releaseSettings)
1010

1111
lazy val core = project
@@ -31,5 +31,5 @@ lazy val docs = project
3131
lazy val bench = project
3232
.dependsOn(core)
3333
.disablePlugins(SparkPackagePlugin)
34-
34+
.settings(publish / skip := true)
3535

experimental/src/test/scala/astraea/spark/rasterframes/experimental/SlippyExportDriver.scala renamed to experimental/src/test/scala/astraea/spark/rasterframes/experimental/slippy/SlippyExportDriver.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@
1818
*
1919
*/
2020

21-
package astraea.spark.rasterframes.experimental
21+
package astraea.spark.rasterframes.experimental.slippy
2222

2323
import java.io.File
2424

2525
import astraea.spark.rasterframes._
26-
import astraea.spark.rasterframes.experimental.SlippyExport._
2726
import geotrellis.raster._
2827
import geotrellis.raster.io.geotiff.SinglebandGeoTiff
2928
import org.apache.spark.sql.SparkSession

project/ProjectPlugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ object ProjectPlugin extends AutoPlugin {
1818
import autoImport._
1919

2020
override def projectSettings = Seq(
21-
organization := "org.locationtech.rasterframes",
21+
//organization := "org.locationtech.rasterframes",
22+
organization := "io.astraea",
2223
organizationName := "LocationTech RasterFrames",
2324
startYear := Some(2017),
2425
homepage := Some(url("http://rasterframes.io")),

0 commit comments

Comments
 (0)