Update parent version in docker pom 17/100317/2
authorJim Hahn <jrh3@att.com>
Wed, 15 Jan 2020 14:15:27 +0000 (09:15 -0500)
committerJim Hahn <jrh3@att.com>
Wed, 15 Jan 2020 14:29:18 +0000 (09:29 -0500)
Addressed review comments:
- removed deprecated properties

Issue-ID: POLICY-1586
Signed-off-by: Jim Hahn <jrh3@att.com>
Change-Id: Ib3bb5b7bc3a4483ec0f51714fa43070fa1e94d94

pom.xml

diff --git a/pom.xml b/pom.xml
index 90d3705..aabd246 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>3.0.1</version>
+        <version>3.1.1-SNAPSHOT</version>
         <relativePath />
     </parent>
 
 
     <packaging>pom</packaging>
     <name>policy-docker</name>
-    <properties>
-        <!-- Project common build settings -->
-        <maven.compiler.source>1.8</maven.compiler.source>
-        <maven.compiler.target>1.8</maven.compiler.target>
-        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    </properties>
 
     <profiles>
         <profile>