Skip to content

Commit

Permalink
[JENKINS-26410] fix pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergondza committed Jan 13, 2015
1 parent e62282f commit 4c0b645
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>1.424</version>
<version>1.480.3</version>
</parent>

<artifactId>cobertura</artifactId>
Expand Down Expand Up @@ -79,6 +79,12 @@
<version>3.0.3</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>cloudbees-folder</artifactId>
<version>4.0</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 4c0b645

Please sign in to comment.