From d3e8cd18f8d4b48b2e39457cc575af491aec6979 Mon Sep 17 00:00:00 2001 From: Rahul Ramesh <121226043+rahu1ramesh@users.noreply.github.com> Date: Wed, 11 Sep 2024 16:02:26 +0530 Subject: [PATCH 1/2] [Rahul] | BAH-4097 | Add. appVersionFile Path To atomfeed-console Workflow --- .github/workflows/atomfeed_console_build_publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/atomfeed_console_build_publish.yaml b/.github/workflows/atomfeed_console_build_publish.yaml index d4d60fb..5674d9f 100644 --- a/.github/workflows/atomfeed_console_build_publish.yaml +++ b/.github/workflows/atomfeed_console_build_publish.yaml @@ -28,7 +28,7 @@ jobs: - name: Set env.ARTIFACT_VERSION run: | wget -q https://raw.githubusercontent.com/Bahmni/bahmni-infra-utils/main/setArtifactVersion.sh && chmod +x setArtifactVersion.sh - ./setArtifactVersion.sh + ./setArtifactVersion.sh "" atomfeed-console/.appversion rm setArtifactVersion.sh - name: Download atomfeed-console jar run: | From 93bcaf44d9731ff4335e079383bb44f82e031259 Mon Sep 17 00:00:00 2001 From: Rahul Ramesh <121226043+rahu1ramesh@users.noreply.github.com> Date: Wed, 11 Sep 2024 16:03:00 +0530 Subject: [PATCH 2/2] [Rahul] | BAH-4097 | Add. Bump Release Version 0.94 -> 1.0 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 7addfd4..0e15328 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ #these properties will be set in go task. During testing, the following values are considered. -bahmniRelease=0.94 +bahmniRelease=1.0 buildNumber=1 bahmniCertsRelease=1.0 openmrsVersion=2.1.7