aboutsummaryrefslogtreecommitdiff
path: root/examples/example-tls/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-tls/pom.xml')
-rw-r--r--examples/example-tls/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/example-tls/pom.xml b/examples/example-tls/pom.xml
index f94c0eea7..643da450b 100644
--- a/examples/example-tls/pom.xml
+++ b/examples/example-tls/pom.xml
@@ -6,13 +6,13 @@
<packaging>jar</packaging>
<!-- Feel free to delete the comment at the end of these lines. It is just
for safely updating the version in our release process. -->
- <version>1.64.0</version><!-- CURRENT_GRPC_VERSION -->
+ <version>1.64.1-SNAPSHOT</version><!-- CURRENT_GRPC_VERSION -->
<name>example-tls</name>
<url>https://github.com/grpc/grpc-java</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <grpc.version>1.64.0</grpc.version><!-- CURRENT_GRPC_VERSION -->
+ <grpc.version>1.64.1-SNAPSHOT</grpc.version><!-- CURRENT_GRPC_VERSION -->
<protoc.version>3.25.1</protoc.version>
<!-- required for jdk9 -->
<maven.compiler.source>1.8</maven.compiler.source>