You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/02/03 13:42:00 UTC

[commons-net] branch master updated: Pick up Checkstyle version from parent POM

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git


The following commit(s) were added to refs/heads/master by this push:
     new 1138f3a4 Pick up Checkstyle version from parent POM
1138f3a4 is described below

commit 1138f3a40f503c6e9bc5fb05958fa9fa1c1a30b7
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Feb 3 08:41:56 2023 -0500

    Pick up Checkstyle version from parent POM
---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 41334eda..92e45908 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,7 +141,6 @@ Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Tel
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-checkstyle-plugin</artifactId>
-                    <version>${commons.checkstyle-plugin.version}</version>
                 </plugin>
             </plugins>
         </pluginManagement>
@@ -355,7 +354,6 @@ Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Tel
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>
-                <version>${commons.checkstyle-plugin.version}</version>
                 <configuration>
                     <configLocation>${basedir}/checkstyle.xml</configLocation>
                     <!-- Needed to define config_loc for use by Eclipse -->