Don't use dots in comparators: doesn't work with maven 1.0
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@379279 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
73da64e21d
commit
7f1270d29f
@ -329,8 +329,9 @@
|
||||
<c:release-version version="${version_name}" />
|
||||
</j:if>
|
||||
|
||||
<j:set var="testMode" value="${maven.scm.testmode}" />
|
||||
<j:choose>
|
||||
<j:when test="${maven.scm.testmode == 'true'}">
|
||||
<j:when test="${testMode == 'true'}">
|
||||
<ant:echo> </ant:echo>
|
||||
<ant:echo> WARNING: maven.scm.testmode is set to 'true'</ant:echo>
|
||||
<ant:echo> Changes made above will NOT be committed and tagging the project will be skipped! </ant:echo>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user