From c7d3869e64534a06692191d0cdfecb2b30138c13 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Thu, 22 Feb 2024 13:19:35 +0100 Subject: [PATCH] Update aai-common-alpine base image in model-loader - update aai-common-alpine base image from 1.8.1 to 1.13.2 - rename README file Issue-ID: AAI-3785 Change-Id: I0343c5ffc4dc3b00fd95cdd1a18f4d9ca663f832 Signed-off-by: Fiete Ostkamp --- .gitignore | 1 + Readme.md => README.md | 0 pom.xml | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) rename Readme.md => README.md (100%) diff --git a/.gitignore b/.gitignore index 56f75e2..e4b4035 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ debug-logs/ .checkstyle .idea/ *.iml +.vscode \ No newline at end of file diff --git a/Readme.md b/README.md similarity index 100% rename from Readme.md rename to README.md diff --git a/pom.xml b/pom.xml index abf60e2..27978bb 100644 --- a/pom.xml +++ b/pom.xml @@ -65,7 +65,7 @@ ${project.build.directory}/${project.artifactId}-${project.version}-build/ onap alpine - 1.8.1 + 1.13.2 yyyyMMdd'T'HHmmss'Z' -- 2.16.6