From 29b87c3a6761dd22d31109616cb66ab623978fb7 Mon Sep 17 00:00:00 2001 From: Anastasiia Sergienko <46891819+AnastasiiaSergienko@users.noreply.github.com> Date: Fri, 29 Mar 2019 11:13:54 +0100 Subject: [PATCH] #36: changed pom to publish to maven central repository (#40) --- pom.xml | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 5c9b9765..918cc866 100644 --- a/pom.xml +++ b/pom.xml @@ -3,16 +3,18 @@ 4.0.0 com.exasol sql-statement-builder - 0.4.0 + 0.4.1 Exasol SQL Statement Builder This module provides a Builder for SQL statements that helps creating the correct structure and validates variable parts of the statements. https://github.com/exasol/sql-statement-builder 2018 UTF-8 + UTF-8 1.8 5.3.1 1.3.1 + true @@ -44,6 +46,22 @@ https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + maven.exasol.com + https://maven.exasol.com/artifactory/exasol-releases + + false + + + + maven.exasol.com-snapshots + https://maven.exasol.com/artifactory/exasol-snapshots + + true + + + org.junit.jupiter @@ -87,7 +105,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.8.0 + 3.2 ${java.version} ${java.version} @@ -144,7 +162,7 @@ UTF-8 - + true true true @@ -154,6 +172,15 @@ org.apache.maven.plugins maven-gpg-plugin 1.6 + + + sign-artifacts + verify + + sign + + + org.itsallcode