From 6df31566ccb7252d9b3c32cb4de5225b3ab126fd Mon Sep 17 00:00:00 2001 From: Mike Solomon Date: Fri, 19 Jan 2024 08:22:25 -0800 Subject: [PATCH] Revert "Fix snapshot instructions" This reverts commit 8a5907d8401bfe5492e19c43534991221929a63d. --- reference/snapshot-instructions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/snapshot-instructions.md b/reference/snapshot-instructions.md index 854e35f215..02f5c69876 100644 --- a/reference/snapshot-instructions.md +++ b/reference/snapshot-instructions.md @@ -54,7 +54,7 @@ To utilize snapshot versions in Maven projects, you'll need to make the followin * Update the version numbers of the `rewrite-maven-plugin` and all of its dependencies to use the latest snapshot versions. Snapshot versions are 1 minor version ahead of the [latest release](/reference/latest-versions-of-every-openrewrite-module.md) with `-SNAPSHOT` added to the end. - For instance, if the latest release is `2.1.2`, the snapshot version would be `2.1.2-SNAPSHOT`: + For instance, if the latest release is `2.1.2`, the snapshot version would be `2.2.0-SNAPSHOT`: ```xml @@ -72,7 +72,7 @@ To utilize snapshot versions in Maven projects, you'll need to make the followin org.openrewrite.recipe rewrite-github-actions - 2.1.2-SNAPSHOT + 2.2.0-SNAPSHOT