You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by eo...@apache.org on 2019/03/07 13:15:13 UTC

[maven-scripting-plugin] branch MSCRIPTING-2 updated: MSCRIPTING-2 Update parent to 33 and maven-shared-utils to 3.2.1

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

eolivelli pushed a commit to branch MSCRIPTING-2
in repository https://gitbox.apache.org/repos/asf/maven-scripting-plugin.git


The following commit(s) were added to refs/heads/MSCRIPTING-2 by this push:
     new a213eb3  MSCRIPTING-2 Update parent to 33 and maven-shared-utils to 3.2.1
a213eb3 is described below

commit a213eb3ccc52349833a3bc286bd71587f6d903f5
Author: Enrico Olivelli <eo...@apache.prg>
AuthorDate: Thu Mar 7 14:14:59 2019 +0100

    MSCRIPTING-2 Update parent to 33 and maven-shared-utils to 3.2.1
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c9e39d6..80e603c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>31</version>
+    <version>33</version>
     <relativePath>../../pom/maven/maven-plugins/pom.xml</relativePath>
   </parent>
 
@@ -77,7 +77,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-shared-utils</artifactId>
-      <version>3.1.0</version>
+      <version>3.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>