Skip to content

Commit

Permalink
bump snapshot version
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 11, 2024
1 parent ebf024d commit 6e51475
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ gRPC Mock integrates with Spring-Boot via `grpcmock-spring-boot` module.
<dependency>
<groupId>org.grpcmock</groupId>
<artifactId>grpcmock-spring-boot</artifactId>
<version>0.11.0</version>
<version>0.12.0</version>
</dependency>
```

Expand Down Expand Up @@ -211,7 +211,7 @@ gRPC Mock integrates with JUnit5 via `grpcmock-junit5` module.
<dependency>
<groupId>org.grpcmock</groupId>
<artifactId>grpcmock-junit5</artifactId>
<version>0.11.0</version>
<version>0.12.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion grpcmock-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>grpcmock</artifactId>
<groupId>org.grpcmock</groupId>
<version>0.11.1-SNAPSHOT</version>
<version>0.12.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>grpcmock-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion grpcmock-examples/grpcmock-example-junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.grpcmock.examples</groupId>
<artifactId>grpcmock-examples</artifactId>
<version>0.11.1-SNAPSHOT</version>
<version>0.12.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>grpcmock-example-junit5</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.grpcmock.examples</groupId>
<artifactId>grpcmock-examples</artifactId>
<version>0.11.1-SNAPSHOT</version>
<version>0.12.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>grpcmock-example-spring-boot-async</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion grpcmock-examples/grpcmock-example-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.grpcmock.examples</groupId>
<artifactId>grpcmock-examples</artifactId>
<version>0.11.1-SNAPSHOT</version>
<version>0.12.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>grpcmock-example-spring-boot</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion grpcmock-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.grpcmock</groupId>
<artifactId>grpcmock</artifactId>
<version>0.11.1-SNAPSHOT</version>
<version>0.12.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.grpcmock.examples</groupId>
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.11.1-SNAPSHOT</version>
<version>0.12.1-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 @@ -4,7 +4,7 @@
<parent>
<artifactId>grpcmock</artifactId>
<groupId>org.grpcmock</groupId>
<version>0.11.1-SNAPSHOT</version>
<version>0.12.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>grpcmock-spring-boot</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.grpcmock</groupId>
<artifactId>grpcmock</artifactId>
<version>0.11.1-SNAPSHOT</version>
<version>0.12.1-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 6e51475

Please sign in to comment.