diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2021-02-01 16:01:23 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2021-02-01 16:01:23 +0000 |
commit | e4e63c6090a8b4e74a6a98086a98bfcf6d913770 (patch) | |
tree | 8c095644aafb918e851859d0466961c0a46266e1 | |
parent | 6b0778a113c27c9a0579248866b2324a5c5cf582 (diff) |
Release aai/resources1.8.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 b710d5e..8a4b6d5 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.8.1-SNAPSHOT</version> + <version>1.8.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.8.1-SNAPSHOT</version> + <version>1.8.1</version> <name>aai-resources</name> <packaging>pom</packaging> <modules> |