diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-02-23 05:56:25 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-02-23 05:56:35 -0500 |
commit | 115109865005990a4e3e971eadd516b3f8227156 (patch) | |
tree | 3e7c1ca11bbe2e0dc83cb61339462fef5e27b48c /site-manager | |
parent | 14370e1f34769092ae7921ea35b4fd93f4abcacd (diff) |
clean pom.xml fix 1.7 to 1.8
Change-Id: Id7332f7611f4247ba7df7a520aa22815275a1b30
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'site-manager')
-rw-r--r-- | site-manager/pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/site-manager/pom.xml b/site-manager/pom.xml index 9bd11e58..ad9d6ad2 100644 --- a/site-manager/pom.xml +++ b/site-manager/pom.xml @@ -25,7 +25,6 @@ <modelVersion>4.0.0</modelVersion> - <groupId>org.openecomp.policy.common</groupId> <artifactId>site-manager</artifactId> <packaging>jar</packaging> @@ -37,11 +36,6 @@ <name>site-manager</name> - <properties> - <maven.compiler.source>1.7</maven.compiler.source> - <maven.compiler.target>1.7</maven.compiler.target> - </properties> - <build> <plugins> <plugin> |