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:39:52 UTC

[maven-scripting-plugin] 10/10: 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

commit 607f9bb24f6a12f2eea54ca4300d3f660c5aad8f
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 | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c9e39d6..ca3ad41 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>
 
@@ -66,6 +66,8 @@ under the License.
 
   <properties>
     <mavenVersion>3.0</mavenVersion>
+    <maven.compiler.source>1.7</maven.compiler.source>
+    <maven.compiler.target>1.7</maven.compiler.target>
   </properties>
 
   <dependencies>
@@ -77,7 +79,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>