You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2018/09/18 06:45:59 UTC

[isis] branch v2 updated: ISIS-1811: CI/CD: bump BASLINE 2.0.0-M1 -> 2.0.0-M2

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

ahuber 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 52399ce  ISIS-1811: CI/CD: bump BASLINE 2.0.0-M1 -> 2.0.0-M2
52399ce is described below

commit 52399cedb6e6890d70a65677f23c991c063341aa
Author: Andi Huber <ah...@apache.org>
AuthorDate: Tue Sep 18 08:45:53 2018 +0200

    ISIS-1811: CI/CD: bump BASLINE 2.0.0-M1 -> 2.0.0-M2
    
    Task-Url: https://issues.apache.org/jira/browse/ISIS-1811
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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