diff options
Diffstat (limited to 'prh-commons/pom.xml')
-rw-r--r-- | prh-commons/pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/prh-commons/pom.xml b/prh-commons/pom.xml index e5ac281e..a3ffd405 100644 --- a/prh-commons/pom.xml +++ b/prh-commons/pom.xml @@ -27,13 +27,17 @@ <parent> <groupId>org.onap.dcaegen2.services</groupId> <artifactId>prh</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.1-SNAPSHOT</version> </parent> <groupId>org.onap.dcaegen2.services.prh</groupId> <artifactId>prh-commons</artifactId> <packaging>jar</packaging> + <properties> + <onap-gerrit-review>-changelog-missing</onap-gerrit-review> + </properties> + <dependencies> <dependency> <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId> |