aboutsummaryrefslogtreecommitdiffstats
path: root/services/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'services/pom.xml')
-rw-r--r--services/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/services/pom.xml b/services/pom.xml
index 3aaf1962..7ddb0cc0 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.dcaegen2.services</groupId>
<artifactId>sdk</artifactId>
- <version>1.8.9-SNAPSHOT</version>
+ <version>${revision}</version>
</parent>
<groupId>org.onap.dcaegen2.services.sdk</groupId>
@@ -40,4 +40,8 @@
<module>hv-ves-client</module>
<module>external-schema-manager</module>
</modules>
+
+ <properties>
+ <onap-gerrit-review>-changelog-missing</onap-gerrit-review>
+ </properties>
</project>