File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -96,8 +96,11 @@ new release is available on Maven Central.
9696* Manually edit and update any pom.xml files in https://github.com/GoogleCloudPlatform/java-docs-samples that dependabot missed
9797* In google3 run:
9898 * ` $ g4d -f bom `
99- * ` /google/src/head/depot/google3/devtools/scripts/replace_string "<version>oldVersion</version>" "<version>newVersion</version>" `
100- * ` /google/src/head/depot/google3/devtools/scripts/replace_string "<version>oldVersion</version>" "<version>newVersion</version>" `
99+ * ` $ OLD=19.0.0; NEW=19.1.0 `
100+ (Adjust the old and new versions)
101+ * ` /google/src/head/depot/google3/devtools/scripts/replace_string "<version>${OLD}</version>" "<version>${NEW}</version>" `
102+ * ` /google/src/head/depot/google3/devtools/scripts/replace_string "<version>${OLD}</version>" "<version>${NEW}</version>" `
103+ * ` /google/src/head/depot/google3/devtools/scripts/replace_string "<version>${OLD}</version>" "<version>${NEW}</version>" `
101104 * Sanity check the cl and send it for review.
102105 * Submit on approval
103106* Search for libraries-bom in google3 to find any internal references (typically cloudsite and devsite) that still need to be updated.
You can’t perform that action at this time.
0 commit comments