Skip to content

Commit

Permalink
#302 new parent
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 11, 2022
1 parent b7d4c9d commit 4f14d2e
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<parent>
<groupId>com.jcabi</groupId>
<artifactId>jcabi</artifactId>
<version>1.27.0</version>
<version>1.31.0</version>
</parent>
<artifactId>jcabi-aspects</artifactId>
<version>1.0-SNAPSHOT</version>
Expand Down Expand Up @@ -141,25 +141,6 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
</dependency>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<!--
disabling cobertura because of:
@see http://jira.codehaus.org/browse/MCOBERTURA-127
-->
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<configuration>
<instrumentation>
<excludes>
<exclude>**/*.class</exclude>
</excludes>
</instrumentation>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down Expand Up @@ -226,6 +207,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<plugin>
<groupId>com.qulice</groupId>
<artifactId>qulice-maven-plugin</artifactId>
<version>0.18.19</version>
<configuration>
<excludes combine.children="append">
<exclude>checkstyle:/src/it/.*</exclude>
Expand Down

0 comments on commit 4f14d2e

Please sign in to comment.