diff options
author | Tomasz Golabek <tomasz.golabek@nokia.com> | 2019-07-11 13:23:57 +0200 |
---|---|---|
committer | Tomasz Golabek <tomasz.golabek@nokia.com> | 2019-07-11 14:37:50 +0200 |
commit | ed4f76715cb02d92d75bb4d15f7a6eebddde5d3e (patch) | |
tree | a0affd55a08accc0f4bd0f233429178b9693b098 | |
parent | 12bf634939343f07beb3cbe4b1c6c652977784ab (diff) |
Oparent migration for tosca-lab
Added oparent - neither errors nor warnings have been seen.
Change-Id: I33044830af16607a80e07c378eee863705f06d1d
Issue-ID: SDC-2435
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
-rw-r--r-- | .gitreview | 2 | ||||
-rw-r--r-- | app/README.md | 1 | ||||
-rw-r--r-- | pom.xml | 7 |
3 files changed, 9 insertions, 1 deletions
@@ -1,4 +1,4 @@ [gerrit] host=gerrit.onap.org port=29418 -project=sdc/jtosca.git +project=sdc/dcae-d/tosca-lab.git diff --git a/app/README.md b/app/README.md index e1bf2e4..fc9acd5 100644 --- a/app/README.md +++ b/app/README.md @@ -7,3 +7,4 @@ It is also my first Python project for coding practice. Version: 0.1 -- The original version was created to write everything from scratch. It is able to read YAML files following TOSCA standard and do TOSCA-to-HEAT translation provided with the translation library. 0.2 -- I will try to integrate with the existing open source project tosca-parser. In that case, I can make full use of the existing parser and focus more on more features. The tosca-parser version I am working with is 0.4.0 + @@ -8,6 +8,13 @@ <version>1.3.0-SNAPSHOT</version> <name>sdc-dcae-d-tosca-lab</name> + <parent> + <groupId>org.onap.oparent</groupId> + <artifactId>oparent</artifactId> + <version>2.0.0</version> + <relativePath/> + </parent> + <properties> <!--nexus--> <nexus.proxy>https://nexus.onap.org</nexus.proxy> |