diff options
author | Chenfei Gao <cgao@research.att.com> | 2019-02-26 15:59:56 -0500 |
---|---|---|
committer | Chenfei Gao <cgao@research.att.com> | 2019-02-26 16:00:07 -0500 |
commit | 9ddbc872354eb5399bab9d9c23188b4be98d7dd7 (patch) | |
tree | 00c56d6f444cd48718ec9789eeea262482790bf1 /pom.xml | |
parent | 237dd48cacfeda0b39ec1c09ce23fe59787e9e14 (diff) |
Change the version of policy parent
Changed to use 2.1.0-SNAPSHOT for policy/parent while keeping
2.0.0-SNAPSHOT for policy/models.
Issue-ID: POLICY-1515
Change-Id: Ia18a3bd5828540c0d9b6340a2493f84d5a27fa60
Signed-off-by: Chenfei Gao <cgao@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -27,12 +27,15 @@ <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> <version>2.1.0-SNAPSHOT</version> + <relativePath /> </parent> <groupId>org.onap.policy.models</groupId> <artifactId>policy-models</artifactId> + <version>2.0.0-SNAPSHOT</version> <packaging>pom</packaging> + <name>policy-models</name> <description>This repo holds model code agnostic to PDP engines</description> |