From 2abb227aebf39ac07e9d13815b283a38be862b25 Mon Sep 17 00:00:00 2001 From: mtraneis Date: Fri, 17 Dec 2021 17:17:24 -0500 Subject: [PATCH] [maven-release-plugin] prepare release v2.1.1 --- pom.xml | 844 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 422 insertions(+), 422 deletions(-) diff --git a/pom.xml b/pom.xml index 0b588184..9cfd09f4 100644 --- a/pom.xml +++ b/pom.xml @@ -1,422 +1,422 @@ - - - 4.0.0 - org.folio - edge-sip2 - 2.1.1-SNAPSHOT - Standard Interchange Protocol v2 (SIP2) - https://github.com/folio-org/edge-sip2 - Support for SIP2 in FOLIO. This allow self service circulation and patron services stations to perform supported operations in FOLIO. - 2019 - - - The Open Library Foundation - https://dev.folio.org - - - - - Apache License 2.0 - https://spdx.org/licenses/Apache-2.0 - repo - - - - - https://github.com/folio-org/edge-sip2.git - scm:git:git://github.com/folio-org/edge-sip2.git - scm:git:git@github.com:folio-org/edge-sip2.git - v2.1.0 - - - - JIRA - https://issues.folio.org/projects/SIP2 - - - - Jenkins - https://jenkins-aws.indexdata.com/job/folio-org/job/edge-sip2 - - - - UTF-8 - org.folio.edge.sip2.MainVerticle - - - - - - io.vertx - vertx-stack-depchain - 3.9.2 - pom - import - - - org.junit - junit-bom - 5.7.0 - pom - import - - - org.apache.logging.log4j - log4j-bom - 2.16.0 - pom - import - - - com.fasterxml.jackson - jackson-bom - 2.10.2 - pom - import - - - - - - - io.vertx - vertx-core - - - io.vertx - vertx-web-client - - - io.vertx - vertx-web-common - - - io.vertx - vertx-micrometer-metrics - - - io.vertx - vertx-config - - - org.apache.logging.log4j - log4j-api - - - org.apache.logging.log4j - log4j-core - runtime - - - org.apache.logging.log4j - log4j-slf4j-impl - runtime - - - org.freemarker - freemarker - 2.3.28 - - - com.google.inject - guice - 4.2.3 - no_aop - - - javax.inject - javax.inject - 1 - - - io.micrometer - micrometer-core - 1.1.5 - - - com.fasterxml.jackson.core - jackson-annotations - - - com.fasterxml.jackson.core - jackson-databind - - - commons-net - commons-net - 3.8.0 - - - - - io.vertx - vertx-junit5 - test - - - org.junit.jupiter - junit-jupiter-params - test - - - org.junit.jupiter - junit-jupiter-api - test - - - org.mockito - mockito-core - 2.28.2 - test - - - org.mockito - mockito-junit-jupiter - 2.28.2 - test - - - - - - folio-nexus - FOLIO Release Repository - https://repository.folio.org/repository/maven-releases/ - false - default - - - folio-nexus - FOLIO Snapshot Repository - true - https://repository.folio.org/repository/maven-snapshots/ - default - - - - - - folio-nexus - FOLIO Maven repository - https://repository.folio.org/repository/maven-folio - - - - - - metrics-prometheus - - false - - - - io.micrometer - micrometer-registry-prometheus - 1.1.5 - runtime - - - - - metrics-influxdb - - false - - - - io.micrometer - micrometer-registry-influx - 1.1.5 - runtime - - - - - vertx-config-s3 - - false - - - - com.github.mikelee2082 - vertx-config-s3 - 0.2.0 - runtime - - - - - jitpack.io - https://jitpack.io - - - - - - - - - maven-compiler-plugin - 3.8.1 - - 11 - - - - org.apache.maven.plugins - maven-surefire-plugin - 3.0.0-M5 - - - maven-resources-plugin - 3.1.0 - - - filter-descriptor-inputs - generate-resources - - copy-resources - - - ${project.build.directory} - - - ${basedir}/descriptors - *Descriptor*-template.json - true - - - - - - - - com.coderplus.maven.plugins - copy-rename-maven-plugin - 1.0 - - - rename-descriptor-outputs - generate-resources - - rename - - - - - ${project.build.directory}/ModuleDescriptor-template.json - ${project.build.directory}/ModuleDescriptor.json - - - ${project.build.directory}/DeploymentDescriptor-template.json - ${project.build.directory}/DeploymentDescriptor.json - - - - - - - - org.apache.maven.plugins - maven-shade-plugin - 3.2.1 - - - package - - shade - - - - - *:* - - module-info.class - - - - - - - io.vertx.core.Launcher - ${exec.mainClass} - true - - - - log4j2.xml - - - META-INF/services/io.vertx.config.spi.ConfigStoreFactory - - - - ${project.build.directory}/${project.artifactId}-fat.jar - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - 3.1.1 - - checkstyle.xml - false - warning - true - - - - - check - - - - - - maven-dependency-plugin - - - analyze - - analyze-only - - - true - true - - - - - - org.apache.maven.plugins - maven-release-plugin - - clean verify - v@{project.version} - false - true - - - - - - - - maven-dependency-plugin - 3.1.2 - - - maven-release-plugin - 2.5.3 - - - - - + + + 4.0.0 + org.folio + edge-sip2 + 2.1.1 + Standard Interchange Protocol v2 (SIP2) + https://github.com/folio-org/edge-sip2 + Support for SIP2 in FOLIO. This allow self service circulation and patron services stations to perform supported operations in FOLIO. + 2019 + + + The Open Library Foundation + https://dev.folio.org + + + + + Apache License 2.0 + https://spdx.org/licenses/Apache-2.0 + repo + + + + + https://github.com/folio-org/edge-sip2.git + scm:git:git://github.com/folio-org/edge-sip2.git + scm:git:git@github.com:folio-org/edge-sip2.git + v2.1.1 + + + + JIRA + https://issues.folio.org/projects/SIP2 + + + + Jenkins + https://jenkins-aws.indexdata.com/job/folio-org/job/edge-sip2 + + + + UTF-8 + org.folio.edge.sip2.MainVerticle + + + + + + io.vertx + vertx-stack-depchain + 3.9.2 + pom + import + + + org.junit + junit-bom + 5.7.0 + pom + import + + + org.apache.logging.log4j + log4j-bom + 2.16.0 + pom + import + + + com.fasterxml.jackson + jackson-bom + 2.10.2 + pom + import + + + + + + + io.vertx + vertx-core + + + io.vertx + vertx-web-client + + + io.vertx + vertx-web-common + + + io.vertx + vertx-micrometer-metrics + + + io.vertx + vertx-config + + + org.apache.logging.log4j + log4j-api + + + org.apache.logging.log4j + log4j-core + runtime + + + org.apache.logging.log4j + log4j-slf4j-impl + runtime + + + org.freemarker + freemarker + 2.3.28 + + + com.google.inject + guice + 4.2.3 + no_aop + + + javax.inject + javax.inject + 1 + + + io.micrometer + micrometer-core + 1.1.5 + + + com.fasterxml.jackson.core + jackson-annotations + + + com.fasterxml.jackson.core + jackson-databind + + + commons-net + commons-net + 3.8.0 + + + + + io.vertx + vertx-junit5 + test + + + org.junit.jupiter + junit-jupiter-params + test + + + org.junit.jupiter + junit-jupiter-api + test + + + org.mockito + mockito-core + 2.28.2 + test + + + org.mockito + mockito-junit-jupiter + 2.28.2 + test + + + + + + folio-nexus + FOLIO Release Repository + https://repository.folio.org/repository/maven-releases/ + false + default + + + folio-nexus + FOLIO Snapshot Repository + true + https://repository.folio.org/repository/maven-snapshots/ + default + + + + + + folio-nexus + FOLIO Maven repository + https://repository.folio.org/repository/maven-folio + + + + + + metrics-prometheus + + false + + + + io.micrometer + micrometer-registry-prometheus + 1.1.5 + runtime + + + + + metrics-influxdb + + false + + + + io.micrometer + micrometer-registry-influx + 1.1.5 + runtime + + + + + vertx-config-s3 + + false + + + + com.github.mikelee2082 + vertx-config-s3 + 0.2.0 + runtime + + + + + jitpack.io + https://jitpack.io + + + + + + + + + maven-compiler-plugin + 3.8.1 + + 11 + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M5 + + + maven-resources-plugin + 3.1.0 + + + filter-descriptor-inputs + generate-resources + + copy-resources + + + ${project.build.directory} + + + ${basedir}/descriptors + *Descriptor*-template.json + true + + + + + + + + com.coderplus.maven.plugins + copy-rename-maven-plugin + 1.0 + + + rename-descriptor-outputs + generate-resources + + rename + + + + + ${project.build.directory}/ModuleDescriptor-template.json + ${project.build.directory}/ModuleDescriptor.json + + + ${project.build.directory}/DeploymentDescriptor-template.json + ${project.build.directory}/DeploymentDescriptor.json + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + 3.2.1 + + + package + + shade + + + + + *:* + + module-info.class + + + + + + + io.vertx.core.Launcher + ${exec.mainClass} + true + + + + log4j2.xml + + + META-INF/services/io.vertx.config.spi.ConfigStoreFactory + + + + ${project.build.directory}/${project.artifactId}-fat.jar + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.1.1 + + checkstyle.xml + false + warning + true + + + + + check + + + + + + maven-dependency-plugin + + + analyze + + analyze-only + + + true + true + + + + + + org.apache.maven.plugins + maven-release-plugin + + clean verify + v@{project.version} + false + true + + + + + + + + maven-dependency-plugin + 3.1.2 + + + maven-release-plugin + 2.5.3 + + + + +