Skip to content

Commit

Permalink
Task #108 chore: Change version, date
Browse files Browse the repository at this point in the history
  • Loading branch information
manojLondhe committed Oct 22, 2019
1 parent c7fe242 commit 5ca8889
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
14 changes: 14 additions & 0 deletions build/version.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion code/api.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<extension type="component" version="3.0" method="upgrade">
<name>com_api</name>
<creationDate>2nd Jul 2019</creationDate>
<creationDate>22nd Oct 2019</creationDate>
<copyright>Copyright (C) 2009 - 2019 Techjoomla. All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<author>Techjoomla</author>
Expand Down
4 changes: 2 additions & 2 deletions code/plugins/authentication/tjapi/tjapi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<author>Techjoomla</author>
<authorEmail>extensions@techjoomla.com</authorEmail>
<authorUrl>https://techjoomla.com</authorUrl>
<creationDate>2nd Jul 2019</creationDate>
<creationDate>22nd Oct 2019</creationDate>
<copyright>Copyright (C) 2009 - 2019 Techjoomla. All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<version>2.5.0</version>
<version>2.5.1</version>

<files>
<filename plugin="tjapi">tjapi.php</filename>
Expand Down
4 changes: 2 additions & 2 deletions code/plugins/system/tjtokenlogin/tjtokenlogin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<author>Techjoomla</author>
<authorEmail>extensions@techjoomla.com</authorEmail>
<authorUrl>https://techjoomla.com</authorUrl>
<creationDate>2nd Jul 2019</creationDate>
<creationDate>22nd Oct 2019</creationDate>
<copyright>Copyright (C) 2009 - 2019 Techjoomla. All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<version>2.5.0</version>
<version>2.5.1</version>

<files>
<filename plugin="tjtokenlogin">tjtokenlogin.php</filename>
Expand Down
2 changes: 1 addition & 1 deletion scripts/jenkins-pipelines/nightly.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5ca8889

Please sign in to comment.