diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2023-01-18 22:25:34 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2023-01-18 22:25:34 +0000 |
commit | 1b316f143012d9be392a051db0c727f3077bae8f (patch) | |
tree | a60b005b4b95407f90521fb87c8f5b34d4401757 | |
parent | 973bd56f77c163e4bc0d09cafcb49f12910db1db (diff) |
Release aai/resources1.10.0
-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 bc8cd57..d853bd9 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.10.0-SNAPSHOT</version> + <version>1.10.0</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.10.0-SNAPSHOT</version> + <version>1.10.0</version> <name>aai-resources</name> <packaging>pom</packaging> <modules> |