You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2019/02/25 15:17:21 UTC

[isis] branch v2 updated: fixes baseline for gitlab CI (should be M2, not M3)

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch v2
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/v2 by this push:
     new e89e545  fixes baseline for gitlab CI (should be M2, not M3)
e89e545 is described below

commit e89e545695f00f70c23ae87aaac57caebb50447f
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Feb 25 15:16:53 2019 +0000

    fixes baseline for gitlab CI (should be M2, not M3)
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7977cba..e99f43a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,7 +35,7 @@
 image: maven:3.5.3-jdk-8
 
 before_script:
-  - export BASELINE=2.0.0-M3
+  - export BASELINE=2.0.0-M2
   - export REVISION=$BASELINE.$(date +%Y%m%d)-$(date +%H%M)-$(echo $CI_COMMIT_SHA | cut -c1-8)
 
 services: