diff --git a/.travis.yml b/.travis.yml index 41a694a..1c32470 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ install: script: - $MAVEN_CMD test - if [[ "$TRAVIS_JDK_VERSION" == "openjdk11" ]]; then - $MAVEN_CMD clean deploy --activate-profiles sign --settings settings.xml -DskipTests -Dgpg.passphrase=$GPG_PASSPHRASE; + $MAVEN_CMD clean deploy --activate-profiles deploy --settings settings.xml -DskipTests -Dgpg.passphrase=$GPG_PASSPHRASE; fi after_success: diff --git a/pom.xml b/pom.xml index 65d32f0..ea28ec3 100644 --- a/pom.xml +++ b/pom.xml @@ -35,17 +35,6 @@ scm:git:git@github.com:juliaaano/payload.git - - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - - 1.8 1.8 @@ -68,7 +57,7 @@ org.slf4j slf4j-api - 1.7.26 + 1.7.30 @@ -92,14 +81,14 @@ com.google.code.gson gson - 2.8.5 + 2.8.6 test com.fasterxml.jackson.core jackson-databind - 2.9.10.1 + 2.10.2 test @@ -107,7 +96,7 @@ org.eclipse yasson - 1.0.4 + 1.0.6 test @@ -124,14 +113,14 @@ org.glassfish.jaxb jaxb-runtime - 2.3.1 + 2.3.2 test com.fasterxml.jackson.dataformat jackson-dataformat-xml - 2.9.9 + 2.10.2 test @@ -140,30 +129,28 @@ org.apache.logging.log4j log4j-slf4j-impl - 2.12.0 + 2.13.0 test org.apache.logging.log4j log4j-core - 2.12.0 + 2.13.0 test com.fasterxml.jackson.dataformat jackson-dataformat-yaml - 2.9.9 + 2.10.2 test - - org.apache.maven.plugins maven-surefire-plugin @@ -174,54 +161,50 @@ - - - org.apache.maven.plugins - maven-javadoc-plugin - 3.1.1 - - - verify - - jar - - - - - - org.apache.maven.plugins - maven-source-plugin - 3.1.0 - - - verify - - jar-no-fork - - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.8 - true - - ossrh - https://oss.sonatype.org/ - - - - - sign + deploy + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + org.apache.maven.plugins + maven-source-plugin + 3.1.0 + + + verify + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.1.1 + + + verify + + jar + + + + org.apache.maven.plugins maven-gpg-plugin @@ -235,6 +218,16 @@ + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + ossrh + https://oss.sonatype.org/ + +