Skip to content

Commit

Permalink
Merge pull request protocolbuffers#6069 from haon4/update_version
Browse files Browse the repository at this point in the history
Update the version for JavaLite in update_version script
  • Loading branch information
BSBandme authored Apr 24, 2019
2 parents d6bcf07 + 13e188f commit cd63cc4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions update_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,11 @@ def UpdateJava():
Find(Find(document.documentElement, 'parent'), 'version'),
GetFullVersion()))

RewriteXml('java/lite/pom.xml',
lambda document : ReplaceText(
Find(Find(document.documentElement, 'parent'), 'version'),
GetFullVersion()))

RewriteXml('java/util/pom.xml',
lambda document : ReplaceText(
Find(Find(document.documentElement, 'parent'), 'version'),
Expand Down

0 comments on commit cd63cc4

Please sign in to comment.