diff options
author | Shankar Narayanan <snarayanan@research.att.com> | 2019-04-30 11:45:40 -0400 |
---|---|---|
committer | Shankar Narayanan <snarayanan@research.att.com> | 2019-04-30 11:45:55 -0400 |
commit | f5985880909e2a566b34bc3cfddf5c268e7327b0 (patch) | |
tree | 1680078c53739788b1e6846ee100019116b4a2f5 /pom.xml | |
parent | 0a358ab8f3f546f11c36f913018edef63ff17ed3 (diff) |
Bump up version of OSDF to 1.3.0
Change-Id: I35e7e892386cc7741111c8b0508e0e5454718d88
Signed-off-by: Shankar Narayanan <snarayanan@research.att.com>
Issue-ID: OPTFRA-491
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,13 +21,13 @@ <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> |