Bump up version of OSDF to 1.3.0 46/86646/1
authorShankar Narayanan <snarayanan@research.att.com>
Tue, 30 Apr 2019 15:45:40 +0000 (11:45 -0400)
committerShankar Narayanan <snarayanan@research.att.com>
Tue, 30 Apr 2019 15:45:55 +0000 (11:45 -0400)
Change-Id: I35e7e892386cc7741111c8b0508e0e5454718d88
Signed-off-by: Shankar Narayanan <snarayanan@research.att.com>
Issue-ID: OPTFRA-491

pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 224ca8f..0b2ae30 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.onap.oparent</groupId>
         <artifactId>oparent-python</artifactId>
-        <version>1.2.1</version>
+        <version>1.2.3</version>
     </parent>
 
     <groupId>org.onap.optf.osdf</groupId>
     <artifactId>optf-osdf</artifactId>
     <name>optf-osdf</name>
-    <version>1.2.4-SNAPSHOT</version>
+    <version>1.3.0</version>
     <description>Optimization Service Design Framework</description>
 
     <properties>
index 023840b..36696ce 100644 (file)
@@ -18,8 +18,8 @@
 #
 
 major=1
-minor=2
-patch=4
+minor=3
+patch=0
 
 base_version=${major}.${minor}.${patch}