MSCRIPTING-2 Update parent to 33 and maven-shared-utils to 3.2.1
diff --git a/pom.xml b/pom.xml
index c9e39d6..ca3ad41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <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 @@
 

   <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 @@
     <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>