From e6986f954f10c33e8adf6ad52c988a65c1c24f40 Mon Sep 17 00:00:00 2001 From: Glenn McElhoe Date: Thu, 25 Jan 2024 10:23:36 -0500 Subject: [PATCH] Prepare for 1.2.1 update (#42) --- README.md | 2 +- RELEASING.md | 11 ++++++----- pom.xml | 2 +- test-operations/pom.xml | 2 +- test-utilities/pom.xml | 2 +- 5 files changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index a286ee6..8d2a6e8 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ It's easy to get started adding operations to your Java project. Just add to yo com.vmware.test-operations test-operations - 1.1.0 + 1.2.1 test ``` diff --git a/RELEASING.md b/RELEASING.md index cc3cb0c..ae51835 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -58,8 +58,8 @@ Ensure that `git status` is clean, no extra files or diffs. This will create a pull request with the non-SNAPSHOT build. Replace with the correct version number. ``` -git switch -c release-1.2.0 -mvn versions:set -DnewVersion=1.2.0 +git switch -c release-1.2.1 +mvn versions:set -DnewVersion=1.2.1 git add -u git commit git push @@ -83,7 +83,8 @@ Your deployed items should be found there. You will want to find the staging repository with the javadoc, jar, and pom content. You should "Drop" the unneeded repositories. -Also, if the repository has a folder for "test-operations-parent", you can delete that from the repository. +The full repository will have folders for test-operations, test-utilities, and test-operations-parent. + "Close" the repository you want to promote. This locks it, preventing further changes. It also runs a series of sanity checks. @@ -110,8 +111,8 @@ You can create a new tag at the time of making the release. This puts the repository in a mode ready for more development and pull requests. ``` -git switch -c release-1.2.1-SNAPSHOT -mvn versions:set -DnewVersion=1.2.1-SNAPSHOT +git switch -c release-1.2.2-SNAPSHOT +mvn versions:set -DnewVersion=1.2.2-SNAPSHOT git add -u git commit git push diff --git a/pom.xml b/pom.xml index 64b9b6d..389f5e7 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.vmware.test-operations test-operations-parent - 1.2.1-SNAPSHOT + 1.2.1 pom diff --git a/test-operations/pom.xml b/test-operations/pom.xml index 3dc1154..4ab523b 100755 --- a/test-operations/pom.xml +++ b/test-operations/pom.xml @@ -4,7 +4,7 @@ com.vmware.test-operations test-operations-parent - 1.2.1-SNAPSHOT + 1.2.1 test-operations