Skip to content

Commit

Permalink
udpate version
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkerou committed Oct 22, 2018
1 parent 6777005 commit 101bbdb
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ You need to add the following `<dependencies>`:
<dependency>
<groupId>com.github.thinkerou</groupId>
<artifactId>karate-grpc-core</artifactId>
<version>0.6.1</version>
<version>1.0.0</version>
</dependency>
```

Expand All @@ -67,7 +67,7 @@ You need to add the following `<dependencies>`:
Alternatively for Gradle you need to add the following entry:

```gradle
testCompile 'com.github.thinkerou:karate-grpc-core:0.6.1'
testCompile 'com.github.thinkerou:karate-grpc-core:1.0.0'
```

## What to need for testing grpc server
Expand Down
2 changes: 1 addition & 1 deletion karate-grpc-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>karate-grpc-parent</artifactId>
<groupId>com.github.thinkerou</groupId>
<version>0.6.1</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion karate-grpc-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>karate-grpc-parent</artifactId>
<groupId>com.github.thinkerou</groupId>
<version>0.6.1</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion karate-grpc-helper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>karate-grpc-parent</artifactId>
<groupId>com.github.thinkerou</groupId>
<version>0.6.1</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion karate-grpc-proto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>karate-grpc-parent</artifactId>
<groupId>com.github.thinkerou</groupId>
<version>0.6.1</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion karate-grpc-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>karate-grpc-parent</artifactId>
<groupId>com.github.thinkerou</groupId>
<version>0.6.1</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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 @@
<groupId>com.github.thinkerou</groupId>
<artifactId>karate-grpc-parent</artifactId>
<packaging>pom</packaging>
<version>0.6.1</version>
<version>1.0.0</version>

<name>${project.artifactId}</name>
<description>gRPC Testing Made Simple by Karate.</description>
Expand Down

0 comments on commit 101bbdb

Please sign in to comment.