From f29cd4bd670156f8c4386270808454c703e5ec7b Mon Sep 17 00:00:00 2001 From: Grigory Pomadchin Date: Thu, 8 Apr 2021 09:29:51 -0400 Subject: [PATCH] Drop Scala 2.11 locationtech releases --- .locationtech/deploy-211.sh | 29 ----------------------------- .locationtech/deploy.sh | 2 +- publish/publish-to-sonatype-211.sh | 4 ---- publish/publish-to-sonatype.sh | 1 - 4 files changed, 1 insertion(+), 35 deletions(-) delete mode 100755 .locationtech/deploy-211.sh delete mode 100755 publish/publish-to-sonatype-211.sh diff --git a/.locationtech/deploy-211.sh b/.locationtech/deploy-211.sh deleted file mode 100755 index 3623ca9138..0000000000 --- a/.locationtech/deploy-211.sh +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env bash - - set -e - set -x - - ./sbt -211 "project macros" publish -no-colors -J-Drelease=locationtech \ - && ./sbt -211 "project vector" publish -no-colors -J-Drelease=locationtech \ - && ./sbt -211 "project proj4" publish -no-colors -J-Drelease=locationtech \ - && ./sbt -211 "project raster" publish -no-colors -J-Drelease=locationtech \ - && ./sbt -211 "project spark" publish -no-colors -J-Drelease=locationtech \ - && ./sbt -211 "project spark-pipeline" publish -no-colors -J-Drelease=locationtech \ - && ./sbt -211 "project s3" publish -no-colors -J-Drelease=locationtech \ - && ./sbt -211 "project s3-spark" publish -no-colors -J-Drelease=locationtech \ - && ./sbt -211 "project accumulo" publish -no-colors -J-Drelease=locationtech \ - && ./sbt -211 "project accumulo-spark" publish -no-colors -J-Drelease=locationtech \ - && ./sbt -211 "project hbase" publish -no-colors -J-Drelease=locationtech \ - && ./sbt -211 "project hbase-spark" publish -no-colors -J-Drelease=locationtech \ - && ./sbt -211 "project cassandra" publish -no-colors -J-Drelease=locationtech \ - && ./sbt -211 "project cassandra-spark" publish -no-colors -J-Drelease=locationtech \ - && ./sbt -211 "project geotools" publish -no-colors -J-Drelease=locationtech \ - && ./sbt -211 "project shapefile" publish -no-colors -J-Drelease=locationtech \ - && ./sbt -211 "project layer" publish -no-colors -J-Drelease=locationtech \ - && ./sbt -211 "project store" publish -no-colors -J-Drelease=locationtech \ - && ./sbt -211 "project util" publish -no-colors -J-Drelease=locationtech \ - && ./sbt -211 "project vectortile" publish -no-colors -J-Drelease=locationtech \ - && ./sbt -211 "project raster-testkit" publish -no-colors -J-Drelease=locationtech \ - && ./sbt -211 "project vector-testkit" publish -no-colors -J-Drelease=locationtech \ - && ./sbt -211 "project spark-testkit" publish -no-colors -J-Drelease=locationtech \ - && ./sbt -211 "project gdal" publish -no-colors -J-Drelease=locationtech diff --git a/.locationtech/deploy.sh b/.locationtech/deploy.sh index 4aecebccbf..a78f848fba 100755 --- a/.locationtech/deploy.sh +++ b/.locationtech/deploy.sh @@ -3,4 +3,4 @@ set -e set -x -./.locationtech/deploy-211.sh && ./.locationtech/deploy-212.sh +./.locationtech/deploy-212.sh diff --git a/publish/publish-to-sonatype-211.sh b/publish/publish-to-sonatype-211.sh deleted file mode 100755 index 4540f1aa1d..0000000000 --- a/publish/publish-to-sonatype-211.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash -# Publish to sonatype for all supported scala version 2.11 - -./sbt -211 publishSigned -no-colors -J-Drelease=sonatype diff --git a/publish/publish-to-sonatype.sh b/publish/publish-to-sonatype.sh index c77b3a2440..f1a086458f 100755 --- a/publish/publish-to-sonatype.sh +++ b/publish/publish-to-sonatype.sh @@ -1,4 +1,3 @@ #!/bin/bash -./publish/publish-to-sonatype-211.sh ./publish/publish-to-sonatype-212.sh