diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2022-10-19 17:32:34 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2022-10-19 17:32:34 +0000 |
commit | e3a177108cf80f7659a3088dd25256f9a3f2a44d (patch) | |
tree | 60bdb8c5fd999f4eebbcbec18cbe68792a1d1468 | |
parent | dfe4a02bd155f892895f3234ef8a9bc8ae36bba5 (diff) |
Release aai/resources1.11.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 37e397c..db55a35 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.11.0-SNAPSHOT</version> + <version>1.11.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.11.0-SNAPSHOT</version> + <version>1.11.0</version> <name>aai-resources</name> <packaging>pom</packaging> <modules> |