Merge "SDN-R add historical alarm viewer"
[ccsdk/features.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index ac8f243..52e978b 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -1,70 +1,70 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<project xmlns="http://maven.apache.org/POM/4.0.0"\r
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
-       <modelVersion>4.0.0</modelVersion>\r
-\r
-       <parent>\r
-               <groupId>org.onap.ccsdk.parent</groupId>\r
-               <artifactId>odlparent-lite</artifactId>\r
-               <version>1.2.0-SNAPSHOT</version>\r
-               <relativePath />\r
-       </parent>\r
-\r
-       <groupId>org.onap.ccsdk.features</groupId>\r
-       <artifactId>ccsdk-features</artifactId>\r
-       <version>0.4.0-SNAPSHOT</version>\r
-       <packaging>pom</packaging>\r
-\r
-       <name>ccsdk-features</name>\r
-       <description>CCSDK applications</description>\r
-       <url>https://wiki.onap.org</url>\r
-       <organization>\r
-               <name>ONAP</name>\r
-       </organization>\r
-\r
-       <modules>\r
-               <module>features</module>\r
-               <module>blueprints-processor</module>\r
-       </modules>\r
-\r
-       <scm>\r
-               <connection>scm:git:ssh://git@${onap.git.host}/features.git</connection>\r
-               <developerConnection>scm:git:ssh://${onap.git.host}:${onap.git.port}/${onap.git.project}/features.git</developerConnection>\r
-               <url>${onap.git.protocol}://${onap.git.host}/projects/${onap.git.project}/repos/features/browse</url>\r
-       </scm>\r
-\r
-       <profiles>\r
-               <profile>\r
-                       <id>blackduck</id>\r
-                       <activation>\r
-                               <property>\r
-                                       <name>blackduck-scan</name>\r
-                               </property>\r
-                       </activation>\r
-                       <build>\r
-                               <plugins>\r
-                                       <plugin>\r
-                                               <groupId>com.blackducksoftware.integration</groupId>\r
-                                               <artifactId>hub-maven-plugin</artifactId>\r
-                                               <version>1.4.0</version>\r
-                                               <inherited>false</inherited>\r
-                                               <configuration>\r
-                                                       <hubProjectName>${project.name}</hubProjectName>\r
-                                                       <outputDirectory>${project.basedir}</outputDirectory>\r
-                                               </configuration>\r
-                                               <executions>\r
-                                                       <execution>\r
-                                                               <id>create-bdio-file</id>\r
-                                                               <phase>package</phase>\r
-                                                               <goals>\r
-                                                                       <goal>createHubOutput</goal>\r
-                                                               </goals>\r
-                                                       </execution>\r
-                                               </executions>\r
-                                       </plugin>\r
-                               </plugins>\r
-                       </build>\r
-               </profile>\r
-       </profiles>\r
-</project>\r
+<?xml version="1.0" encoding="UTF-8"?>
+<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>
+
+       <parent>
+               <groupId>org.onap.ccsdk.parent</groupId>
+               <artifactId>odlparent-lite</artifactId>
+               <version>1.2.2-SNAPSHOT</version>
+               <relativePath/>
+       </parent>
+
+       <groupId>org.onap.ccsdk.features</groupId>
+       <artifactId>ccsdk-features</artifactId>
+       <version>0.4.2-SNAPSHOT</version>
+       <packaging>pom</packaging>
+
+       <name>ccsdk-features</name>
+       <description>CCSDK applications</description>
+       <url>https://wiki.onap.org</url>
+       <organization>
+               <name>ONAP</name>
+       </organization>
+
+       <modules>
+               <module>features</module>
+               <module>sdnr/wt</module>
+               <module>blueprints-processor</module>
+               <module>aafshiro</module>
+       </modules>
+
+       <scm>
+               <connection>scm:git:ssh://git@${onap.git.host}/features.git</connection>
+               <developerConnection>scm:git:ssh://${onap.git.host}:${onap.git.port}/${onap.git.project}/features.git</developerConnection>
+               <url>${onap.git.protocol}://${onap.git.host}/projects/${onap.git.project}/repos/features/browse</url>
+       </scm>
+
+       <profiles>
+               <profile>
+                       <id>blackduck</id>
+                       <activation>
+                               <property>
+                                       <name>blackduck-scan</name>
+                               </property>
+                       </activation>
+                       <build>
+                               <plugins>
+                                       <plugin>
+                                               <groupId>com.blackducksoftware.integration</groupId>
+                                               <artifactId>hub-maven-plugin</artifactId>
+                                               <version>1.4.0</version>
+                                               <inherited>false</inherited>
+                                               <configuration>
+                                                       <hubProjectName>${project.name}</hubProjectName>
+                                                       <outputDirectory>${project.basedir}</outputDirectory>
+                                               </configuration>
+                                               <executions>
+                                                       <execution>
+                                                               <id>create-bdio-file</id>
+                                                               <phase>package</phase>
+                                                               <goals>
+                                                                       <goal>createHubOutput</goal>
+                                                               </goals>
+                                                       </execution>
+                                               </executions>
+                                       </plugin>
+                               </plugins>
+                       </build>
+               </profile>
+       </profiles>
+</project>