Skip to content

Commit

Permalink
#98 new parent
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 14, 2020
1 parent c9ebd88 commit c640c23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 36 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -26,8 +26,6 @@ before_install:
- pip3 install --upgrade pip
- rvm install 2.6.0
- rvm use 2.6.0
- python3 --version
- pip3 --version
install:
- gem install pdd -v 0.20.5
- gem install est -v 0.3.4
Expand Down
35 changes: 1 addition & 34 deletions pom.xml
Expand Up @@ -33,7 +33,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<parent>
<groupId>com.jcabi</groupId>
<artifactId>parent</artifactId>
<version>0.50.4</version>
<version>0.50.5</version>
</parent>
<groupId>com.jcabi.incubator</groupId>
<artifactId>xembly</artifactId>
Expand Down Expand Up @@ -217,18 +217,6 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<tags>
<tag>
<name>todo</name>
<placement>X</placement>
</tag>
<tag>
<name>checkstyle</name>
<placement>X</placement>
</tag>
</tags>
</configuration>
<executions>
<execution>
<id>javadoc-generate</id>
Expand All @@ -241,27 +229,6 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.0</version>
<configuration>
<tags>
<tag>
<name>todo</name>
<placement>X</placement>
</tag>
<tag>
<name>checkstyle</name>
<placement>X</placement>
</tag>
</tags>
</configuration>
</plugin>
</plugins>
</reporting>
<profiles>
<profile>
<id>prof</id>
Expand Down

0 comments on commit c640c23

Please sign in to comment.