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 | |
parent | 14370e1f34769092ae7921ea35b4fd93f4abcacd (diff) |
clean pom.xml fix 1.7 to 1.8
Change-Id: Id7332f7611f4247ba7df7a520aa22815275a1b30
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r-- | common-logging/pom.xml | 2 | ||||
-rw-r--r-- | integrity-audit/pom.xml | 1 | ||||
-rw-r--r-- | integrity-monitor/pom.xml | 1 | ||||
-rw-r--r-- | site-manager/pom.xml | 6 |
4 files changed, 1 insertions, 9 deletions
diff --git a/common-logging/pom.xml b/common-logging/pom.xml index c674ffaf..2480948b 100644 --- a/common-logging/pom.xml +++ b/common-logging/pom.xml @@ -27,7 +27,7 @@ <artifactId>common-modules</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> - <groupId>org.openecomp.policy.common</groupId> + <artifactId>ECOMP-Logging</artifactId> <description>ECOMP Logging Framework</description> <packaging>jar</packaging> diff --git a/integrity-audit/pom.xml b/integrity-audit/pom.xml index 26ffdea9..ea0236ac 100644 --- a/integrity-audit/pom.xml +++ b/integrity-audit/pom.xml @@ -23,7 +23,6 @@ <modelVersion>4.0.0</modelVersion> - <groupId>org.openecomp.policy.common</groupId> <artifactId>integrity-audit</artifactId> <packaging>jar</packaging> diff --git a/integrity-monitor/pom.xml b/integrity-monitor/pom.xml index 9265df51..715e7e86 100644 --- a/integrity-monitor/pom.xml +++ b/integrity-monitor/pom.xml @@ -23,7 +23,6 @@ <modelVersion>4.0.0</modelVersion> - <groupId>org.openecomp.policy.common</groupId> <artifactId>integrity-monitor</artifactId> <packaging>jar</packaging> 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> |