diff --git a/.travis.yml b/.travis.yml
index fe1c655..efd3c94 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +15,7 @@ deploy:
file:
- "${FILE_TO_UPLOAD}"
skip_cleanup: true
+ overwrite: true
on:
repo: majusko/grpc-jwt-spring-boot-starter
tags: true
diff --git a/README.md b/README.md
index 9f86426..d2bfe52 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
# Spring boot starter for [gRPC framework](https://grpc.io/) with [JWT authorization](https://jwt.io/)
+[![Release](https://jitpack.io/v/majusko/grpc-jwt-spring-boot-starter.svg)](https://jitpack.io/#majusko/grpc-jwt-spring-boot-starter)
[![Build Status](https://travis-ci.com/majusko/grpc-jwt-spring-boot-starter.svg?branch=master)](https://travis-ci.com/majusko/grpc-jwt-spring-boot-starter)
[![Test Coverage](https://codecov.io/gh/majusko/grpc-jwt-spring-boot-starter/branch/master/graph/badge.svg)](https://codecov.io/gh/majusko/grpc-jwt-spring-boot-starter/branch/master)
@@ -13,6 +14,15 @@ Simple start consist only from 3 simple steps.
#### 1. Add Maven dependency
+```xml
+
+
+ jitpack.io
+ https://jitpack.io
+
+
+```
+
```xml
io.github.majusko
diff --git a/pom.xml b/pom.xml
index 4cf2a5f..d016f4d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
io.github.majusko
grpc-jwt-spring-boot-starter
- 0.0.3-SNAPSHOT
+ 1.0.0
grpc-jwt-spring-boot-starter
JWT Auth for your Grpc Spring Boot project
@@ -153,4 +153,25 @@
+
+
+
+ Apache License, Version 2.0
+ http://www.apache.org/licenses/LICENSE-2.0.txt
+ repo
+
+
+
+
+ scm:git:https://github.com/majusko/grpc-jwt-spring-boot-starter.git
+ https://github.com/majusko/grpc-jwt-spring-boot-starter
+
+
+
+
+ Mario Kapusta
+ mariokapustaa@gmail.com
+ https://github.com/majusko
+
+