Skip to content

Commit 8d08822

Browse files
authored
Merge pull request #27 from majusko/release-snapshot-1.0.8
Added the initial changes.
2 parents 5779f2f + 18e47b6 commit 8d08822

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Spring boot starter for [gRPC framework](https://grpc.io/) with [JWT authorization](https://jwt.io/) - gRPC Java JWT
22

3+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.majusko/grpc-jwt-spring-boot-starter/badge.svg)](https://search.maven.org/search?q=g:io.github.majusko)
34
[![Release](https://jitpack.io/v/majusko/grpc-jwt-spring-boot-starter.svg)](https://jitpack.io/#majusko/grpc-jwt-spring-boot-starter)
45
[![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)
56
[![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)
@@ -16,15 +17,6 @@ Simple start consist only from 3 simple steps.
1617

1718
#### 1. Add Maven dependency
1819

19-
```xml
20-
<repositories>
21-
<repository>
22-
<id>jitpack.io</id>
23-
<url>https://jitpack.io</url>
24-
</repository>
25-
</repositories>
26-
```
27-
2820
```xml
2921
<dependency>
3022
<groupId>io.github.majusko</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>io.github.majusko</groupId>
1313
<artifactId>grpc-jwt-spring-boot-starter</artifactId>
14-
<version>1.0.7</version>
14+
<version>1.0.8-SNAPSHOT</version>
1515
<name>grpc-jwt-spring-boot-starter</name>
1616
<description>JWT Auth for your Grpc Spring Boot project</description>
1717

0 commit comments

Comments
 (0)