From 5e36dda51ed9b73dc87d0a01fe81e7aeff9bdcab Mon Sep 17 00:00:00 2001 From: Gvaihir Date: Thu, 29 Feb 2024 11:40:37 -0800 Subject: [PATCH 1/2] APPS-2503 dxCompiler 2.11.5 release (feat) all - update --- api/RELEASE_NOTES.md | 2 +- api/src/main/resources/application.conf | 2 +- build.sbt | 2 +- common/src/main/resources/application.conf | 2 +- protocols/src/main/resources/application.conf | 2 +- yaml/src/main/resources/application.conf | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/api/RELEASE_NOTES.md b/api/RELEASE_NOTES.md index 46e32adb..b6937c5f 100644 --- a/api/RELEASE_NOTES.md +++ b/api/RELEASE_NOTES.md @@ -1,6 +1,6 @@ # dxApi -## in develop +## 0.13.9 (2024-02-29) * adds `headJobOnDemand` attribute to jobNew call ## 0.13.8 (2023-07-21) diff --git a/api/src/main/resources/application.conf b/api/src/main/resources/application.conf index 72e3f5ff..3ab64614 100644 --- a/api/src/main/resources/application.conf +++ b/api/src/main/resources/application.conf @@ -1,5 +1,5 @@ dxApi { - version = "0.13.9-SNAPSHOT" + version = "0.13.9" } # diff --git a/build.sbt b/build.sbt index 274a2322..010df80c 100644 --- a/build.sbt +++ b/build.sbt @@ -118,7 +118,7 @@ val yaml = project lazy val dependencies = new { val dxCommonVersion = "0.11.5" - val dxApiVersion = "0.13.8" + val dxApiVersion = "0.13.9" val typesafeVersion = "1.4.1" val sprayVersion = "1.3.6" val snakeyamlVersion = "2.3" diff --git a/common/src/main/resources/application.conf b/common/src/main/resources/application.conf index 88ca8c74..f078b891 100644 --- a/common/src/main/resources/application.conf +++ b/common/src/main/resources/application.conf @@ -1,5 +1,5 @@ dxCommon { - version = "0.11.6-SNAPSHOT" + version = "0.11.5" } # diff --git a/protocols/src/main/resources/application.conf b/protocols/src/main/resources/application.conf index 51ae5a3b..4d23f4c9 100644 --- a/protocols/src/main/resources/application.conf +++ b/protocols/src/main/resources/application.conf @@ -1,5 +1,5 @@ dxFileAccessProtocols { - version = "0.5.7-SNAPSHOT" + version = "0.5.6" } # diff --git a/yaml/src/main/resources/application.conf b/yaml/src/main/resources/application.conf index 08332c6c..916f3555 100644 --- a/yaml/src/main/resources/application.conf +++ b/yaml/src/main/resources/application.conf @@ -1,5 +1,5 @@ dxYaml { - version = "0.1.2-SNAPSHOT" + version = "0.1.1" } # From 970636ca212ef199e2d73bf7c9d83a7655b04ab6 Mon Sep 17 00:00:00 2001 From: Gvaihir Date: Thu, 29 Feb 2024 11:48:08 -0800 Subject: [PATCH 2/2] APPS-2503 dxCompiler 2.11.5 release (feat) all - update --- api/RELEASE_NOTES.md | 4 ++++ api/src/main/resources/application.conf | 2 +- common/src/main/resources/application.conf | 2 +- protocols/src/main/resources/application.conf | 2 +- yaml/src/main/resources/application.conf | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/api/RELEASE_NOTES.md b/api/RELEASE_NOTES.md index b6937c5f..5bd5c5f8 100644 --- a/api/RELEASE_NOTES.md +++ b/api/RELEASE_NOTES.md @@ -1,5 +1,9 @@ # dxApi +## in develop + +... + ## 0.13.9 (2024-02-29) * adds `headJobOnDemand` attribute to jobNew call diff --git a/api/src/main/resources/application.conf b/api/src/main/resources/application.conf index 3ab64614..aa535889 100644 --- a/api/src/main/resources/application.conf +++ b/api/src/main/resources/application.conf @@ -1,5 +1,5 @@ dxApi { - version = "0.13.9" + version = "0.13.10-SNAPSHOT" } # diff --git a/common/src/main/resources/application.conf b/common/src/main/resources/application.conf index f078b891..88ca8c74 100644 --- a/common/src/main/resources/application.conf +++ b/common/src/main/resources/application.conf @@ -1,5 +1,5 @@ dxCommon { - version = "0.11.5" + version = "0.11.6-SNAPSHOT" } # diff --git a/protocols/src/main/resources/application.conf b/protocols/src/main/resources/application.conf index 4d23f4c9..51ae5a3b 100644 --- a/protocols/src/main/resources/application.conf +++ b/protocols/src/main/resources/application.conf @@ -1,5 +1,5 @@ dxFileAccessProtocols { - version = "0.5.6" + version = "0.5.7-SNAPSHOT" } # diff --git a/yaml/src/main/resources/application.conf b/yaml/src/main/resources/application.conf index 916f3555..08332c6c 100644 --- a/yaml/src/main/resources/application.conf +++ b/yaml/src/main/resources/application.conf @@ -1,5 +1,5 @@ dxYaml { - version = "0.1.1" + version = "0.1.2-SNAPSHOT" } #