Skip to content

Commit d170fe1

Browse files
authored
Merge pull request #5 from OpenFeign/master
merging in master
2 parents 77b7796 + fc4b6b8 commit d170fe1

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ matrix:
3636
#removing openjdk8 from matrix for now as it causes issues on release
3737
# - os: linux
3838
# jdk: openjdk8
39-
- os: linux
40-
jdk: openjdk11
39+
# - os: linux
40+
# jdk: openjdk11
4141

4242
# Don't build release tags. This avoids publish conflicts because the version commit exists both on master and the release tag.
4343
# See https://github.com/travis-ci/travis-ci/issues/1532

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Annotation Error Decoder
22
=========================
33
[![Join the chat at https://gitter.im/OpenFeign/feign](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/OpenFeign/feign?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
44
[![Build Status](https://travis-ci.org/OpenFeign/feign-annotation-error-decoder.svg?branch=master)](https://travis-ci.org/OpenFeign/feign-annotation-error-decoder)
5+
[![Download](https://api.bintray.com/packages/openfeign/maven/feign-annotation-error-decoder/images/download.svg) ](https://bintray.com/openfeign/maven/feign-annotation-error-decoder/_latestVersion)
6+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.openfeign/feign-annotation-error-decoder/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.openfeign/feign-annotation-error-decoder)
57

68
This module allows to annotate Feign's interfaces with annotations to generate Exceptions based on error codes
79

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</parent>
2525

2626
<artifactId>feign-annotation-error-decoder</artifactId>
27-
<version>1.1.1-SNAPSHOT</version>
27+
<version>1.1.3-SNAPSHOT</version>
2828
<name>Feign Annotation Error Decoder</name>
2929
<description>Feign Annotation Error Decoder</description>
3030
<url>https://github.com/OpenFeign/feign-annotation-error-decoder</url>

travis/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ elif is_travis_branch_master; then
185185
# If the deployment succeeded, sync it to Maven Central. Note: this needs to be done once per project, not module, hence -N
186186
if is_release_commit; then
187187
./mvnw --batch-mode -s ./.settings.xml -nsu -Dgpg.skip=true -N io.zipkin.centralsync-maven-plugin:centralsync-maven-plugin:sync
188-
javadoc_to_gh_pages
188+
# javadoc_to_gh_pages
189189
fi
190190

191191
# If we are on a release tag, the following will update any version references and push a version tag for deployment.

0 commit comments

Comments
 (0)