From 28169cbd7334598a71a857f14b4cf483e8584f58 Mon Sep 17 00:00:00 2001 From: ankush_m Date: Tue, 11 Oct 2022 14:46:23 +0530 Subject: [PATCH 1/2] Version bump up --- code/api.xml | 4 ++-- code/plugins/authentication/tjapi/tjapi.xml | 4 ++-- code/plugins/system/tjtokenlogin/tjtokenlogin.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/code/api.xml b/code/api.xml index a44a530..1201912 100644 --- a/code/api.xml +++ b/code/api.xml @@ -1,13 +1,13 @@ com_api - 20th Sep 2022 + 11th Oct 2022 Copyright (C) 2009 - 2019 Techjoomla. All rights reserved. http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL Techjoomla extensions@techjoomla.com https://techjoomla.com - 3.0.1 + 3.0.2 Multi-purpose REST API framework for Joomla diff --git a/code/plugins/authentication/tjapi/tjapi.xml b/code/plugins/authentication/tjapi/tjapi.xml index 4af3a58..bc064f4 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 - 20th Sep 2022 + 11th Oct 2022 Copyright (C) 2009 - 2019 Techjoomla. All rights reserved. http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL - 3.0.1 + 3.0.2 tjapi.php diff --git a/code/plugins/system/tjtokenlogin/tjtokenlogin.xml b/code/plugins/system/tjtokenlogin/tjtokenlogin.xml index e880522..1d5f2cd 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 - 20th Sep 2022 + 11th Oct 2022 Copyright (C) 2009 - 2019 Techjoomla. All rights reserved. http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL - 3.0.1 + 3.0.2 tjtokenlogin.php From 2263d51071d1660202138d0c9ade5009f074e1d2 Mon Sep 17 00:00:00 2001 From: ankush_m Date: Tue, 11 Oct 2022 14:49:01 +0530 Subject: [PATCH 2/2] Version bumpup --- build/version.json | 4 ++-- scripts/jenkins-pipelines/nightly.groovy | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/version.json b/build/version.json index 177b848..37d992a 100644 --- a/build/version.json +++ b/build/version.json @@ -1,8 +1,8 @@ { "com_api": { - "3.0.0": { + "3.0.2": { "com_api": { - "version": "3.0.0", + "version": "3.0.2", "repoUrl": "git@github.com:techjoomla/com_api.git", "branch": "j4x" } diff --git a/scripts/jenkins-pipelines/nightly.groovy b/scripts/jenkins-pipelines/nightly.groovy index 327a6a8..5e69a2f 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 = '3.0.0' //env.getProperty("apiVersion") +def apiVersion = '3.0.2' //env.getProperty("apiVersion") echo apiVersion pipeline {