Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bumps cobertura plugin to latest (2.5.2) and removes wagon-gitsite ex…
…tension
  • Loading branch information
Edwin Shin committed Feb 23, 2013
1 parent caba951 commit b1137a9
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions pom.xml
Expand Up @@ -471,7 +471,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
<configuration>
<aggregate>true</aggregate>
</configuration>
Expand Down Expand Up @@ -511,23 +511,6 @@
</configuration>
</plugin>
</plugins>
<extensions>
<extension>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-gitexe</artifactId>
<version>1.6</version>
</extension>
<extension>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-manager-plexus</artifactId>
<version>1.7</version>
</extension>
<extension>
<groupId>com.github.stephenc.wagon</groupId>
<artifactId>wagon-gitsite</artifactId>
<version>0.4.1</version>
</extension>
</extensions>
</build>

<repositories>
Expand Down

0 comments on commit b1137a9

Please sign in to comment.