diff options
Diffstat (limited to 'northbound/pom.xml')
-rw-r--r-- | northbound/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/northbound/pom.xml b/northbound/pom.xml index 2705a911a..1037608f4 100644 --- a/northbound/pom.xml +++ b/northbound/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>2.2.0</version> </parent> <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>ccsdk-sli-northbound</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.1-SNAPSHOT</version> <packaging>pom</packaging> <name>${project.artifactId}</name> |