We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f58d6c0 + b0cc727 commit 132bb65Copy full SHA for 132bb65
build.xml
@@ -24,7 +24,7 @@
24
<property name="code-name-base" value="org-cakephp-netbeans" />
25
26
<target name="update-version-number">
27
- <replaceregexp file="pom/pom.xml"
+ <replaceregexp file="pom.xml"
28
match="(^ <version>).+(</version>)"
29
replace="\1${version}\2"
30
byline="true" />
0 commit comments