Removed thed use of deprecated "readFileToString"
[cli.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index a63ebc1..67d9c1c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
       <groupId>org.onap.oparent</groupId>
       <artifactId>oparent</artifactId>
-      <version>1.2.0</version>
+      <version>2.1.0</version>
     </parent>
 
     <groupId>org.onap.cli</groupId>
     <artifactId>cli</artifactId>
-    <version>2.0.4</version>
+    <version>6.0.1-SNAPSHOT</version>
 
     <packaging>pom</packaging>
     <name>cli</name>
@@ -34,6 +34,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <package.name>cli</package.name>
         <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
+        <jmockit.version>1.43</jmockit.version>
     </properties>
 
   <modules>
@@ -59,6 +60,7 @@
             <plugin>
              <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-plugin</artifactId>
+                <version>2.22.0</version>
                <configuration>
                  <systemPropertyVariables>
                     <ONAP_CLI_HOME>.</ONAP_CLI_HOME>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
-                <version>3.1</version>
+                <version>3.8.1</version>
                 <configuration>
-                    <source>1.8</source>
-                    <target>1.8</target>
+                    <release>11</release>
                 </configuration>
             </plugin>
             <plugin>