diff options
author | shivasubedi <shiva.subedi@est.tech> | 2021-08-19 12:51:24 +0100 |
---|---|---|
committer | shivasubedi <shiva.subedi@est.tech> | 2021-08-19 12:51:24 +0100 |
commit | fff53c3d934390367e34939b83d0471be9c94f1c (patch) | |
tree | 0812eb032dde19041ca8eb4f0edcfd3f5b42d03d | |
parent | 577efb09a39282c608b53a3099b7edc95954f9c2 (diff) |
CPS-535: Deliver stage release to nexus for DMI Plugin (POM update)
- Updated CPS version in the pom file
Issue-ID: CPS-535
Signed-off-by: shivasubedi <shiva.subedi@est.tech>
Change-Id: I1e8b1266bf76d25b429a9d42d89003b043bb8459
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ <properties> <app>org.onap.cps.ncmp.dmi.Application</app> <base.image>${docker.pull.registry}/onap/integration-java11:8.0.0</base.image> - <cps.version>1.1.0-SNAPSHOT</cps.version> + <cps.version>1.1.0</cps.version> <image.tag>${project.version}-${maven.build.timestamp}</image.tag> <jacoco.minimum.coverage>0.7</jacoco.minimum.coverage> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> |