From 7f3da2b311296f49a993e40f18c8306ccb45bbe0 Mon Sep 17 00:00:00 2001 From: Kiyotoko Date: Fri, 2 Aug 2024 12:24:09 +0200 Subject: [PATCH] Update pom --- pom.xml | 105 +++++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 85 insertions(+), 20 deletions(-) diff --git a/pom.xml b/pom.xml index b9f02e5..f3a5bf6 100644 --- a/pom.xml +++ b/pom.xml @@ -4,9 +4,40 @@ 4.0.0 org.seekers seekers-grpc - 0.1.0 + 0.1.1 jar - + + Seekers API + API definition of the seekers game. + https://github.com/seekers-dev/seekers-grpc + 2023 + + + scm:git:git://github.com/seekers-dev/seekers-grpc.git + scm:git:ssh://github.com:seekers-dev/seekers-grpc.git + http://github.com/seekers-dev/seekers-grpc/tree/master + + + + + Karl Zschiebsch + Seekers Dev + https://github.com/seekers-dev + + + Bela Tollkien + Seekers Dev + https://github.com/seekers-dev + + + + + + GNU General Public License + https://www.gnu.org/licenses/gpl-3.0.html + + + UTF-8 11 @@ -16,13 +47,30 @@ - + + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ - + + + + + + io.grpc + grpc-bom + ${grpc.version} + pom + import + + + + @@ -55,22 +103,9 @@ - - - - - io.grpc - grpc-bom - ${grpc.version} - pom - import - - - - - + kr.motd.maven os-maven-plugin @@ -96,7 +131,37 @@ maven-wrapper-plugin 3.3.1 - + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrh + https://s01.oss.sonatype.org/ + true + + + + org.apache.maven.plugins + maven-source-plugin + 3.3.1 + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.8.0 + + kr.motd.maven os-maven-plugin