diff options
Diffstat (limited to 'standardization')
-rw-r--r-- | standardization/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/standardization/pom.xml b/standardization/pom.xml index b37e296c..ef125ffb 100644 --- a/standardization/pom.xml +++ b/standardization/pom.xml @@ -2,13 +2,13 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - + <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.dcaegen2.services</groupId> <artifactId>sdk</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> |