diff options
author | Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> | 2024-01-10 13:13:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-01-10 13:13:39 +0000 |
commit | 09fd390a6f265419edcc8d1225a43b9a85dcd76a (patch) | |
tree | cd616ffcaa5ec79a19b057faff6858acde3fe8e9 /aai-schema-abstraction | |
parent | 60eea4e2fdf10204147a22e78a165ed087fddbef (diff) | |
parent | dc7a552c80013fdf7701705890c70674271fd7da (diff) |
Merge "Update spring boot to 2.2"
Diffstat (limited to 'aai-schema-abstraction')
-rw-r--r-- | aai-schema-abstraction/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aai-schema-abstraction/pom.xml b/aai-schema-abstraction/pom.xml index 8d332f17..44744754 100644 --- a/aai-schema-abstraction/pom.xml +++ b/aai-schema-abstraction/pom.xml @@ -119,6 +119,7 @@ <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> + <version>1.6.13</version> </plugin> </plugins> </build> |