From 322c65f2cfabd6e93ada574fa4616092015b096c Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 5 Jun 2023 08:07:10 +0000 Subject: [PATCH 1/8] [maven-release-plugin] prepare release fluxtion-maven-plugin-3.0.7 --- pom.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index d8638b7..b6eb38a 100644 --- a/pom.xml +++ b/pom.xml @@ -18,13 +18,12 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . --> - + 4.0.0 com.fluxtion fluxtion-maven-plugin - 3.0.7-SNAPSHOT + 3.0.7 maven-plugin fluxtion :: maven plugin @@ -59,7 +58,7 @@ along with this program. If not, see . scm:git:https://github.com/v12technology/fluxtion-mavenplugin.git scm:git:https://github.com/v12technology/fluxtion-mavenplugin.git https://github.com/v12technology/fluxtion-mavenplugin - HEAD + fluxtion-maven-plugin-3.0.7 From 32981963568c13b08c9f31b98ec9851fd9725185 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 5 Jun 2023 08:07:12 +0000 Subject: [PATCH 2/8] [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 b6eb38a..0d8df75 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ along with this program. If not, see . com.fluxtion fluxtion-maven-plugin - 3.0.7 + 3.0.8-SNAPSHOT maven-plugin fluxtion :: maven plugin @@ -58,7 +58,7 @@ along with this program. If not, see . scm:git:https://github.com/v12technology/fluxtion-mavenplugin.git scm:git:https://github.com/v12technology/fluxtion-mavenplugin.git https://github.com/v12technology/fluxtion-mavenplugin - fluxtion-maven-plugin-3.0.7 + HEAD From 4d2a75d0e88943d1978ba6b3b5c2156618f140e5 Mon Sep 17 00:00:00 2001 From: greg Date: Mon, 5 Jun 2023 09:25:15 +0100 Subject: [PATCH 3/8] new release --- pom.xml | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index d8638b7..a6ab998 100644 --- a/pom.xml +++ b/pom.xml @@ -67,10 +67,10 @@ along with this program. If not, see . ossrh https://oss.sonatype.org/content/repositories/snapshots - - - - + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + @@ -82,6 +82,17 @@ along with this program. If not, see . + + org.apache.maven.plugins + maven-release-plugin + 3.0.0-M1 + + false + release + true + v@{project.version} + + org.apache.maven.plugins From d926b0a14a449804f5f022337a51e8c060c7b520 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 5 Jun 2023 08:26:28 +0000 Subject: [PATCH 4/8] [maven-release-plugin] prepare release v3.0.8 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 6136c51..d6762fc 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ along with this program. If not, see . com.fluxtion fluxtion-maven-plugin - 3.0.8-SNAPSHOT + 3.0.8 maven-plugin fluxtion :: maven plugin @@ -58,7 +58,7 @@ along with this program. If not, see . scm:git:https://github.com/v12technology/fluxtion-mavenplugin.git scm:git:https://github.com/v12technology/fluxtion-mavenplugin.git https://github.com/v12technology/fluxtion-mavenplugin - HEAD + v3.0.8 From 828d608a53b7152b25504ea6febf7a6d2126228a Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 5 Jun 2023 08:26:29 +0000 Subject: [PATCH 5/8] [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 d6762fc..a37c905 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ along with this program. If not, see . com.fluxtion fluxtion-maven-plugin - 3.0.8 + 3.0.9-SNAPSHOT maven-plugin fluxtion :: maven plugin @@ -58,7 +58,7 @@ along with this program. If not, see . scm:git:https://github.com/v12technology/fluxtion-mavenplugin.git scm:git:https://github.com/v12technology/fluxtion-mavenplugin.git https://github.com/v12technology/fluxtion-mavenplugin - v3.0.8 + HEAD From 09665d8d84c17974a12a7b9372fb38b0daf2a0e2 Mon Sep 17 00:00:00 2001 From: command-line Date: Sat, 27 Jan 2024 19:05:21 +0000 Subject: [PATCH 6/8] force release --- src/main/java/com/fluxtion/maven/FluxtionScanToGenMojo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/fluxtion/maven/FluxtionScanToGenMojo.java b/src/main/java/com/fluxtion/maven/FluxtionScanToGenMojo.java index 5ec5968..9473204 100644 --- a/src/main/java/com/fluxtion/maven/FluxtionScanToGenMojo.java +++ b/src/main/java/com/fluxtion/maven/FluxtionScanToGenMojo.java @@ -19,7 +19,7 @@ import java.util.stream.Collectors; /** - * @author V12 Technology Ltd. + * @author greg higgins */ @Mojo(name = "scan", requiresProject = true, From 38e083b3f99498a9d9d50226ece7532aab67ca77 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 27 Jan 2024 19:09:24 +0000 Subject: [PATCH 7/8] [maven-release-plugin] prepare release v3.0.9 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a37c905..1dac871 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ along with this program. If not, see . com.fluxtion fluxtion-maven-plugin - 3.0.9-SNAPSHOT + 3.0.9 maven-plugin fluxtion :: maven plugin @@ -58,7 +58,7 @@ along with this program. If not, see . scm:git:https://github.com/v12technology/fluxtion-mavenplugin.git scm:git:https://github.com/v12technology/fluxtion-mavenplugin.git https://github.com/v12technology/fluxtion-mavenplugin - HEAD + v3.0.9 From 4ea04c6336f2fd24b4e4a8cd55e7deb39c21a999 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 27 Jan 2024 19:09:25 +0000 Subject: [PATCH 8/8] [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 1dac871..1e3e4a5 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ along with this program. If not, see . com.fluxtion fluxtion-maven-plugin - 3.0.9 + 3.0.10-SNAPSHOT maven-plugin fluxtion :: maven plugin @@ -58,7 +58,7 @@ along with this program. If not, see . scm:git:https://github.com/v12technology/fluxtion-mavenplugin.git scm:git:https://github.com/v12technology/fluxtion-mavenplugin.git https://github.com/v12technology/fluxtion-mavenplugin - v3.0.9 + HEAD