clean pom.xml fix 1.7 to 1.8 71/1271/1
authorPamela Dragosh <pdragosh@research.att.com>
Thu, 23 Feb 2017 10:56:25 +0000 (05:56 -0500)
committerPamela Dragosh <pdragosh@research.att.com>
Thu, 23 Feb 2017 10:56:35 +0000 (05:56 -0500)
Change-Id: Id7332f7611f4247ba7df7a520aa22815275a1b30
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
common-logging/pom.xml
integrity-audit/pom.xml
integrity-monitor/pom.xml
site-manager/pom.xml

index c674ffa..2480948 100644 (file)
@@ -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>
index 26ffdea..ea0236a 100644 (file)
@@ -23,7 +23,6 @@
 
        <modelVersion>4.0.0</modelVersion>
 
-       <groupId>org.openecomp.policy.common</groupId>
        <artifactId>integrity-audit</artifactId>
 
        <packaging>jar</packaging>
index 9265df5..715e7e8 100644 (file)
@@ -23,7 +23,6 @@
 
        <modelVersion>4.0.0</modelVersion>
 
-       <groupId>org.openecomp.policy.common</groupId>
        <artifactId>integrity-monitor</artifactId>
 
        <packaging>jar</packaging>
index 9bd11e5..ad9d6ad 100644 (file)
@@ -25,7 +25,6 @@
        
        <modelVersion>4.0.0</modelVersion>
 
-       <groupId>org.openecomp.policy.common</groupId>
        <artifactId>site-manager</artifactId>
        <packaging>jar</packaging>
 
 
        <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>