diff options
author | Kasperki <pawel.kasperkiewicz@nokia.com> | 2022-07-29 18:28:01 +0200 |
---|---|---|
committer | Kasperki <pawel.kasperkiewicz@nokia.com> | 2022-08-08 10:53:04 +0200 |
commit | d0392bdd88a1cac06cb5727c93f10c76bdff9e58 (patch) | |
tree | c753ae2e6b86c81d380fd6dc28799a9a65db1f7b /standardization/pom.xml | |
parent | 32563249ea8a984244dc4059438db275169cad39 (diff) |
Fix SDK Vulnerabilities
Issue-ID: DCAEGEN2-3220
Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com>
Change-Id: Ic7df50fd22900bc680f7fff01871625ce809b4b5
Diffstat (limited to 'standardization/pom.xml')
-rw-r--r-- | standardization/pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/standardization/pom.xml b/standardization/pom.xml index 193c080d..af0ec538 100644 --- a/standardization/pom.xml +++ b/standardization/pom.xml @@ -21,7 +21,7 @@ language governing permissions and limitations under the License. <parent> <groupId>org.onap.dcaegen2.services</groupId> <artifactId>sdk</artifactId> - <version>1.8.9-SNAPSHOT</version> + <version>${revision}</version> <relativePath>..</relativePath> </parent> @@ -37,4 +37,8 @@ language governing permissions and limitations under the License. <module>moher-api</module> </modules> + <properties> + <onap-gerrit-review>-changelog-missing</onap-gerrit-review> + </properties> + </project> |