From 950829a24bc6175019379d90894671ac9001099e Mon Sep 17 00:00:00 2001 From: Ali Dehghani Date: Fri, 21 Sep 2018 19:48:43 +0430 Subject: [PATCH] Release 1.1.0 [ci skip] Signed-off-by: Ali Dehghani --- README.md | 8 ++++---- pom.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a0d587d..03ac576 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Spring Boot Errors [![Build Status](https://travis-ci.org/alimate/errors-spring-boot-starter.svg?branch=master)](https://travis-ci.org/alimate/errors-spring-boot-starter) [![codecov](https://codecov.io/gh/alimate/errors-spring-boot-starter/branch/master/graph/badge.svg)](https://codecov.io/gh/alimate/errors-spring-boot-starter) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/me.alidg/errors-spring-boot-starter/badge.svg)](https://maven-badges.herokuapp.com/maven-central/me.alidg/errors-spring-boot-starter/badge.svg) +# Spring Boot Errors [![Build Status](https://travis-ci.org/alimate/errors-spring-boot-starter.svg?branch=master)](https://travis-ci.org/alimate/errors-spring-boot-starter) [![codecov](https://codecov.io/gh/alimate/errors-spring-boot-starter/branch/master/graph/badge.svg)](https://codecov.io/gh/alimate/errors-spring-boot-starter) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/me.alidg/errors-spring-boot-starter/badge.svg)](https://search.maven.org/search?q=g:me.alidg%20AND%20a:errors-spring-boot-starter) A Bootiful, consistent and opinionated approach to handle all sorts of exceptions. ## Table of Contents @@ -36,19 +36,19 @@ Built on top of Spring Boot's great exception handling mechanism, the `errors-sp ### Download -Download the [latest JAR](https://search.maven.org/remotecontent?filepath=me/alidg/errors-spring-boot-starter/1.0.0/errors-spring-boot-starter-1.0.0.jar) or grab via Maven: +Download the [latest JAR](https://search.maven.org/remotecontent?filepath=me/alidg/errors-spring-boot-starter/1.1.0/errors-spring-boot-starter-1.1.0.jar) or grab via Maven: ``` me.alidg errors-spring-boot-starter - 1.0.0 + 1.1.0 ``` or Gradle: ``` -compile "me.alidg:errors-spring-boot-starter:1.0.0" +compile "me.alidg:errors-spring-boot-starter:1.1.0" ``` ### Prerequisites diff --git a/pom.xml b/pom.xml index 6f5455a..a80aa45 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ 4.0.0 me.alidg errors-spring-boot-starter - 1.1.0-SNAPSHOT + 1.1.0 ${project.groupId}:${project.artifactId}