Roll versions for Frankfurt development
[ccsdk/features.git] / blueprints-processor / features / pom.xml
old mode 100644 (file)
new mode 100755 (executable)
index f80d14f..8fe690e
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-  Copyright © 2017-2018 AT&T Intellectual Property.\r
-  Modifications Copyright © 2018 IBM.\r
-  \r
-  Licensed under the Apache License, Version 2.0 (the "License");\r
-  you may not use this file except in compliance with the License.\r
-  You may obtain a copy of the License at\r
-  \r
-      http://www.apache.org/licenses/LICENSE-2.0\r
-  \r
-  Unless required by applicable law or agreed to in writing, software\r
-  distributed under the License is distributed on an "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-  See the License for the specific language governing permissions and\r
-  limitations under the License.\r
--->\r
-\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
-       <parent>\r
-               <groupId>org.onap.ccsdk.config</groupId>\r
-               <artifactId>blueprints-processor</artifactId>\r
-               <version>0.3.0-SNAPSHOT</version>\r
-       </parent>\r
-\r
-       <artifactId>blueprints-processor-features</artifactId>\r
-       <packaging>jar</packaging>\r
-       <name>Blueprints Processor - Features</name>\r
-\r
-       <dependencies>\r
-               <dependency>\r
-                       <groupId>org.onap.ccsdk.config</groupId>\r
-                       <artifactId>blueprints-data-adaptor-provider</artifactId>\r
-               </dependency>\r
-               <dependency>\r
-                       <groupId>org.onap.ccsdk.config</groupId>\r
-                       <artifactId>blueprints-rest-adaptor-provider</artifactId>\r
-               </dependency>\r
-               <dependency>\r
-                       <groupId>org.onap.ccsdk.config</groupId>\r
-                       <artifactId>blueprints-assignment-provider</artifactId>\r
-               </dependency>\r
-               <dependency>\r
-                       <groupId>org.onap.ccsdk.config</groupId>\r
-                       <artifactId>blueprints-generator-provider</artifactId>\r
-               </dependency>\r
-               <dependency>\r
-                       <groupId>org.onap.ccsdk.config</groupId>\r
-                       <artifactId>blueprints-model-provider</artifactId>\r
-               </dependency>\r
-\r
-               <dependency>\r
-                       <groupId>org.opendaylight.mdsal</groupId>\r
-                       <artifactId>features-mdsal</artifactId>\r
-                       <classifier>features</classifier>\r
-                       <type>xml</type>\r
-                       <scope>runtime</scope>\r
-               </dependency>\r
-       </dependencies>\r
-\r
-       <build>\r
-               <resources>\r
-                       <resource>\r
-                               <filtering>true</filtering>\r
-                               <directory>src/main/resources</directory>\r
-                       </resource>\r
-               </resources>\r
-               <plugins>\r
-                       <plugin>\r
-                               <groupId>org.apache.maven.plugins</groupId>\r
-                               <artifactId>maven-resources-plugin</artifactId>\r
-                               <executions>\r
-                                       <execution>\r
-                                               <id>filter</id>\r
-                                               <goals>\r
-                                                       <goal>resources</goal>\r
-                                               </goals>\r
-                                               <phase>generate-resources</phase>\r
-                                       </execution>\r
-                               </executions>\r
-                       </plugin>\r
-                       <plugin>\r
-                               <groupId>org.codehaus.mojo</groupId>\r
-                               <artifactId>build-helper-maven-plugin</artifactId>\r
-                               <executions>\r
-                                       <execution>\r
-                                               <id>attach-artifacts</id>\r
-                                               <goals>\r
-                                                       <goal>attach-artifact</goal>\r
-                                               </goals>\r
-                                               <phase>package</phase>\r
-                                               <configuration>\r
-                                                       <artifacts>\r
-                                                               <artifact>\r
-                                                                       <file>${project.build.directory}/classes/${features.file}</file>\r
-                                                                       <type>xml</type>\r
-                                                                       <classifier>features</classifier>\r
-                                                               </artifact>\r
-                                                       </artifacts>\r
-                                               </configuration>\r
-                                       </execution>\r
-                               </executions>\r
-                       </plugin>\r
-               </plugins>\r
-       </build>\r
-</project>\r
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright (C) 2018 AT&T, Bell Canada
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  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>
+
+       <parent>
+               <groupId>org.onap.ccsdk.parent</groupId>
+               <artifactId>odlparent-lite</artifactId>
+               <version>1.5.0-SNAPSHOT</version>
+               <relativePath/>
+       </parent>
+
+       <groupId>org.onap.ccsdk.features</groupId>
+       <artifactId>blueprints-processor-features</artifactId>
+       <version>0.7.0-SNAPSHOT</version>
+       <packaging>pom</packaging>
+
+       <name>Blueprints Processor :: Features aggregator :: ${project.artifactId}</name>
+
+       <modules>
+               <module>ccsdk-blueprints-processor</module>
+               <module>features-blueprints-processor</module>
+       </modules>
+</project>