diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-01-17 20:52:20 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-01-17 20:52:20 +0000 |
commit | dc88e48908586c86da55c2c937118b56c9d71eb0 (patch) | |
tree | 355636b8c4e5e68582124981e50eb2b4be58479f | |
parent | 5fa84a565f4fa06872a9ad8b36100c5df61c37e4 (diff) |
Release aai/resources1.6.1
-rw-r--r-- | aai-resources/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index f0cba2f..0ea889b 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.aai.resources</groupId> <artifactId>resources</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1</version> </parent> <properties> <java.version>1.8</java.version> @@ -30,7 +30,7 @@ </parent> <groupId>org.onap.aai.resources</groupId> <artifactId>resources</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1</version> <name>aai-resources</name> <packaging>pom</packaging> <modules> |