diff options
author | Pawel <pawel.kasperkiewicz@nokia.com> | 2020-03-09 09:18:18 +0100 |
---|---|---|
committer | Pawel <pawel.kasperkiewicz@nokia.com> | 2020-03-10 11:50:53 +0100 |
commit | acccf9e15ddd00788cf84c2cd440063957765414 (patch) | |
tree | 87f693579390e21e5926badcbbb9ec069d44f7b3 /standardization/moher-api/healthstate | |
parent | 0ace1a35f65fe1b621b1a56361bc0de2aa135329 (diff) |
Fix project version
We have changed the sdk version from 1.5.0 to 1.3.5, because versioning guidelines defined for SDK project were broken.
Issue-ID: DCAEGEN2-2107
Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com>
Change-Id: I188927204b606306b8d3ebbdaa4cfcedc60912d8
Diffstat (limited to 'standardization/moher-api/healthstate')
-rw-r--r-- | standardization/moher-api/healthstate/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standardization/moher-api/healthstate/pom.xml b/standardization/moher-api/healthstate/pom.xml index 307a63cc..01c105e1 100644 --- a/standardization/moher-api/healthstate/pom.xml +++ b/standardization/moher-api/healthstate/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>dcaegen2-sdk-moher-api</artifactId> <groupId>org.onap.dcaegen2.services.sdk</groupId> - <version>1.5.0-SNAPSHOT</version> + <version>1.3.5-SNAPSHOT</version> </parent> <name>Monitoring and Healthcheck :: Health state</name> |