ensure these two versions are always in sync

This commit is contained in:
Robert Muir 2015-04-19 09:12:15 -04:00
parent 551d16f685
commit c153772fca
1 changed files with 3 additions and 2 deletions

View File

@ -33,6 +33,7 @@
<properties> <properties>
<lucene.version>5.2.0</lucene.version> <lucene.version>5.2.0</lucene.version>
<lucene.maven.version>5.2.0-snapshot-1674576</lucene.maven.version> <lucene.maven.version>5.2.0-snapshot-1674576</lucene.maven.version>
<testframework.version>2.1.14</testframework.version>
<tests.jvms>auto</tests.jvms> <tests.jvms>auto</tests.jvms>
<tests.shuffle>true</tests.shuffle> <tests.shuffle>true</tests.shuffle>
<tests.output>onerror</tests.output> <tests.output>onerror</tests.output>
@ -81,7 +82,7 @@
<dependency> <dependency>
<groupId>com.carrotsearch.randomizedtesting</groupId> <groupId>com.carrotsearch.randomizedtesting</groupId>
<artifactId>randomizedtesting-runner</artifactId> <artifactId>randomizedtesting-runner</artifactId>
<version>2.1.14</version> <version>${testframework.version}</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
@ -502,7 +503,7 @@
<plugin> <plugin>
<groupId>com.carrotsearch.randomizedtesting</groupId> <groupId>com.carrotsearch.randomizedtesting</groupId>
<artifactId>junit4-maven-plugin</artifactId> <artifactId>junit4-maven-plugin</artifactId>
<version>2.1.14</version> <version>${testframework.version}</version>
<executions> <executions>
<execution> <execution>
<id>tests</id> <id>tests</id>