You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2020/04/20 06:42:06 UTC

[maven-wagon] branch master updated: [WAGON-589] reminder to remove in the future

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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-wagon.git


The following commit(s) were added to refs/heads/master by this push:
     new 1b3cff8  [WAGON-589] reminder to remove in the future
1b3cff8 is described below

commit 1b3cff8c1e299a6f06cfadde5fd5f8be1f0230ae
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Mon Apr 20 08:41:06 2020 +0200

    [WAGON-589] reminder to remove in the future
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1e79fed..86a9fcc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -328,7 +328,7 @@ under the License.
   <build>
     <pluginManagement>
       <plugins>
-        <plugin>
+        <plugin><!-- TODO remove when parent POM upgraded to 35 -->
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-shade-plugin</artifactId>
           <version>3.2.3</version>