Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jcabi/jcabi-parent
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Jul 23, 2015
2 parents 6b6adee + e3bbc0a commit b28891e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@
<reports>
<report>cim</report>
<report>dependencies</report>
<report>index</report>
<report>issue-tracking</report>
<report>license</report>
<report>mailing-list</report>
Expand Down Expand Up @@ -401,9 +402,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<!-- This is the latest version that works. Version 2.6
causes problems in combination with AJC compilation -->
<version>2.5.2</version>
<version>2.7</version>
</plugin>
<plugin>
<artifactId>maven-plugin-plugin</artifactId>
Expand Down Expand Up @@ -952,7 +951,7 @@
<plugin>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-maven-plugin</artifactId>
<version>0.9.3</version>
<version>0.13</version>
<executions>
<execution>
<id>jcabi-versionalize-packages</id>
Expand Down Expand Up @@ -1475,7 +1474,7 @@
<plugin>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-maven-plugin</artifactId>
<version>0.9.3</version>
<version>0.13</version>
</plugin>
<plugin>
<groupId>com.jcabi</groupId>
Expand Down Expand Up @@ -1508,7 +1507,7 @@
-->
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.5.2</version> <!-- don't upgrade it, see https://github.com/jcabi/parent/issues/1 -->
<version>2.7</version>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
Expand Down

0 comments on commit b28891e

Please sign in to comment.