From 6afad5858154b44a9f6e66900dc8c5ead113bff9 Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Thu, 15 Sep 2022 11:08:36 -0700 Subject: [PATCH] Add section on how to use snapshots --- landing-page/content/common/release-notes.md | 22 ++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/landing-page/content/common/release-notes.md b/landing-page/content/common/release-notes.md index 60797cd74..fcf29d08a 100644 --- a/landing-page/content/common/release-notes.md +++ b/landing-page/content/common/release-notes.md @@ -68,6 +68,28 @@ To add a dependency on Iceberg in Maven, add the following to your `pom.xml`: ``` +#### Development snapshots + +If you want to try out the [latest development snapshot](https://repository.apache.org/content/groups/snapshots/org/apache/iceberg/), you can add the snapshots repository: + +``` + + + apache.snapshots + Apache Snapshot Repository + https://repository.apache.org/snapshots + + false + + + true + always + + + +``` + +Set the Iceberg version to the next snapshot: `major.minor.patch-SNAPSHOT`. Snapshots should not be used in production. ## 0.14.1 release