diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2022-01-27 19:06:38 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2022-01-27 19:06:38 +0000 |
commit | 38a1e104f508bae35f715e42a7b3ef6804b14edf (patch) | |
tree | b78e7b001b1c25438bc2302c4c448a5ff8cf1fb2 | |
parent | 0c4ef10f4854a801838ffc964166b7b97b6452a1 (diff) |
Release aai/resources1.9.3
-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 48102ae..2a8a0db 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.9.3-SNAPSHOT</version> + <version>1.9.3</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.9.3-SNAPSHOT</version> + <version>1.9.3</version> <name>aai-resources</name> <packaging>pom</packaging> <modules> |