Skip to content

Commit

Permalink
Merge pull request #1982 from jglick/refactor-test-harness-2
Browse files Browse the repository at this point in the history
[FIXED JENKINS-32478] Use released version of test harness
  • Loading branch information
jglick committed Jan 18, 2016
2 parents 85fed0b + f2b06a8 commit 8f42600
Show file tree
Hide file tree
Showing 123 changed files with 10 additions and 12,594 deletions.
10 changes: 8 additions & 2 deletions plugins/pom.xml
Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-war</artifactId>
<type>war</type>
<classifier>war-for-test</classifier>
<version>1.645-SNAPSHOT</version>
<scope>test</scope>
</dependency>
Expand All @@ -73,7 +73,13 @@
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-test-harness</artifactId>
<version>1.645-SNAPSHOT</version>
<version>2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci</groupId>
<artifactId>test-annotations</artifactId>
<version>1.2</version>
<scope>test</scope>
</dependency>
<!--
Expand Down
2 changes: 0 additions & 2 deletions pom.xml
Expand Up @@ -50,8 +50,6 @@ THE SOFTWARE.
<modules>
<module>core</module>
<module>war</module>
<module>test-harness</module>
<module>test-harness-tools</module>
<module>test</module>
<module>cli</module>
<module>plugins</module>
Expand Down
52 changes: 0 additions & 52 deletions test-harness-tools/pom.xml

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 8f42600

Please sign in to comment.