Skip to content

Commit

Permalink
#0000 Review: Optimization and corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
seanox committed Oct 7, 2022
1 parent d643daf commit 346d24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
match="(Seanox Devwex )\d+(\.\d+)*" flags="g" byline="false"
replace="\1${release.version.current}"/>
<replaceregexp file="${workspace}/README.md"
match="(seanox-${ant.project.name}-(?:test-)*)\d+(?:\.\d+)*((?:-src)*\.zip)" flags="g" byline="false"
match="(seanox-${ant.project.name}-)\d+(?:\.\d+)*((?:-win)*\.zip)" flags="g" byline="false"
replace="\1${release.version.current}\2"/>
</target>

Expand Down

0 comments on commit 346d24d

Please sign in to comment.