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 ma...@apache.org on 2010/06/15 16:57:37 UTC

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

Author: markrmiller
Date: Tue Jun 15 14:57:36 2010
New Revision: 954923

URL: http://svn.apache.org/viewvc?rev=954923&view=rev
Log:
update versions

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=954923&r1=954922&r2=954923&view=diff
==============================================================================
--- lucene/solr/branches/branch-1.4/common-build.xml (original)
+++ lucene/solr/branches/branch-1.4/common-build.xml Tue Jun 15 14:57:36 2010
@@ -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.1-dev" />
+  <property name="version" value="1.4.2-dev" />
   
   <!-- 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.1.${dateversion}" />
 
   
     <!-- Type of checksum to compute for distribution files -->
@@ -116,7 +116,7 @@
   -->
   <property name="lucene_version" value="2.9.3"/>
   <!-- The version number to assign to the Maven artifacts. -->
-  <property name="maven_version" value="1.4.1-SNAPSHOT"/>
+  <property name="maven_version" value="1.4.2-SNAPSHOT"/>
 
   <!-- By default, "deploy" to a temporary directory (as well as installing
        into your local repository).  If you wish to deploy to a remote