From 7d81cf7aa5330a5930cb13a2421c08d01aeb0990 Mon Sep 17 00:00:00 2001 From: Marc Nuri Date: Thu, 24 Aug 2023 11:43:41 +0200 Subject: [PATCH] [RELEASE] v0.0.3 released, prepare for next development iteration Signed-off-by: Marc Nuri --- README.md | 12 ++++++------ pom.xml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 46b3081..94a09d6 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Add the plugin with the `extensions` option enabled. com.marcnuri.plugins gradle-api-maven-plugin - 0.0.2 + 0.0.3 true @@ -60,17 +60,17 @@ Then, configure your IDE to perform a remote debug connection to port `8000`. The project version should always point to the next release version. -To release a new version, first tag the release with the current `pom.xml` version e.g. `v0.0.2`. +To release a new version, first tag the release with the current `pom.xml` version e.g. `v0.0.3`. ```shell -git tag v0.0.2 -git push origin v0.0.2 +git tag v0.0.3 +git push origin v0.0.3 ``` Once we perform a release we need to set the next release version in the `pom.xml` file. ```shell -mvn versions:set -DnewVersion=0.0.3 -DgenerateBackupPoms=false +mvn versions:set -DnewVersion=0.0.4 -DgenerateBackupPoms=false ``` Then, commit the changes with the following message: ```shell -git commit -m "[RELEASE] v0.0.2 released, prepare for next development iteration" +git commit -m "[RELEASE] v0.0.3 released, prepare for next development iteration" ``` diff --git a/pom.xml b/pom.xml index ad1c5b6..d323bef 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.marcnuri.plugins gradle-api-maven-plugin - 0.0.3 + 0.0.4 maven-plugin Gradle API Maven Plugin