You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2014/08/18 18:24:55 UTC

svn commit: r1618652 - /lucene/dev/trunk/solr/webapp/build.xml

Author: uschindler
Date: Mon Aug 18 16:24:55 2014
New Revision: 1618652

URL: http://svn.apache.org/r1618652
Log:
SOLR-6389: Fix spec version of WAR file

Modified:
    lucene/dev/trunk/solr/webapp/build.xml

Modified: lucene/dev/trunk/solr/webapp/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/webapp/build.xml?rev=1618652&r1=1618651&r2=1618652&view=diff
==============================================================================
--- lucene/dev/trunk/solr/webapp/build.xml (original)
+++ lucene/dev/trunk/solr/webapp/build.xml Mon Aug 18 16:24:55 2014
@@ -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"