From e1ea723cbf128973786fdd725a4eb7c53409e317 Mon Sep 17 00:00:00 2001 From: hironico Date: Fri, 7 Jun 2024 14:30:47 +0200 Subject: [PATCH] version 2.27.1 --- hironico-common/pom.xml | 4 +- hironico-dist/pom.xml | 114 +-------------------------------------- hironico-minisql/pom.xml | 4 +- pom.xml | 114 +++++++++++++++++++++++++++++++++++++-- 4 files changed, 116 insertions(+), 120 deletions(-) diff --git a/hironico-common/pom.xml b/hironico-common/pom.xml index 9e3636a..f5abfee 100644 --- a/hironico-common/pom.xml +++ b/hironico-common/pom.xml @@ -3,11 +3,11 @@ net.hironico parent - 2.27.0 + 2.27.1 hironico-common - 2.27.0 + 2.27.1 hironico.net common utilities library jar diff --git a/hironico-dist/pom.xml b/hironico-dist/pom.xml index 96b3832..dc2d2b3 100644 --- a/hironico-dist/pom.xml +++ b/hironico-dist/pom.xml @@ -4,57 +4,14 @@ net.hironico parent - 2.27.0 + 2.27.1 hironico-minisql-dist - 2.27.0 - - ${project.groupId}:${project.artifactId} - - - The Hironico Mini SQL tool is packaged with all required dependencies into a single JAR. - It contains standard drivers for Oracle, Postgresql, MSSQL and Sybase databases but you can refer - to specific JDBC drivers in the tool configuration. - - - https://github.com/hironico/mini-sql - - - - MIT License - http://www.opensource.org/licenses/mit-license.php - - - - - - hironico - hironico@outlook.com - hironico.net - https://github.com/hironico - - - - - scm:git:git://github.com/hironico/mini-sql.git - scm:git:ssh://github.com:hironico/mini-sql.git - http://github.com/hironico/mini-sql/tree/master - + 2.27.1 jar - - - ossrh - https://s01.oss.sonatype.org/content/repositories/snapshots - - - ossrh - https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ - - - @@ -111,73 +68,6 @@ - - org.apache.maven.plugins - maven-javadoc-plugin - 3.6.3 - - - attach-javadocs - package - - jar - - - - - - - org.apache.maven.plugins - maven-source-plugin - 3.3.1 - - - attach-sources - package - - jar - - - true - - - - - - - - - - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.5 - - - sign-artifacts - verify - - sign - - - ${gpg.keyname} - - - - - - - org.sonatype.central - central-publishing-maven-plugin - 0.4.0 - true - - central - true - - diff --git a/hironico-minisql/pom.xml b/hironico-minisql/pom.xml index c1e365c..1e01313 100644 --- a/hironico-minisql/pom.xml +++ b/hironico-minisql/pom.xml @@ -3,11 +3,11 @@ net.hironico parent - 2.27.0 + 2.27.1 hironico-minisql - 2.27.0 + 2.27.1 hironico.net minisql tools diff --git a/pom.xml b/pom.xml index d739b58..b5acba3 100644 --- a/pom.xml +++ b/pom.xml @@ -3,12 +3,50 @@ 4.0.0 net.hironico parent - 2.27.0 + 2.27.1 - hironico.net parent + ${project.groupId}:${project.artifactId} - This is the parent pom for Hironico's Mini SQL. To get a reday to execute JAR file, - kick a build of the hironico-dist module. + + The Hironico Mini SQL tool is packaged with all required dependencies into a single JAR. + It contains standard drivers for Oracle, Postgresql, MSSQL and Sybase databases but you can refer + to specific JDBC drivers in the tool configuration. + + + https://github.com/hironico/mini-sql + + + + MIT License + http://www.opensource.org/licenses/mit-license.php + + + + + + hironico + hironico@outlook.com + hironico.net + https://github.com/hironico + + + + + scm:git:git://github.com/hironico/mini-sql.git + scm:git:ssh://github.com:hironico/mini-sql.git + http://github.com/hironico/mini-sql/tree/master + + + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + UTF-8 @@ -51,6 +89,74 @@ ${maven.compiler.target} + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.6.3 + + + attach-javadocs + package + + jar + + + + + + + org.apache.maven.plugins + maven-source-plugin + 3.3.1 + + + attach-sources + package + + jar + + + true + + + + + + + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + ${gpg.keyname} + + + + + + + org.sonatype.central + central-publishing-maven-plugin + 0.4.0 + true + + central + true + +