aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>