Skip to content

Commit 48714d2

Browse files
aokolnychyidongjoon-hyun
authored andcommitted
Move to released Iceberg (apache#926)
### What changes were proposed in this pull request? This PR moves to a released Iceberg version. ### Why are the changes needed? These changes are needed to avoid relying on snapshot builds. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Local tests.
1 parent 8fff2f3 commit 48714d2

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

pom.xml

Lines changed: 1 addition & 5 deletions
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-SNAPSHOT</iceberg.version>
197+
<iceberg.version>0.12.0-apple-preview</iceberg.version>
198198
<!--
199199
Managed up from older version from Avro; sync with jackson-module-paranamer dependency version
200200
-->
@@ -294,10 +294,6 @@
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>
301297
</repositories>
302298
<pluginRepositories>
303299
<pluginRepository>

project/SparkBuild.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@ 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",
274273
Resolver.mavenLocal,
275274
Resolver.file("ivyLocal", file(Path.userHome.absolutePath + "/.ivy2/local"))(Resolver.ivyStylePatterns)
276275
),

0 commit comments

Comments
 (0)