Skip to content

Commit a47a3ec

Browse files
committed
Revert "Move to released Iceberg (apache#926) (apache#951)"
This reverts commit 03c75ef.
1 parent bf5ba4f commit a47a3ec

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
<selenium.version>3.141.59</selenium.version>
195195
<htmlunit.version>2.40.0</htmlunit.version>
196196
<acispark.callhome.version>0.2.0</acispark.callhome.version>
197-
<iceberg.version>0.12.0-apple-preview-2</iceberg.version>
197+
<iceberg.version>0.12.0-apple-preview-2-SNAPSHOT</iceberg.version>
198198
<!--
199199
Managed up from older version from Avro; sync with jackson-module-paranamer dependency version
200200
-->
@@ -294,6 +294,10 @@
294294
<id>apple</id>
295295
<url>https://artifacts.apple.com/libs-release</url>
296296
</repository>
297+
<repository>
298+
<id>apple-snapshot</id>
299+
<url>https://artifacts.apple.com/libs-snapshot</url>
300+
</repository>
297301
</repositories>
298302
<pluginRepositories>
299303
<pluginRepository>

project/SparkBuild.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ object SparkBuild extends PomBuild {
270270
"gcs-maven-central-mirror" at "https://maven-central.storage-download.googleapis.com/maven2/",
271271
DefaultMavenRepository,
272272
"apple" at "https://artifacts.apple.com/libs-release",
273+
"apple-snapshot" at "https://artifacts.apple.com/libs-snapshot",
273274
Resolver.mavenLocal,
274275
Resolver.file("ivyLocal", file(Path.userHome.absolutePath + "/.ivy2/local"))(Resolver.ivyStylePatterns)
275276
),

0 commit comments

Comments
 (0)