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 2013/01/14 22:51:17 UTC

svn commit: r1433158 - /lucene/dev/branches/branch_4x/dev-tools/maven/pom.xml.template

Author: sarowe
Date: Mon Jan 14 21:51:17 2013
New Revision: 1433158

URL: http://svn.apache.org/viewvc?rev=1433158&view=rev
Log:
Maven configuration: 4.1 -> 4.2

Modified:
    lucene/dev/branches/branch_4x/dev-tools/maven/pom.xml.template

Modified: lucene/dev/branches/branch_4x/dev-tools/maven/pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/dev-tools/maven/pom.xml.template?rev=1433158&r1=1433157&r2=1433158&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/dev-tools/maven/pom.xml.template (original)
+++ lucene/dev/branches/branch_4x/dev-tools/maven/pom.xml.template Mon Jan 14 21:51:17 2013
@@ -42,7 +42,7 @@
     <vc-anonymous-base-url>http://svn.apache.org/repos/asf/lucene/dev/branches/branch_4x</vc-anonymous-base-url>
     <vc-dev-base-url>https://svn.apache.org/repos/asf/lucene/dev/branches/branch_4x</vc-dev-base-url>
     <vc-browse-base-url>http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x</vc-browse-base-url>
-    <base.specification.version>4.0.0</base.specification.version>
+    <base.specification.version>4.2.0</base.specification.version>
     <maven.build.timestamp.format>yyyy-MM-dd HH:mm:ss</maven.build.timestamp.format>
     <java.compat.version>1.6</java.compat.version>
     <jetty.version>8.1.8.v20121106</jetty.version>
@@ -62,7 +62,7 @@
     <tests.codec>random</tests.codec>
     <tests.directory>random</tests.directory>
     <tests.locale>random</tests.locale>
-    <tests.luceneMatchVersion>4.0</tests.luceneMatchVersion>
+    <tests.luceneMatchVersion>4.2</tests.luceneMatchVersion>
     <tests.multiplier>1</tests.multiplier>
     <tests.nightly>false</tests.nightly>
     <tests.postingsformat>random</tests.postingsformat>