diff --git a/pom.xml b/pom.xml
index 1b4a02b..876a62a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,13 +3,19 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
- day.gitlab
+ com.jiangyc
mybatis-flex-spring-boot4-starter
- 0.0.1-SNAPSHOT
+ 1.11.4
mybatis-flex-spring-boot4-starter
mybatis-flex-spring-boot4-starter
https://mybatis-flex.com
+
+
+ The Apache Software License, Version 2.0
+ http://www.apache.org/licenses/LICENSE-2.0.txt
+
+
Michael Yang
@@ -124,12 +130,68 @@
org.apache.maven.plugins
maven-compiler-plugin
+ 3.14.1
${java.version}
${java.version}
UTF-8
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 3.4.0
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 3.12.0
+
+
+ attach-javadocs
+
+ jar
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 3.2.8
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+ ${env.GPG_KEYNAME}
+ ${env.GPG_PASSPHRASE}
+
+
+
+ org.sonatype.central
+ central-publishing-maven-plugin
+ 0.9.0
+ true
+
+ central
+ true
+ true
+
+