Update snapshot and/or references of policy/drools-applications to latest snapshots
[policy/drools-applications.git] / controlloop / common / feature-controlloop-usecases / pom.xml
index 8f4de2a..7a052e2 100644 (file)
@@ -2,14 +2,15 @@
   ============LICENSE_START=======================================================
   ONAP
   ================================================================================
-  Copyright (C) 2018-2019 AT&T Intellectual Property. All rights reserved.
+  Copyright (C) 2018-2020 AT&T Intellectual Property. All rights reserved.
+  Modifications Copyright (C) 2020 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.
@@ -23,8 +24,8 @@
 
     <parent>
         <groupId>org.onap.policy.drools-applications.controlloop.common</groupId>
-        <artifactId>common</artifactId>
-        <version>1.5.1-SNAPSHOT</version>
+        <artifactId>drools-applications-common</artifactId>
+        <version>1.11.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>feature-controlloop-usecases</artifactId>
         Load Experimental Usecases Control Loop Use Cases Controller as a feature.
     </description>
 
-    <properties>
-        <maven.compiler.source>1.8</maven.compiler.source>
-        <maven.compiler.target>1.8</maven.compiler.target>
-    </properties>
-
     <build>
         <resources>
             <resource>
                 <directory>src/main/feature</directory>
                 <filtering>true</filtering>
             </resource>
+            <resource>
+                <directory>src/main/resources</directory>
+            </resource>
         </resources>
         <plugins>
             <plugin>