aboutsummaryrefslogtreecommitdiffstats
path: root/appc-metric/appc-metric-bundle
AgeCommit message (Expand)AuthorFilesLines
2018-02-20Update .gitignore with license textSkip Wonnell2-4/+23
2018-01-25Fixes in ScheduledPublishingPolicyImplburdziak1-5/+5
2018-01-12Add missing license text to pom files, part 2Skip Wonnell1-19/+21
2017-12-21Platform hardening for appc-metricSkip Wonnell1-1/+1
2017-12-13Fourth part of onap renamePatrick Brady2-2/+2
2017-12-13Third part of onap renamePatrick Brady34-0/+0
2017-12-13First part of onap renamePatrick Brady35-113/+113
2017-11-17Bump minor versionJessica Wagantall1-1/+1
2017-11-07Changing to Amsterdam release versionv1.2.01.0.0-ONAP1.0.0-AmsterdamPatrick Brady1-1/+1
2017-09-07Change to CCSDK and ODL CarbonPatrick Brady1-12/+4
2017-08-30 Increase unit test coverage of appc-metric moduleAbhai Singh1-3/+129
2017-07-20Applying license changes to all filesPatrick Brady34-102/+170
2017-06-06Updating licenses in all filesPatrick Brady34-102/+136
2017-06-02Merge of new rebased codePatrick Brady6-57/+151
2017-03-10Updating master to 1.1.0-SNAPSHOTPatrick Brady1-1/+1
2017-02-24Changing to snapshot versionPatrick Brady1-1/+1
2017-02-15Moving all files to root directoryPatrick Brady37-0/+1849
s and limitations under the License. SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> <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.policy.apex-pdp</groupId> <artifactId>apex-pdp</artifactId> <version>2.0.0-SNAPSHOT</version> </parent> <groupId>org.onap.policy.apex-pdp.core</groupId> <artifactId>core</artifactId> <packaging>pom</packaging> <name>${project.artifactId}</name> <description>The main core of Apex, deployment independent.</description> <modules> <module>core-infrastructure</module> <module>core-protocols</module> <module>core-engine</module> <module>core-deployment</module> </modules> <profiles> <profile> <id>apexSite</id> <activation> <property> <name>apexSite</name> </property> </activation> <distributionManagement> <site> <id>${project.artifactId}-site</id> <url>${apex.adsite.prefix}/modules/${project.artifactId}/</url> </site> </distributionManagement> </profile> </profiles> </project>