aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-01-15 09:15:27 -0500
committerJim Hahn <jrh3@att.com>2020-01-15 09:29:18 -0500
commit756e5feb2d1ecdc2066827dc473406dae48d9f2a (patch)
treebbbb0bdcf2a752981ab9cc8203c236ca1727c543
parent60fefba065fb001a02898e74dc1b40d8c191a045 (diff)
Update parent version in docker pom
Addressed review comments: - removed deprecated properties Issue-ID: POLICY-1586 Signed-off-by: Jim Hahn <jrh3@att.com> Change-Id: Ib3bb5b7bc3a4483ec0f51714fa43070fa1e94d94
-rw-r--r--pom.xml8
1 files changed, 1 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index 90d37053..aabd2466 100644
--- 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>
@@ -34,12 +34,6 @@
<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>