Skip to content

Commit 80ce954

Browse files
committed
chore: Update script
1 parent 1c4d80f commit 80ce954

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.kokoro/build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ if [[ "${CURRENT_PROTO_VERSION}" != "${LATEST_PROTO_VERSION}" ]]; then
8989
if grep -q "sdk-platform-java-config" "${pom}"; then
9090
echo "Updating the pom: ${pom} to use shared-deps version: ${SHARED_DEPS_VERSION}"
9191
sed -i "/<artifactId>sdk-platform-java-config<\/artifactId>/,/<\/parent>/ s/<version>.*<\/version>/<version>$SHARED_DEPS_VERSION<\/version>/" "${pom}"
92-
cat "${pom}"
9392
# xmlstarlet ed --inplace -N x="http://maven.apache.org/POM/4.0.0" \
9493
# -u "//x:project/x:parent[x:artifactId='sdk-platform-java-config']/x:version" \
9594
# -v "${SHARED_DEPS_VERSION}" \

0 commit comments

Comments
 (0)