Fixed json formating

This commit is contained in:
cyian-1756 2018-06-23 18:54:16 -04:00
parent 54cc6661f1
commit aaf31dc065
1 changed files with 1 additions and 2 deletions

View File

@ -63,9 +63,8 @@ subprocess.call(['sed', '-i', '-e', substrExpr, 'pom.xml'])
subprocess.call(['git', 'grep', '<version>' + nextVersion + '</version>', 'pom.xml'])
commitMessage = nextVersion + ': ' + message
changeLogLine = ' \"' + commitMessage + '\",\n'
update_change_list(changeLogLine)
update_change_list(commitMessage)
print("Building ripme")