diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2019-03-08 08:31:50 -0800 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2019-03-08 08:31:50 -0800 |
commit | 4c1e9da6beec877f604e2d202023e1b4e3802f13 (patch) | |
tree | 960710fffa48dbd4ce4e124e9b22ae4ca6b8b3d5 /oparent-python | |
parent | c36f147bc34211651d997b1f87cd0c0a8cfdf874 (diff) |
Bump major version for new global staging job4.0.0-ONAP2.0.0
The changes required to support LF's new global staging
job template are breaking changes for downstream projects;
bumping the major version number to reflect the impact.
Change-Id: I7bdc1862122c7066d4f875e3d414db58398b7eb8
Issue-ID: CIMAN-234
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'oparent-python')
-rw-r--r-- | oparent-python/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oparent-python/pom.xml b/oparent-python/pom.xml index ae2a275..0809ca3 100644 --- a/oparent-python/pom.xml +++ b/oparent-python/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.2.3-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> <relativePath>../oparent</relativePath> </parent> <packaging>pom</packaging> |