From d711d94d77f16869d816521b73972c2b6d680eaf Mon Sep 17 00:00:00 2001 From: Milan Harindu Date: Fri, 5 Oct 2018 07:13:53 +0000 Subject: [PATCH 1/6] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4151d186..b2a9e0db 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: maven:latest +image: maven:3.5-jdk-8 variables: # This will supress any download for dependencies and plugins or upload messages which would clutter the console log. From 66130ab4da51a0e0dc1182b46324e2cc1d85d2a3 Mon Sep 17 00:00:00 2001 From: Milan Harindu Date: Fri, 5 Oct 2018 07:34:40 +0000 Subject: [PATCH 2/6] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b2a9e0db..d21c7c44 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: maven:3.5-jdk-8 +image: maven:3.3.3 variables: # This will supress any download for dependencies and plugins or upload messages which would clutter the console log. From 112376eab59d4f0c0e1726df143a74d4c3f27435 Mon Sep 17 00:00:00 2001 From: mharindu Date: Fri, 5 Oct 2018 08:49:08 +0000 Subject: [PATCH 3/6] Update pom.xml --- pom.xml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index a7df9d3e..b75c608f 100644 --- a/pom.xml +++ b/pom.xml @@ -1640,7 +1640,7 @@ 1.0.1 - 1.3.0 + 1.5.0 1.5.1 @@ -1903,13 +1903,9 @@ - - maven-snapshots - http://nexus.entgra.io/repository/maven-snapshots/ - - maven-release - http://nexus.entgra.io/repository/maven-releases/ + maven-public + http://nexus.entgra.io/repository/maven-public/ From cb6391d95c87b95c6e773b2e35aced9dd7b5e8c4 Mon Sep 17 00:00:00 2001 From: Milan Harindu Date: Fri, 5 Oct 2018 08:51:50 +0000 Subject: [PATCH 4/6] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d21c7c44..ee310c75 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: maven:3.3.3 +image: maven:3.5.2 variables: # This will supress any download for dependencies and plugins or upload messages which would clutter the console log. From cf6ffb82d00eef5010d6ffd126bbd92e65ac8d2d Mon Sep 17 00:00:00 2001 From: Milan Harindu Date: Fri, 5 Oct 2018 09:06:47 +0000 Subject: [PATCH 5/6] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ee310c75..ce8ab82a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: maven:3.5.2 +image: jamesdbloom/docker-java8-maven variables: # This will supress any download for dependencies and plugins or upload messages which would clutter the console log. From bb89875316f7532dcde1d291455802557365ffc6 Mon Sep 17 00:00:00 2001 From: Milan Harindu Date: Fri, 5 Oct 2018 09:23:59 +0000 Subject: [PATCH 6/6] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ce8ab82a..fcf28eb6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: jamesdbloom/docker-java8-maven +image: shinyay/docker-mvn-jdk8:3.5.0 variables: # This will supress any download for dependencies and plugins or upload messages which would clutter the console log.