You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by gs...@apache.org on 2009/10/26 21:35:09 UTC

svn commit: r829942 - /lucene/solr/branches/branch-1.4/common-build.xml

Author: gsingers
Date: Mon Oct 26 20:35:09 2009
New Revision: 829942

URL: http://svn.apache.org/viewvc?rev=829942&view=rev
Log:
set version, specversion, maven version

Modified:
    lucene/solr/branches/branch-1.4/common-build.xml

Modified: lucene/solr/branches/branch-1.4/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/solr/branches/branch-1.4/common-build.xml?rev=829942&r1=829941&r2=829942&view=diff
==============================================================================
--- lucene/solr/branches/branch-1.4/common-build.xml (original)
+++ lucene/solr/branches/branch-1.4/common-build.xml Mon Oct 26 20:35:09 2009
@@ -62,7 +62,7 @@
        By default, this should be set to "X.Y.N-dev" where X.Y.N is
        "1 greater" then the last version released (on this branch).
     -->
-  <property name="version" value="1.4-dev" />
+  <property name="version" value="1.4.0" />
   
   <!-- Solr Specification Version -->
   <!--
@@ -72,7 +72,7 @@
        By default, this should be set to "X.Y.M.${dateversion}"
        where X.Y.M is the last version released (on this branch).
     -->
-  <property name="specversion" value="1.4.0.${dateversion}" />
+  <property name="specversion" value="1.4.0" />
 
   
     <!-- Type of checksum to compute for distribution files -->
@@ -116,7 +116,7 @@
   -->
   <property name="lucene_version" value="2.9.1"/>
   <!-- The version number to assign to the Maven artifacts. -->
-  <property name="maven_version" value="1.4-SNAPSHOT"/>
+  <property name="maven_version" value="1.4.0"/>
 
   <!-- By default, "deploy" to a temporary directory (as well as installing
        into your local repository).  If you wish to deploy to a remote