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/03/23 22:23:15 UTC

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


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

commit a2471bd3c73f8436133e42b2a323a4189d32f20b
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Mar 23 18:23:11 2023 -0400

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

diff --git a/examples/pom.xml b/examples/pom.xml
index 151ebf0..1f63aa7 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -81,7 +81,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-deploy-plugin</artifactId>
-                <version>2.7</version>
                 <configuration>
                     <skip>true</skip>
                 </configuration>