From 1fbc0d2da0502b5e6c7533c1b6d385cfffa65308 Mon Sep 17 00:00:00 2001 From: Fabio Lima Date: Sun, 23 Feb 2020 13:51:20 -0300 Subject: [PATCH] Updated pom.xml --- .gitignore | 1 + pom.xml | 111 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 111 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f56052a..d7cc4bd 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ hs_err_pid* # Other release.properties +.factorypath diff --git a/pom.xml b/pom.xml index e401522..43ab5a8 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.f4b6a3 ulid-creator - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT jar ulid-creator @@ -41,4 +41,113 @@ + + scm:git:git://github.com/dexecutor/dependent-tasks-executor.git + scm:git:git@github.com:dexecutor/dexecutor.git + https://github.com/dexecutor/dependent-tasks-executor + ulid-creator-1.0.0 + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + + maven-deploy-plugin + 2.8.2 + + + default-deploy + deploy + + deploy + + + + + + org.apache.maven.plugins + maven-release-plugin + 2.5.3 + + true + false + forked-path + -Dgpg.passphrase=${gpg.passphrase} + + + + org.apache.maven.scm + maven-scm-provider-gitexe + 1.9.5 + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + ossrh + https://oss.sonatype.org/ + true + + + + org.apache.maven.plugins + maven-source-plugin + 3.0.1 + + + attach-sources + + jar + + + + + + + + + + + release-sign-artifacts + + + performRelease + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + + + + +