You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/01/14 19:34:05 UTC

[maven-acr-plugin] branch INFRA-17514 updated: Switch to earlier version of maven-shared-utils

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

rfscholte pushed a commit to branch INFRA-17514
in repository https://gitbox.apache.org/repos/asf/maven-acr-plugin.git


The following commit(s) were added to refs/heads/INFRA-17514 by this push:
     new 1e59f44  Switch to earlier version of maven-shared-utils
1e59f44 is described below

commit 1e59f444404623ae5bd67a2483e280048f76e8eb
Author: rfscholte <rf...@apache.org>
AuthorDate: Mon Jan 14 20:34:00 2019 +0100

    Switch to earlier version of maven-shared-utils
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index 0e20557..146c8b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,6 +166,13 @@ under the License.
                   <https.protocols>${https.protocols}</https.protocols>
                 </properties>
               </configuration>
+              <dependencies>
+                <dependency>
+                  <groupId>org.apache.maven.shared</groupId>
+                  <artifactId>maven-shared-utils</artifactId>
+                  <version>3.1.0</version>
+                </dependency>
+              </dependencies>
             </plugin>
           </plugins>
         </pluginManagement>