Skip to content

Commit

Permalink
ICS-888 Move to version 1.8 after 1.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
TBPLtd committed Feb 27, 2024
1 parent cbe3e53 commit 0464437
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/draft_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

name: Draft Release Build
## This section contains ALL variable specific for this project ##
# The VERSION is the main release number i.e. 1.7 or 2.1
# The VERSION is the main release number i.e. 1.8
env:
BUILD_NAME: ICS-JDF-MIS
DOCUMENT_VERSION: '1.7'
DOCUMENT_VERSION: '1.8'
DOCUMENT_COVER_TITLE: Management Information System ICS
CONFIG_FILE: Build\ICS_JDF_MIS.ini
CONFLUENCE_ID: '1560313992'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

name: Release Build
## This section contains ALL variable specific for this project ##
# The VERSION is the main release number i.e. 1.7 or 2.1
# The VERSION is the main release number i.e. 1.8
env:
BUILD_NAME: ICS-JDF-MIS
#DOCUMENT_VERSION: '1.7' not required for release build. Uses Tag of build.
#DOCUMENT_VERSION: '1.8' not required for release build. Uses Tag of build.
DOCUMENT_COVER_TITLE: Management Information System ICS
CONFIG_FILE: Build\ICS_JDF_MIS.ini
CONFLUENCE_ID: '1560313992'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

name: Snapshot Build
## This section contains ALL variable specific for this project ##
# The VERSION is the main release number i.e. 1.7 or 2.1
# The VERSION is the main release number i.e. 1.8
env:
BUILD_NAME: ICS-JDF-MIS
DOCUMENT_VERSION: '1.7'
DOCUMENT_VERSION: '1.8'
DOCUMENT_COVER_TITLE: Management Information System ICS
CONFIG_FILE: Build\ICS_JDF_MIS.ini
CONFLUENCE_ID: '1560313992'
Expand Down

0 comments on commit 0464437

Please sign in to comment.