From 19fcec84d8d7d21e796c7624e521b60d28ee21ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:45:59 +0200 Subject: Adding upstream version 16.2.11+ds. Signed-off-by: Daniel Baumann --- pom.xml | 147 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 147 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 000000000..89d0edb01 --- /dev/null +++ b/pom.xml @@ -0,0 +1,147 @@ + + + 4.0.0 + com.ceph + libcephfs + jar + ${version} + libcephfs + http://www.ceph.com + Ceph FS Java API. + + + GNU Lesser General Public License, Version 2.1 + http://www.gnu.org/licenses/lgpl-2.1.txt + + + + + Sage Weil + sage@inktank.com + Red Hat + http://www.redhat.com + + + + Noah Watkins + noahwatkins@gmail.com + Red Hat + http://www.redhat.com + + + + Greg Farnum + greg@inktank.com + Red Hat + http://www.redhat.com + + + + Joe Buck + jbbuck@gmail.com + + + + Gary Lowell + glowell@inktank.com + Red Hat + http://www.redhat.com + + + + Dmitry Smirnov + onlyjob@member.fsf.org + + + + Danny Al-Gaaf + danny.al-gaaf@bisect.de + + + + Huamin Chen + hchen@redhat.com + Red Hat + http://www.redhat.com + + + + scm:git:git@github.com:ceph/ceph.git + scm:git:git@github.com:ceph/ceph.git + scm:git:git@github.com:ceph/ceph.git + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + + + + java + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + + org.apache.maven.plugins + maven-release-plugin + 2.4.1 + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.2 + true + + ossrh + https://oss.sonatype.org/ + true + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + + -- cgit v1.2.3