Skip to content

Commit

Permalink
bumps grpc version to 1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fadelis committed Jun 6, 2020
1 parent 06a81c9 commit dc4c303
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion grpcmock-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>grpcmock</artifactId>
<groupId>org.grpcmock</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>grpcmock-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion grpcmock-junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>grpcmock</artifactId>
<groupId>org.grpcmock</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>grpcmock-junit5</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion grpcmock-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>grpcmock</artifactId>
<groupId>org.grpcmock</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>grpcmock-spring-boot</artifactId>
Expand Down
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>org.grpcmock</groupId>
<artifactId>grpcmock</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.2-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand All @@ -23,7 +24,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>

<grpc.version>1.27.2</grpc.version>
<grpc.version>1.28.0</grpc.version>
<spring-boot.version>2.2.0.RELEASE</spring-boot.version>
<slf4j.version>1.7.30</slf4j.version>
<junit-jupiter.version>5.5.2</junit-jupiter.version>
Expand Down

0 comments on commit dc4c303

Please sign in to comment.