From 5575872beae373e95021df446cfbc967d7cde453 Mon Sep 17 00:00:00 2001 From: Fernando Saint-Jean <fernando.saint-jean@booxware.de> Date: Fri, 1 Mar 2019 22:49:50 +0100 Subject: [PATCH] removes java11 from compilation - it competes to get published. reverts version to re-release, and comments out javadoc pages for now --- .travis.yml | 4 ++-- pom.xml | 2 +- travis/publish.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7fda5ec..7948a25 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,8 +36,8 @@ matrix: #removing openjdk8 from matrix for now as it causes issues on release # - os: linux # jdk: openjdk8 - - os: linux - jdk: openjdk11 +# - os: linux +# jdk: openjdk11 # Don't build release tags. This avoids publish conflicts because the version commit exists both on master and the release tag. # See https://github.com/travis-ci/travis-ci/issues/1532 diff --git a/pom.xml b/pom.xml index ad51710..75c2a9f 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ </parent> <artifactId>feign-annotation-error-decoder</artifactId> - <version>1.1.2-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> <name>Feign Annotation Error Decoder</name> <description>Feign Annotation Error Decoder</description> <url>https://github.com/OpenFeign/feign-annotation-error-decoder</url> diff --git a/travis/publish.sh b/travis/publish.sh index a2fa642..48a1432 100755 --- a/travis/publish.sh +++ b/travis/publish.sh @@ -185,7 +185,7 @@ elif is_travis_branch_master; then # If the deployment succeeded, sync it to Maven Central. Note: this needs to be done once per project, not module, hence -N if is_release_commit; then ./mvnw --batch-mode -s ./.settings.xml -nsu -Dgpg.skip=true -N io.zipkin.centralsync-maven-plugin:centralsync-maven-plugin:sync - javadoc_to_gh_pages +# javadoc_to_gh_pages fi # If we are on a release tag, the following will update any version references and push a version tag for deployment.