File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 137137 dir =" ${project.basedir}"
138138 executable =" powershell"
139139 failonerror =" true" >
140- <arg line =" -Command " (Get-Content simplified-pom.template) | ForEach-Object { $_ -replace " {{VERSION}}" , " ${project.version}" } | Set-Content simplified-pom.xml" " />
140+ <arg line =" -Command " (Get-Content simplified-pom.template) | ForEach-Object { $_ -replace " {{VERSION}}" , { " ${project.version}" } } | Set-Content simplified-pom.xml" " />
141141 </exec >
142142 </tasks >
143143 </configuration >
218218 dir =" ${project.basedir}"
219219 executable =" powershell"
220220 failonerror =" true" >
221- <arg line =" -Command " (Get-Content simplified-pom.template) | ForEach-Object { $_ -replace " {{VERSION}}" , " ${project.version}" } | Set-Content simplified-pom.xml" " />
221+ <arg line =" -Command " (Get-Content simplified-pom.template) | ForEach-Object { $_ -replace " {{VERSION}}" , { " ${project.version}" } } | Set-Content simplified-pom.xml" " />
222222 </exec >
223223 </tasks >
224224 </configuration >
You can’t perform that action at this time.
0 commit comments