Skip to content

Commit

Permalink
Increase minimum version to 1.436.
Browse files Browse the repository at this point in the history
This should give us access to JenkinsRule.
  • Loading branch information
olivierdagenais committed Oct 7, 2013
1 parent bd16ffe commit 0f719b1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>1.424</version>
<version>1.436</version>
</parent>

<artifactId>tfs</artifactId>
Expand Down Expand Up @@ -115,26 +115,26 @@
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-war</artifactId>
<version>1.424</version>
<version>1.436</version>
<type>war</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-core</artifactId>
<version>1.424</version>
<version>1.436</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-test-harness</artifactId>
<version>1.424</version>
<version>1.436</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>ui-samples-plugin</artifactId>
<version>1.424</version>
<version>1.436</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 0f719b1

Please sign in to comment.