From dbaa2bd1065e8b195591a5874867034850ec7725 Mon Sep 17 00:00:00 2001
From: Javier Godoy <11554739+javier-godoy@users.noreply.github.com>
Date: Fri, 5 Jun 2026 16:35:51 -0300
Subject: [PATCH 1/7] chore: add project URL
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 8b56051..ef264f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,6 +7,7 @@
4.6.2-SNAPSHOT
Year Month Calendar Add-on
Year Month Calendar Add-on for Vaadin Flow
+ https://www.flowingcode.com/en/open-source/
24.9.5
From 949c233633154d923dbcd83fee76fe1c5e8d7ffc Mon Sep 17 00:00:00 2001
From: Javier Godoy <11554739+javier-godoy@users.noreply.github.com>
Date: Fri, 5 Jun 2026 16:53:56 -0300
Subject: [PATCH 2/7] ci: upgrade maven-release-plugin to 3.0.1
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index ef264f8..039f70c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -176,7 +176,7 @@
org.apache.maven.plugins
maven-release-plugin
- 2.5.3
+ 3.0.1
org.apache.maven.plugins
From 80f6e9b2c914d3c40408c7665aff6bbb33c05e0b Mon Sep 17 00:00:00 2001
From: Javier Godoy <11554739+javier-godoy@users.noreply.github.com>
Date: Fri, 5 Jun 2026 16:37:54 -0300
Subject: [PATCH 3/7] ci: attach sources and javadoc in package phase
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 039f70c..49de41d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -297,7 +297,7 @@
attach-sources
- verify
+ package
jar-no-fork
From c9fc43be4dbaed3b66a427394a8fd2821699385a Mon Sep 17 00:00:00 2001
From: Javier Godoy <11554739+javier-godoy@users.noreply.github.com>
Date: Fri, 5 Jun 2026 16:38:15 -0300
Subject: [PATCH 4/7] ci: add gpg signing profile
---
pom.xml | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/pom.xml b/pom.xml
index 49de41d..2309a3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -510,6 +510,33 @@
+
+ gpg
+
+
+ env.MAVEN_GPG_PASSPHRASE
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 3.2.7
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+
+
+
v25
From 80f2c4eeb1eb3b337974b88d0c9729316928da32 Mon Sep 17 00:00:00 2001
From: Javier Godoy <11554739+javier-godoy@users.noreply.github.com>
Date: Fri, 5 Jun 2026 16:38:30 -0300
Subject: [PATCH 5/7] ci: add central-publishing-maven-plugin
---
pom.xml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/pom.xml b/pom.xml
index 2309a3a..5b8c1b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -510,6 +510,20 @@
+
+ release
+
+
+
+ org.sonatype.central
+ central-publishing-maven-plugin
+ 0.8.0
+ true
+
+
+
+
+
gpg
From 1e7edcb00def202600d4ec988156844a75207d79 Mon Sep 17 00:00:00 2001
From: Javier Godoy <11554739+javier-godoy@users.noreply.github.com>
Date: Fri, 5 Jun 2026 16:54:05 -0300
Subject: [PATCH 6/7] ci: add release profile to maven-release-plugin
---
pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/pom.xml b/pom.xml
index 5b8c1b7..ed7afda 100644
--- a/pom.xml
+++ b/pom.xml
@@ -177,6 +177,9 @@
org.apache.maven.plugins
maven-release-plugin
3.0.1
+
+ release
+
org.apache.maven.plugins
From 2ff93a9242c5ced0aeeaa40a331ff0936cb394b5 Mon Sep 17 00:00:00 2001
From: Javier Godoy <11554739+javier-godoy@users.noreply.github.com>
Date: Mon, 8 Jun 2026 17:16:12 -0300
Subject: [PATCH 7/7] ci: update maven-gpg-plugin version to 3.2.8
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index ed7afda..f4b33fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -539,7 +539,7 @@
org.apache.maven.plugins
maven-gpg-plugin
- 3.2.7
+ 3.2.8
sign-artifacts