Merge remote branch 'upstream/master'

This commit is contained in:
Fabrice Bellingard 2011-04-20 09:15:50 +02:00
commit 875fa294a3
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ public class CoberturaMavenPluginHandler implements MavenPluginHandler {
}
public String getVersion() {
return "2.4";
return "2.5";
}
public boolean isFixedVersion() {

View File

@ -43,7 +43,7 @@ public class CoberturaMavenPluginHandlerTest {
@Test
public void notFixedVersion() {
// first of all, version was fixed : see http://jira.codehaus.org/browse/SONAR-1055
// but it's more reasonable to let users fix the version : see http://jira.codehaus.org/browse/SONAR-1310
// but it's more reasonable to let users change the version : see http://jira.codehaus.org/browse/SONAR-1310
assertThat(new CoberturaMavenPluginHandler().isFixedVersion(), is(false));
}