mirror of https://github.com/apache/lucene.git
SOLR-6389: Fix spec version of WAR file
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1618652 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b08f57d7c2
commit
235a886169
|
@ -45,7 +45,7 @@
|
|||
depends="test, init-dist, dist-core, dist-solrj, lucene-jars-to-solr">
|
||||
<build-manifest title="Apache Solr Search Server"
|
||||
implementation.title="org.apache.solr"
|
||||
spec.version="${spec.version}"/>
|
||||
spec.version="${version}"/>
|
||||
<ant dir="${common-solr.dir}" inheritall="false" target="contribs-add-to-war"/>
|
||||
<war destfile="${dist}/solr-${version}${solr.war.suffix}.war"
|
||||
webxml="web/WEB-INF/web.xml"
|
||||
|
|
Loading…
Reference in New Issue