diff --git a/pom.xml b/pom.xml
index 8b56051..f4b33fc 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
@@ -175,7 +176,10 @@
org.apache.maven.plugins
maven-release-plugin
- 2.5.3
+ 3.0.1
+
+ release
+
org.apache.maven.plugins
@@ -296,7 +300,7 @@
attach-sources
- verify
+ package
jar-no-fork
@@ -509,6 +513,47 @@
+
+ release
+
+
+
+ org.sonatype.central
+ central-publishing-maven-plugin
+ 0.8.0
+ true
+
+
+
+
+
+
+ gpg
+
+
+ env.MAVEN_GPG_PASSPHRASE
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 3.2.8
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+
+
+
v25