Skip to content

Commit

Permalink
(yegor256#1411) Bump jcabi-parent to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
victornoel committed Sep 7, 2020
1 parent 5870d73 commit 25458fb
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The MIT License (MIT)
<parent>
<groupId>com.jcabi</groupId>
<artifactId>parent</artifactId>
<version>0.50.0</version>
<version>0.50.5</version>
</parent>
<groupId>org.cactoos</groupId>
<artifactId>cactoos</artifactId>
Expand Down Expand Up @@ -81,9 +81,6 @@ The MIT License (MIT)
<url>https://github.com/yegor256/cactoos</url>
</site>
</distributionManagement>
<properties>
<junit-platform.version>5.6.2</junit-platform.version>
</properties>
<dependencies>
<dependency>
<groupId>org.takes</groupId>
Expand Down Expand Up @@ -122,7 +119,6 @@ The MIT License (MIT)
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>${junit-platform.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -158,17 +154,6 @@ The MIT License (MIT)
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.9.1</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-module-markdown</artifactId>
<version>1.9.1</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</pluginManagement>
<plugins>
Expand Down

0 comments on commit 25458fb

Please sign in to comment.