From 52cf82924090cd2808eb3e6d21041dcc6101070e Mon Sep 17 00:00:00 2001 From: Alexandr Gorshenin Date: Tue, 13 Feb 2024 12:04:16 +0000 Subject: [PATCH] Updated jooq pom.xml --- jooq-dialect/pom.xml | 70 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) diff --git a/jooq-dialect/pom.xml b/jooq-dialect/pom.xml index f97c49c..b037422 100644 --- a/jooq-dialect/pom.xml +++ b/jooq-dialect/pom.xml @@ -7,8 +7,33 @@ 0.9.0 YDB JOOQ Dialect module + YDB JOOQ Dialect module + https://github.com/ydb-platform/ydb-java-dialects + jar + + https://github.com/ydb-platform/ydb-java-dialects + scm:git:https://github.com/ydb-platform/ydb-java-dialects.git + scm:git:https://github.com/ydb-platform/ydb-java-dialects.git + + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + + + + + Aleksandr Gorshenin + alexandr268@ydb.tech + YDB + https://ydb.tech/ + + + UTF-8 11 @@ -27,4 +52,49 @@ provided + + + + ossrh-s01 + + false + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + + --pinentry-mode + loopback + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + ossrh-s01 + https://s01.oss.sonatype.org/ + false + + + + + +