Activate models component for Dublin 70/77870/1
authorliamfallon <liam.fallon@est.tech>
Tue, 5 Feb 2019 13:41:59 +0000 (13:41 +0000)
committerliamfallon <liam.fallon@est.tech>
Tue, 5 Feb 2019 13:41:59 +0000 (13:41 +0000)
Issue-ID: POLICY-1264
Change-Id: I9952fcd0e7219bde77c70ad77a982cead4aa15d7
Signed-off-by: liamfallon <liam.fallon@est.tech>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 1b99cdc..922e16f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,7 @@
 <!--
   ============LICENSE_START=======================================================
    Copyright (C) 2018 Ericsson. All rights reserved.
+   Copyright (C) 2019 Nordix Foundation.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>2.0.0</version>
+        <version>2.1.0-SNAPSHOT</version>
     </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 will hold model code agnostic to PDP engines</description>
+    <description>This repo holds model code agnostic to PDP engines</description>
 
     <properties>
         <!-- sonar/jacoco overrides -->
index a3ac0d9..614e56e 100644 (file)
@@ -3,7 +3,7 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=2
-minor=0
+minor=1
 patch=0
 
 base_version=${major}.${minor}.${patch}