aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-02-22 13:19:35 +0100
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-02-22 13:26:49 +0100
commitc7d3869e64534a06692191d0cdfecb2b30138c13 (patch)
tree3107fdf7dd2a00d2481ddbd91aaceb12f15f04ab
parent5ec525d780ef43770a896cda70ce633af1503095 (diff)
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 <Fiete.Ostkamp@telekom.de>
-rw-r--r--.gitignore1
-rw-r--r--README.md (renamed from Readme.md)0
-rw-r--r--pom.xml2
3 files changed, 2 insertions, 1 deletions
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
index 5aa1733..5aa1733 100644
--- a/Readme.md
+++ b/README.md
diff --git a/pom.xml b/pom.xml
index abf60e2..27978bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@
<aai.build.directory>${project.build.directory}/${project.artifactId}-${project.version}-build/</aai.build.directory>
<aai.docker.namespace>onap</aai.docker.namespace>
<aai.base.image>alpine</aai.base.image>
- <aai.base.image.version>1.8.1</aai.base.image.version>
+ <aai.base.image.version>1.13.2</aai.base.image.version>
<!-- This will be used for the docker images as the default format of maven build has issues -->
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>