From d03975d8e13b1056fa7201b389a5b8a9a68f9435 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jarl=20Andr=C3=A9=20H=C3=BCbenthal?= Date: Fri, 6 Oct 2023 09:40:23 +0200 Subject: [PATCH] chore: update pom --- pom.xml | 138 +++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 126 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index daeaae4..3596179 100644 --- a/pom.xml +++ b/pom.xml @@ -1,22 +1,31 @@ 4.0.0 - - no.github.jarlah + io.github.jarlah testcontainers-ceph 0.1-SNAPSHOT - + jar + ${project.groupId}:${project.artifactId} + Testcontainers Ceph + https://github.com/jarlah/testcontainers-ceph + + + The Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + Jarl André Hübenthal + Jarl André Hübenthal + jarlah@pm.me + + - 19 - 19 + UTF-8 + 1.8 + 1.8 - - - github - GitHub Packages - https://maven.pkg.github.com/jarlah/testcontainers-ceph - - org.testcontainers @@ -73,4 +82,109 @@ test + + testcontainers-ceph + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.5.0 + + + attach-javadocs + + jar + + + + + + + + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + scm:git:https://github.com/jarlah/testcontainers-ceph.git + https://github.com/jarlah/testcontainers-ceph.git + scm:git:https://github.com/jarlah/testcontainers-ceph.git + HEAD + + + + ci-cd + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.13 + true + + ossrh + https://s01.oss.sonatype.org + ${env.AUTO_RELEASE_AFTER_CLOSE} + + + + org.apache.maven.plugins + maven-release-plugin + 2.5.3 + + @{project.version} + + + + default + + perform + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 3.1.0 + + + sign-artifacts + verify + + sign + + + + --pinentry-mode + loopback + + + + + + + + + \ No newline at end of file