From 74a32c02a191fb5e1a40d3990e9854b1060ced3d Mon Sep 17 00:00:00 2001 From: Deanna Garcia Date: Wed, 31 Mar 2021 18:22:37 +0000 Subject: [PATCH] fixing kokoro tests --- java/kotlin-lite/pom.xml | 2 +- java/kotlin/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/java/kotlin-lite/pom.xml b/java/kotlin-lite/pom.xml index 29a379994d..1d75251da5 100644 --- a/java/kotlin-lite/pom.xml +++ b/java/kotlin-lite/pom.xml @@ -7,7 +7,7 @@ 3.15.6 - protobuf-javalite + protobuf-kotlin-lite bundle Protocol Buffers [Lite] diff --git a/java/kotlin/pom.xml b/java/kotlin/pom.xml index 947125216a..8de8aca53f 100644 --- a/java/kotlin/pom.xml +++ b/java/kotlin/pom.xml @@ -7,7 +7,7 @@ 3.15.6 - protobuf-java + protobuf-kotlin bundle Protocol Buffers [Core]