From d90e254ff3eeadcc2e9dfc5ab03d183a2c7386f6 Mon Sep 17 00:00:00 2001 From: Hammy Date: Wed, 9 Jun 2021 00:22:15 +0100 Subject: [PATCH] Update pom.xml Revert version back to 0.1 & upgrade pom for deployment to central repository --- pom.xml | 46 +++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 41 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 58fbea3..e79fcb7 100644 --- a/pom.xml +++ b/pom.xml @@ -4,20 +4,31 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.goudham.me + me.goudham MyWaifuWrapper - 0.1.4 + 0.1.0 jar + MyWaifuWrapper + An Asynchronous Java API Wrapper for MyWaifuList. + https://github.com/sgoudham/MyWaifuWrapper + UTF-8 11 11 - MyWaifuWrapper - An Asynchronous Java API Wrapper for MyWaifuList. - https://github.com/sgoudham/MyWaifuWrapper + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + scm:git:git://github.com/sgoudham/MyWaifuWrapper.git @@ -117,6 +128,31 @@ 11 + + org.apache.maven.plugins + maven-gpg-plugin + 3.0.1 + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + ossrh + https://s01.oss.sonatype.org/ + true + + org.apache.maven.plugins maven-surefire-plugin