Bump up artifacts version to 1.1.3-SNAPSHOT
[policy/drools-applications.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 5d5d5d6..43a0ef2 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -7,9 +7,9 @@
   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.
        <parent>
                <groupId>org.onap.oparent</groupId>
                <artifactId>oparent</artifactId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>0.1.1</version>
                <relativePath/>
        </parent>
 
        <groupId>org.onap.policy.drools-applications</groupId>
        <artifactId>drools-pdp-apps</artifactId>
-       <version>1.1.0-SNAPSHOT</version>
+       <version>1.1.3-SNAPSHOT</version>
 
-       <name>Policy Engine - Drools PDP Application Models</name>
+       <name>policy-drools-applications</name>
        <packaging>pom</packaging>
 
        <properties>
@@ -54,7 +54,6 @@
                        <plugin>
                                <groupId>org.sonatype.plugins</groupId>
                                <artifactId>nexus-staging-maven-plugin</artifactId>
-                               <version>1.6.7</version>
                                <extensions>true</extensions>
                                <configuration>
                                        <nexusUrl>${nexusproxy}</nexusUrl>
@@ -65,7 +64,6 @@
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-deploy-plugin</artifactId>
-                               <version>2.8</version> <!-- This version supports the "deployAtEnd" parameter -->
                                <configuration>
                                        <skip />
                                </configuration>
                                        <target>${project.target.version}</target>
                                </configuration>
                        </plugin>
-            <!--
-
-                license plugin
-
-                 Run
-
-                     mvn clean
-
-                 before running from the command line
-
-                     mvn license:update-file-header
-
-            -->
-
-            <plugin>
-
-                <groupId>org.codehaus.mojo</groupId>
-
-                <artifactId>license-maven-plugin</artifactId>
-
-                <version>1.9</version>
-
-                <configuration>
-
-                    <extraExtensions>
-
-                        <!-- Used to add or change the header style <fileTypeYouAreMapping>
-
-                            fileTypeMappedInto </fileTypeYouAreMapping> -->
-                        
-                        <!-- Since it appears that comments in .json files are, at best, 
-                               iffy, you should remove the license headers from those files or
-                               you can list each individual file to be ignored in the ignore
-                               section below -->
-
-                        <drl>java</drl>
-
-                        <ccf>properties</ccf>
-
-
-                        <!-- Because the typical sql comment type confuses the update algorithm -->
-
-                        <sql>java</sql>
-                        
-                        <!-- yaml files are generated, but some are included -->
-                        
-                        <yaml>properties</yaml>
-
-                    </extraExtensions>
-
-                    <licenseName>apache_v2</licenseName>
-
-
-                    <inceptionYear>2017</inceptionYear>
-
-                    <organizationName>AT&amp;T Intellectual Property. All rights reserved.</organizationName>
-
-
-                    <!-- Once you have established the tags and delimiter, they cannot be
 
-                        changed -->
 
-                    <processStartTag>============LICENSE_START=======================================================</processStartTag>
-
-                    <processEndTag>============LICENSE_END=========================================================</processEndTag>
-
-                    <sectionDelimiter>================================================================================</sectionDelimiter>
-
-                    <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage>
-
-                    <canUpdateCopyright>true</canUpdateCopyright>
-
-                    <canUpdateDescription>true</canUpdateDescription>
-
-                    <canUpdateLicense>true</canUpdateLicense>
-
-                    <emptyLineAfterHeader>true</emptyLineAfterHeader>
-
-                    <roots>
-
-                        <!-- Default is src, target/generated-sources, target/processed-sources -->
-
-
-                        <!-- Everything except the files in the excludes section -->
-
-                        <root>/</root>
-
-                    </roots>
-
-                    <excludes>
-
-                        <!-- Files which are to be excluded. The pom.xml is excluded because
-
-                            the start/end tags and the delimiters are in the body of the file. This confuses
-
-                            the algorithm. So, this file must be manually updated with a license header. -->
-
-                        <exclude>pom.xml</exclude>
-
-                    </excludes>
-
-                </configuration>
-
-            </plugin>                  
-
-               <plugin>
-                 <groupId>org.apache.maven.plugins</groupId>
-                 <artifactId>maven-site-plugin</artifactId>
-                 <version>3.6</version>
-                 <dependencies>
-                   <dependency>
-                     <groupId>org.apache.maven.wagon</groupId>
-                     <artifactId>wagon-webdav-jackrabbit</artifactId>
-                     <version>2.10</version>
-                   </dependency>
-                 </dependencies>
-               </plugin>
+                       <plugin>
+                         <groupId>org.apache.maven.plugins</groupId>
+                         <artifactId>maven-site-plugin</artifactId>
+                         <dependencies>
+                           <dependency>
+                             <groupId>org.apache.maven.wagon</groupId>
+                             <artifactId>wagon-webdav-jackrabbit</artifactId>
+                             <version>2.10</version>
+                           </dependency>
+                         </dependencies>
+                       </plugin>
 
            </plugins>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.eclipse.m2e</groupId>
+                    <artifactId>lifecycle-mapping</artifactId>
+                    <version>1.0.0</version>
+                    <configuration>
+                        <lifecycleMappingMetadata>
+                            <pluginExecutions>
+                                <pluginExecution>
+                                    <pluginExecutionFilter>
+                                        <groupId>org.apache.maven.plugins</groupId>
+                                        <artifactId>maven-checkstyle-plugin</artifactId>
+                                        <versionRange>2.17,)</versionRange>
+                                        <goals>
+                                            <goal>check</goal>
+                                        </goals>
+                                    </pluginExecutionFilter>
+                                    <action>
+                                        <ignore />
+                                    </action>
+                                </pluginExecution>
+                            </pluginExecutions>
+                        </lifecycleMappingMetadata>
+                    </configuration>
+                </plugin>
+            </plugins>
+        </pluginManagement>
        </build>
 
        <modules>
                <module>controlloop</module>
        </modules>
 
+        <repositories>
+                <!-- LF repositories -->
+                <repository>
+                        <id>ecomp-releases</id>
+                        <name>Release Repository</name>
+                        <url>${nexusproxy}/content/repositories/releases/</url>
+                </repository>
+                <repository>
+                        <id>ecomp-staging</id>
+                        <name>Staging Repository</name>
+                        <url>${nexusproxy}/content/repositories/staging/</url>
+                </repository>
+                <repository>
+                        <id>ecomp-snapshots</id>
+                        <name>Snapshots Repository</name>
+                        <url>${nexusproxy}/content/repositories/snapshots/</url>
+                </repository>
+                <repository>
+                        <id>ecomp-public</id>
+                        <name>Public Repository</name>
+                        <url>${nexusproxy}/content/repositories/public/</url>
+                </repository>
+                <!-- LF repositories END-->
+        </repositories>
+
 
        <distributionManagement>
                <repository>
            </plugin>
          </plugins>
        </reporting>
+
+       <dependencies>
+               <dependency>
+                       <groupId>ch.qos.logback</groupId>
+                       <artifactId>logback-classic</artifactId>
+                       <version>1.2.3</version>
+                       <scope>provided</scope>
+               </dependency>
+       </dependencies>
+
+
 </project>