From b6c391f287c4b02de7effebdf62fa0f2ce3d2a4f Mon Sep 17 00:00:00 2001 From: Aleksandr Mashchenko Date: Mon, 25 Dec 2023 13:57:33 +0200 Subject: [PATCH] 1.21.0 release --- CHANGELOG.md | 5 +++++ README.md | 2 +- pom.xml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4810606a..fec40951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v1.21.0 (2023-12-25) + +* Updated Java minimum version to 8 - [#369](https://github.com/aleksandr-m/gitflow-maven-plugin/issues/369) +* Added console prompter wrapper + ## v1.20.0 (2023-06-01) * Fixed creation of the release branch in `hotfix-finish` goal - [#391](https://github.com/aleksandr-m/gitflow-maven-plugin/issues/391) diff --git a/README.md b/README.md index e6a0fc6c..80c26553 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The plugin is available from Maven Central. com.amashchenko.maven.plugin gitflow-maven-plugin - 1.20.0 + 1.21.0 diff --git a/pom.xml b/pom.xml index 155e6232..8f49761f 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ gitflow-maven-plugin maven-plugin gitflow-maven-plugin - 1.20.1-SNAPSHOT + 1.21.0 The Git-Flow Maven Plugin supports various Git workflows, including Vincent Driessen's successful Git branching model and GitHub Flow. This plugin runs Git and Maven commands from the command line. Supports Eclipse Plugins build with Tycho.