We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c4d80f commit 80ce954Copy full SHA for 80ce954
.kokoro/build.sh
@@ -89,7 +89,6 @@ if [[ "${CURRENT_PROTO_VERSION}" != "${LATEST_PROTO_VERSION}" ]]; then
89
if grep -q "sdk-platform-java-config" "${pom}"; then
90
echo "Updating the pom: ${pom} to use shared-deps version: ${SHARED_DEPS_VERSION}"
91
sed -i "/<artifactId>sdk-platform-java-config<\/artifactId>/,/<\/parent>/ s/<version>.*<\/version>/<version>$SHARED_DEPS_VERSION<\/version>/" "${pom}"
92
- cat "${pom}"
93
# xmlstarlet ed --inplace -N x="http://maven.apache.org/POM/4.0.0" \
94
# -u "//x:project/x:parent[x:artifactId='sdk-platform-java-config']/x:version" \
95
# -v "${SHARED_DEPS_VERSION}" \
0 commit comments