From cc78919724433b76c798fac81d0f23eaadb39641 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Tabin?= Date: Sun, 23 Jul 2023 20:56:18 +0200 Subject: [PATCH 1/3] [maven-release-plugin] prepare release jchess-1.2.0 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 55c051a..0a3aa9b 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ ch.astorm jchess jar - 1.1.1-SNAPSHOT + 1.2.0 ${project.groupId}:${project.artifactId} Chess API to handle a chess game https://github.com/ctabin/jchess @@ -26,7 +26,7 @@ scm:git:git://github.com/ctabin/jchess.git scm:git:git@github.com:ctabin/jchess.git http://github.com/ctabin/jchess/tree/master - HEAD + jchess-1.2.0 From 0d8f40901c006aee1f5a7b16ef24bf46cdac5c46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Tabin?= Date: Sun, 23 Jul 2023 20:56:21 +0200 Subject: [PATCH 2/3] [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0a3aa9b..1f9d2d7 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ ch.astorm jchess jar - 1.2.0 + 1.2.1-SNAPSHOT ${project.groupId}:${project.artifactId} Chess API to handle a chess game https://github.com/ctabin/jchess @@ -26,7 +26,7 @@ scm:git:git://github.com/ctabin/jchess.git scm:git:git@github.com:ctabin/jchess.git http://github.com/ctabin/jchess/tree/master - jchess-1.2.0 + HEAD From 194b9ad0fe790c900663b7592baeef2d189282e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Tabin?= Date: Sun, 23 Jul 2023 20:56:52 +0200 Subject: [PATCH 3/3] Set version 1.2.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19799fc..a8acb8b 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Use the following dependency in your `pom.xml`: ch.astorm jchess - 1.1.0 + 1.2.0 ```