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/24 11:56:07 UTC

[commons-jcs] branch master updated: Pick up maven-assembly-plugin 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-jcs.git


The following commit(s) were added to refs/heads/master by this push:
     new 075bcdc2 Pick up maven-assembly-plugin version from parent POM
075bcdc2 is described below

commit 075bcdc285a2eff4c95b6547d09f94f347907923
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Feb 24 06:56:03 2023 -0500

    Pick up maven-assembly-plugin version from parent POM
---
 commons-jcs-dist/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/commons-jcs-dist/pom.xml b/commons-jcs-dist/pom.xml
index 2f31ceb4..e659b967 100644
--- a/commons-jcs-dist/pom.xml
+++ b/commons-jcs-dist/pom.xml
@@ -86,7 +86,6 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-assembly-plugin</artifactId>
-            <version>3.4.2</version>
             <executions>
               <execution>
                 <id>create-distribution</id>