You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2011/05/29 03:21:16 UTC

svn commit: r1128798 - /lucene/dev/branches/branch_3x/build.xml

Author: sarowe
Date: Sun May 29 01:21:16 2011
New Revision: 1128798

URL: http://svn.apache.org/viewvc?rev=1128798&view=rev
Log:
update version used when interpolating ${version} in the POM templates

Modified:
    lucene/dev/branches/branch_3x/build.xml

Modified: lucene/dev/branches/branch_3x/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/build.xml?rev=1128798&r1=1128797&r2=1128798&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/build.xml (original)
+++ lucene/dev/branches/branch_3x/build.xml Sun May 29 01:21:16 2011
@@ -45,8 +45,8 @@
     </sequential>
   </target>
 
-  <property name="version" value="3.2-SNAPSHOT"/>
-  <target name="get-maven-poms" 
+  <property name="version" value="3.3-SNAPSHOT"/>
+  <target name="get-maven-poms"
           description="Copy Maven POMs from dev-tools/maven/ to their target locations">
     <copy todir="." overwrite="true">
       <fileset dir="${basedir}/dev-tools/maven"/>