Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
[ci skip]

Signed-off-by: Ali Dehghani <[email protected]>
  • Loading branch information
alimate committed Sep 21, 2018
1 parent 2acf61e commit 950829a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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:

```
<dependency>
<groupId>me.alidg</groupId>
<artifactId>errors-spring-boot-starter</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>
```

or Gradle:
```
compile "me.alidg:errors-spring-boot-starter:1.0.0"
compile "me.alidg:errors-spring-boot-starter:1.1.0"
```

### Prerequisites
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>me.alidg</groupId>
<artifactId>errors-spring-boot-starter</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>
Expand Down

0 comments on commit 950829a

Please sign in to comment.