Skip to content

Commit

Permalink
removes java11 from compilation - it competes to get published. rever…
Browse files Browse the repository at this point in the history
…ts version to re-release, and comments out javadoc pages for now
  • Loading branch information
Fernando Saint-Jean committed Mar 1, 2019
1 parent 88a253d commit 5575872
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion travis/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5575872

Please sign in to comment.