Skip to content

Commit

Permalink
JENKINS-22444: updating Clover plugin to use Clover Core version 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mparfianowicz committed Apr 1, 2014
1 parent a7d0d6b commit 1190fd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -7,7 +7,7 @@
</parent>
<artifactId>clover</artifactId>
<packaging>hpi</packaging>
<version>4.2.0-SNAPSHOT</version>
<version>4.3.0-SNAPSHOT</version>
<name>Jenkins Clover plugin</name>
<url>http://wiki.jenkins-ci.org/display/JENKINS/Clover+Plugin</url>
<developers>
Expand All @@ -24,7 +24,7 @@
<connection>scm:git:git://github.com/jenkinsci/clover-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/clover-plugin.git</developerConnection>
<url>http://github.com/jenkinsci/clover-plugin</url>
<tag>clover-4.2.0</tag>
<tag>clover-4.3.0</tag>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>com.cenqua.clover</groupId>
<artifactId>clover</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
</dependency>
<!--Build breaks without these:-->
<dependency>
Expand Down

0 comments on commit 1190fd3

Please sign in to comment.