diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-01-10 16:27:15 +0100 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-01-10 16:27:15 +0100 |
commit | 64ba3c1816fc85d24ca2de935a5263608fd7b23f (patch) | |
tree | 182f2b244a630c7f07a5b1cfe7736d6ada78578c /aai-schema-ingest | |
parent | 09fd390a6f265419edcc8d1225a43b9a85dcd76a (diff) |
Update spring boot to 2.3
- update to 2.3
- bump version of all submodules to 1.13.1-SNAPSHOT
Issue-ID: AAI-3724
Change-Id: Id089e27b236476907c4e7ca7e51d72b74d387d1c
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-schema-ingest')
-rw-r--r-- | aai-schema-ingest/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml index 58b73c2e..ad2f9fcc 100644 --- a/aai-schema-ingest/pom.xml +++ b/aai-schema-ingest/pom.xml @@ -26,7 +26,7 @@ limitations under the License. <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.13.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> <relativePath>../aai-parent/pom.xml</relativePath> </parent> <artifactId>aai-schema-ingest</artifactId> |