Skip to content

Commit

Permalink
Release of 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
majusko committed Mar 28, 2021
1 parent 2dd5597 commit 27998ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@

<groupId>io.github.majusko</groupId>
<artifactId>grpc-jwt-spring-boot-starter</artifactId>
<version>1.0.8-SNAPSHOT</version>
<version>1.0.8</version>
<name>grpc-jwt-spring-boot-starter</name>
<description>JWT Auth for your Grpc Spring Boot project</description>

<properties>
<java.version>1.8</java.version>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<grpc.version>1.36.1</grpc.version>
<grpc.version>1.36.0</grpc.version>
<os-maven-plugin.version>1.7.0</os-maven-plugin.version>
<protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
</properties>
Expand Down

0 comments on commit 27998ac

Please sign in to comment.