diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2024-01-12 13:06:08 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2024-01-12 13:06:08 +0000 |
commit | a3b24e60813aea0006ca9de3fa8571046d0ba9f9 (patch) | |
tree | 39cf35f1f4543c168d164ec04d89d1a382700ea4 | |
parent | 259e454600a6e5d496f584bbe12942240a88562b (diff) |
Release aai/resources1.13.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 631e7e8..6466978 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.13.0-SNAPSHOT</version> + <version>1.13.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.13.0-SNAPSHOT</version> + <version>1.13.0</version> <name>aai-resources</name> <packaging>pom</packaging> <modules> |