diff options
author | Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> | 2024-06-25 08:30:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-06-25 08:30:10 +0000 |
commit | 76971c8bbf76212353c3e697c7c949b1797569f8 (patch) | |
tree | 2ae14537c1aa0310ccd423ed804a06006c870c1e /aai-resources | |
parent | c8520cf5ae8d4f9f5df7064c6a6e8f8c85f0cc89 (diff) | |
parent | 7e81b2d2cec80eaadc71de3a27ebca9b0865f43b (diff) |
Merge "Update aai-common to 1.14.2 in resources"
Diffstat (limited to 'aai-resources')
-rw-r--r-- | aai-resources/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index d50695d..c1a7ab9 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.14.1-SNAPSHOT</version> + <version>1.14.2-SNAPSHOT</version> </parent> <properties> <java.version>1.8</java.version> |