Refactoring POM as per tidy:pom
[ccsdk/features.git] / aafshiro / features / pom.xml
index 9dce268..4b7e2d2 100755 (executable)
   limitations under the License.
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-       <modelVersion>4.0.0</modelVersion>
+    <modelVersion>4.0.0</modelVersion>
 
-       <parent>
-               <groupId>org.onap.ccsdk.parent</groupId>
-               <artifactId>odlparent-lite</artifactId>
-               <version>1.5.1-SNAPSHOT</version>
-               <relativePath/>
-       </parent>
+    <parent>
+        <groupId>org.onap.ccsdk.parent</groupId>
+        <artifactId>odlparent-lite</artifactId>
+        <version>1.5.1-SNAPSHOT</version>
+        <relativePath/>
+    </parent>
 
-       <groupId>org.onap.ccsdk.features</groupId>
-       <artifactId>aafshiro-features</artifactId>
-       <version>0.7.0-SNAPSHOT</version>
-       <packaging>pom</packaging>
+    <groupId>org.onap.ccsdk.features</groupId>
+    <artifactId>aafshiro-features</artifactId>
+    <version>0.7.0-SNAPSHOT</version>
+    <packaging>pom</packaging>
 
-       <name>ccsdk-features :: aafshiro :: ${project.artifactId}</name>
+    <name>ccsdk-features :: aafshiro :: ${project.artifactId}</name>
 
-       <modules>
-               <module>ccsdk-aafshiro</module>
-               <module>features-aafshiro</module>
-       </modules>
+    <modules>
+        <module>ccsdk-aafshiro</module>
+        <module>features-aafshiro</module>
+    </modules>
 </project>