diff options
author | mpriyank <priyank.maheshwari@est.tech> | 2023-04-07 10:20:37 +0100 |
---|---|---|
committer | Priyank Maheshwari <priyank.maheshwari@est.tech> | 2023-04-07 09:35:52 +0000 |
commit | 3c6ab2322d81d98a26e697cecdb5c4d6da548e81 (patch) | |
tree | 1fe084775515ce079d2a4517f6f4a63c891d444a | |
parent | c4a18054d489a83efb99a8975585631e5ecd0b10 (diff) |
[CPS] Bump minor version - Step12
- bump minor version of ncmp-dmi-plugin from 1.3.0-SNAPSHOT to
1.4.0-SNAPSHOT in the master branch
Issue-ID: CPS-1610
Change-Id: I9238d58841b3c5f0133087fa4df5ff717284f197
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -34,7 +34,7 @@ </organization> <groupId>org.onap.cps</groupId> <artifactId>ncmp-dmi-plugin</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <name>ncmp-dmi-plugin</name> <description>DMI Plugin Service</description> <properties> diff --git a/version.properties b/version.properties index 1eac9fdd..443a26fa 100644 --- a/version.properties +++ b/version.properties @@ -21,7 +21,7 @@ # because they are used in Jenkins, whose plug-in doesn't support this major=1 -minor=3 +minor=4 patch=0 base_version=${major}.${minor}.${patch} |