提交 f987f9ce 编写于 作者: J Jesse Glick

Need to test against the same version of matrix-project we bundle.

Otherwise FingerprinterTest.matrixDependency throws an AbstractMethodError.
上级 5b930175
......@@ -95,6 +95,7 @@ THE SOFTWARE.
<slf4jVersion>1.7.4</slf4jVersion> <!-- < 1.6.x version didn't specify the license (MIT) -->
<maven-plugin.version>2.1</maven-plugin.version>
<matrix-project.version>1.2.1-20150204.194845-1</matrix-project.version>
<animal.sniffer.skip>${skipTests}</animal.sniffer.skip>
<java.level>6</java.level>
......
......@@ -95,7 +95,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>matrix-project</artifactId>
<version>1.0-beta-1</version>
<version>${matrix-project.version}</version>
</dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>
......
......@@ -364,7 +364,7 @@ THE SOFTWARE.
<artifactItem>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>matrix-project</artifactId>
<version>1.2.1-20150204.194845-1</version>
<version>${matrix-project.version}</version>
<type>hpi</type>
</artifactItem>
<artifactItem>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册