From a54b6ff4b84206ebf099e38ce53bb332fa1afc5c Mon Sep 17 00:00:00 2001 From: yrizhkov Date: Thu, 14 Nov 2024 16:49:15 +0200 Subject: [PATCH] Prepare for Maven Central release 0.1.0 --- pom.xml | 109 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 107 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c03ab43..6ada08e 100644 --- a/pom.xml +++ b/pom.xml @@ -5,8 +5,12 @@ 4.0.0 com.aerospike - expression-dsl-java - 1.0-SNAPSHOT + aerospike-expression-dsl + aerospike-expression-dsl + Aerospike Expression DSL + https://github.com/aerospike/expression-dsl-java + jar + 0.1.0 17 @@ -15,6 +19,10 @@ 3.6.0 3.3.0 + 1.6.14 + 3.5.0 + 3.3.1 + 1.6 8.1.1 4.13.1 @@ -23,6 +31,38 @@ 3.4.1 + + + Apache License 2.0 + http://www.apache.org/licenses/LICENSE-2.0 + + + + + + https://www.aerospike.com + Aerospike + + + + + https://github.com/aerospike/expression-dsl-java + scm:git:git://github.com/aerospike/expression-dsl-java.git + scm:git:ssh://git@github.com:aerospike/expression-dsl-java.git + + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + com.aerospike @@ -116,6 +156,71 @@ ${skipTests} + + + org.sonatype.plugins + nexus-staging-maven-plugin + ${nexus-staging-maven-plugin.version} + true + + ossrh + https://oss.sonatype.org/ + false + + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${maven-javadoc-plugin.version} + + all,-missing + ${basedir} + ${project.name} + public + true + Copyright © 2024-{currentYear} Aerospike, Inc. All rights reserved. + ${project.basedir}/src/main/java;${project.basedir}/target/generated-sources/antlr4 + 17 + + + + attach-javadocs + + jar + + + + + + + org.apache.maven.plugins + maven-source-plugin + ${maven-source-plugin.version} + + + attach-sources + + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + ${maven-gpg-plugin.version} + + + sign-artifacts + verify + + sign + + + +