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