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 /dependencies | |
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 'dependencies')
-rw-r--r-- | dependencies/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies/pom.xml b/dependencies/pom.xml index 2981b76..697d081 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>version</artifactId> - <version>1.2.3-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>dependencies</artifactId> |