diff options
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> |