Skip to content

Commit

Permalink
Update doc for CircleCI build Status and bump javadoc plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan971 committed Sep 6, 2019
1 parent 4477961 commit 8905802
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

[![](https://cdn1.treatwell.net/images/view/v2.i1756348.w200.h50.x4965194E.jpeg)](https://treatwell.com/tech)

[![Build status](https://img.shields.io/circleci/build/github/treatwell/immutables-styles.svg?style=for-the-badge)](https://circleci.com/gh/treatwell/immutables-styles)
[![Maven Central](https://img.shields.io/maven-central/v/com.treatwell/immutables-styles.svg?style=for-the-badge)](https://search.maven.org/artifact/com.treatwell/immutables-styles)
[![GitHub](https://img.shields.io/github/license/treatwell/immutables-styles.svg?style=for-the-badge)](https://github.com/treatwell/immutables-styles/blob/master/LICENSE)

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<configuration>
<detectJavaApiLink>true</detectJavaApiLink>
<doclint>-html</doclint>
Expand Down

0 comments on commit 8905802

Please sign in to comment.