From 5ca88890e9682e685c0679d0ce8c1a5df6a9ab73 Mon Sep 17 00:00:00 2001 From: Manoj L Date: Tue, 22 Oct 2019 17:13:24 +0530 Subject: [PATCH] Task #108 chore: Change version, date --- build/version.json | 14 ++++++++++++++ code/api.xml | 2 +- code/plugins/authentication/tjapi/tjapi.xml | 4 ++-- code/plugins/system/tjtokenlogin/tjtokenlogin.xml | 4 ++-- scripts/jenkins-pipelines/nightly.groovy | 2 +- 5 files changed, 20 insertions(+), 6 deletions(-) diff --git a/build/version.json b/build/version.json index 9b590df..b193b78 100644 --- a/build/version.json +++ b/build/version.json @@ -1,5 +1,19 @@ { "com_api": { + "2.5.2": { + "com_api": { + "version": "2.5.2", + "repoUrl": "git@github.com:techjoomla/com_api.git", + "branch": "release-2.5.2" + } + }, + "2.5.1": { + "com_api": { + "version": "2.5.1", + "repoUrl": "git@github.com:techjoomla/com_api.git", + "branch": "release-2.5.1" + } + }, "2.5.0": { "com_api": { "version": "2.5.0", diff --git a/code/api.xml b/code/api.xml index 2b62e5f..8242ae5 100644 --- a/code/api.xml +++ b/code/api.xml @@ -1,7 +1,7 @@ com_api - 2nd Jul 2019 + 22nd Oct 2019 Copyright (C) 2009 - 2019 Techjoomla. All rights reserved. http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL Techjoomla diff --git a/code/plugins/authentication/tjapi/tjapi.xml b/code/plugins/authentication/tjapi/tjapi.xml index 105d06d..070c808 100644 --- a/code/plugins/authentication/tjapi/tjapi.xml +++ b/code/plugins/authentication/tjapi/tjapi.xml @@ -5,10 +5,10 @@ Techjoomla extensions@techjoomla.com https://techjoomla.com - 2nd Jul 2019 + 22nd Oct 2019 Copyright (C) 2009 - 2019 Techjoomla. All rights reserved. http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL - 2.5.0 + 2.5.1 tjapi.php diff --git a/code/plugins/system/tjtokenlogin/tjtokenlogin.xml b/code/plugins/system/tjtokenlogin/tjtokenlogin.xml index 5b9a676..0cd6028 100644 --- a/code/plugins/system/tjtokenlogin/tjtokenlogin.xml +++ b/code/plugins/system/tjtokenlogin/tjtokenlogin.xml @@ -5,10 +5,10 @@ Techjoomla extensions@techjoomla.com https://techjoomla.com - 2nd Jul 2019 + 22nd Oct 2019 Copyright (C) 2009 - 2019 Techjoomla. All rights reserved. http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL - 2.5.0 + 2.5.1 tjtokenlogin.php diff --git a/scripts/jenkins-pipelines/nightly.groovy b/scripts/jenkins-pipelines/nightly.groovy index 70fb762..d432d39 100644 --- a/scripts/jenkins-pipelines/nightly.groovy +++ b/scripts/jenkins-pipelines/nightly.groovy @@ -2,7 +2,7 @@ // Get / Set release name // TODO - remove hardcoded value -def apiVersion = '2.5.0' //env.getProperty("apiVersion") +def apiVersion = '2.5.2' //env.getProperty("apiVersion") echo apiVersion pipeline {