Skip to content

Commit

Permalink
fix build by removing version check
Browse files Browse the repository at this point in the history
  • Loading branch information
yonik committed Sep 8, 2014
1 parent be24e9a commit dfde1f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lucene/common-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,13 @@
</condition>
</fail>

<!--
<fail message="If you pass -Dversion=... to set a release version, it must match &quot;${version.base}&quot;, optionally followed by a suffix (e.g., &quot;-SNAPSHOT&quot;).">
<condition>
<not><matches pattern="^\Q${version.base}\E(|\-.*)$" casesensitive="true" string="${version}"/></not>
</condition>
</fail>
-->

<property name="year" value="2000-${current.year}"/>

Expand Down

0 comments on commit dfde1f7

Please sign in to comment.