Skip to content

Commit e144670

Browse files
committed
Updated sources
1 parent 4c0b62f commit e144670

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
dir="${project.basedir}"
138138
executable="powershell"
139139
failonerror="true">
140-
<arg line="-Command &quot;(Get-Content simplified-pom.template) | ForEach-Object { $_ -replace &quot;{{VERSION}}&quot;, &quot;${project.version}&quot; } | Set-Content simplified-pom.xml&quot;" />
140+
<arg line="-Command &quot;(Get-Content simplified-pom.template) | ForEach-Object { $_ -replace &quot;{{VERSION}}&quot;, {&quot;${project.version}&quot;} } | Set-Content simplified-pom.xml&quot;" />
141141
</exec>
142142
</tasks>
143143
</configuration>
@@ -218,7 +218,7 @@
218218
dir="${project.basedir}"
219219
executable="powershell"
220220
failonerror="true">
221-
<arg line="-Command &quot;(Get-Content simplified-pom.template) | ForEach-Object { $_ -replace &quot;{{VERSION}}&quot;, &quot;${project.version}&quot; } | Set-Content simplified-pom.xml&quot;" />
221+
<arg line="-Command &quot;(Get-Content simplified-pom.template) | ForEach-Object { $_ -replace &quot;{{VERSION}}&quot;, {&quot;${project.version}&quot;} } | Set-Content simplified-pom.xml&quot;" />
222222
</exec>
223223
</tasks>
224224
</configuration>

0 commit comments

Comments
 (0)