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:
ltheussl 2006-02-20 23:29:19 +00:00
parent 73da64e21d
commit 7f1270d29f

View File

@ -329,8 +329,9 @@
<c:release-version version="${version_name}" /> <c:release-version version="${version_name}" />
</j:if> </j:if>
<j:set var="testMode" value="${maven.scm.testmode}" />
<j:choose> <j:choose>
<j:when test="${maven.scm.testmode == 'true'}"> <j:when test="${testMode == 'true'}">
<ant:echo> </ant:echo> <ant:echo> </ant:echo>
<ant:echo> WARNING: maven.scm.testmode is set to 'true'</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> <ant:echo> Changes made above will NOT be committed and tagging the project will be skipped! </ant:echo>