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/01/13 19:27:37 UTC

[commons-ognl] branch master updated: Pick up maven-jar-plugin version from parent

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-ognl.git


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

commit c04570eb7c1688704e9bebb8bd11363566d0edd7
Author: Gary Gregory <gg...@rocketsoftware.com>
AuthorDate: Fri Jan 13 14:27:33 2023 -0500

    Pick up maven-jar-plugin version from parent
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dc8f5e8..b406672 100644
--- a/pom.xml
+++ b/pom.xml
@@ -253,7 +253,6 @@ limitations under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
-        <version>3.3.0</version>
         <configuration>
           <archive>
             <compress>true</compress>