From 72f7b3214571fb2465dffc4f1e3e807bce3436a5 Mon Sep 17 00:00:00 2001 From: Riva Kepych Date: Wed, 2 Jul 2025 11:15:43 +0200 Subject: [PATCH 1/2] set release version --- RELEASE_NOTES.md | 2 +- compiler/src/main/resources/application.conf | 2 +- core/src/main/resources/application.conf | 2 +- executorCommon/src/main/resources/application.conf | 2 +- executorCwl/src/main/resources/application.conf | 2 +- executorWdl/src/main/resources/application.conf | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1f8325ad2..87a302537 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ # Release Notes -## Unreleased +## 2.14.0 2025-07-03 * Added option `-executableCreationParallelism `, the maximum number of platform executables that dxCompiler can create in parallel, defaults to 1. diff --git a/compiler/src/main/resources/application.conf b/compiler/src/main/resources/application.conf index e2635d7be..6527966da 100644 --- a/compiler/src/main/resources/application.conf +++ b/compiler/src/main/resources/application.conf @@ -1,5 +1,5 @@ dxCompiler { - version = "2.13.1-SNAPSHOT" + version = "2.14.0" } # diff --git a/core/src/main/resources/application.conf b/core/src/main/resources/application.conf index 7b16506b4..16577edb4 100644 --- a/core/src/main/resources/application.conf +++ b/core/src/main/resources/application.conf @@ -1,5 +1,5 @@ dxCompilerCore { - version = "2.13.1-SNAPSHOT" + version = "2.14.0" } # diff --git a/executorCommon/src/main/resources/application.conf b/executorCommon/src/main/resources/application.conf index 1c79c7456..3cd33c0c0 100644 --- a/executorCommon/src/main/resources/application.conf +++ b/executorCommon/src/main/resources/application.conf @@ -1,5 +1,5 @@ dxExecutorCommon { - version = "2.13.1-SNAPSHOT" + version = "2.14.0" } # diff --git a/executorCwl/src/main/resources/application.conf b/executorCwl/src/main/resources/application.conf index 051c8ce7a..725566251 100644 --- a/executorCwl/src/main/resources/application.conf +++ b/executorCwl/src/main/resources/application.conf @@ -1,5 +1,5 @@ dxExecutorCwl { - version = "2.13.1-SNAPSHOT" + version = "2.14.0" } # diff --git a/executorWdl/src/main/resources/application.conf b/executorWdl/src/main/resources/application.conf index 5adf4096c..ed6d672b1 100644 --- a/executorWdl/src/main/resources/application.conf +++ b/executorWdl/src/main/resources/application.conf @@ -1,5 +1,5 @@ dxExecutorWdl { - version = "2.13.1-SNAPSHOT" + version = "2.14.0" } # From e6e244a3f0f630fb43a0516ad7193f6f5eac88f4 Mon Sep 17 00:00:00 2001 From: Riva Kepych Date: Fri, 4 Jul 2025 07:21:00 +0200 Subject: [PATCH 2/2] post-release PR --- RELEASE_NOTES.md | 2 ++ compiler/src/main/resources/application.conf | 2 +- core/src/main/resources/application.conf | 2 +- executorCommon/src/main/resources/application.conf | 2 +- executorCwl/src/main/resources/application.conf | 2 +- executorWdl/src/main/resources/application.conf | 2 +- 6 files changed, 7 insertions(+), 5 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 87a302537..cdf23ddc7 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,7 @@ # Release Notes +## Unreleased + ## 2.14.0 2025-07-03 * Added option `-executableCreationParallelism `, the maximum number of platform executables that dxCompiler can diff --git a/compiler/src/main/resources/application.conf b/compiler/src/main/resources/application.conf index 6527966da..e91e6e3b6 100644 --- a/compiler/src/main/resources/application.conf +++ b/compiler/src/main/resources/application.conf @@ -1,5 +1,5 @@ dxCompiler { - version = "2.14.0" + version = "2.14.1-SNAPSHOT" } # diff --git a/core/src/main/resources/application.conf b/core/src/main/resources/application.conf index 16577edb4..146a48910 100644 --- a/core/src/main/resources/application.conf +++ b/core/src/main/resources/application.conf @@ -1,5 +1,5 @@ dxCompilerCore { - version = "2.14.0" + version = "2.14.1-SNAPSHOT" } # diff --git a/executorCommon/src/main/resources/application.conf b/executorCommon/src/main/resources/application.conf index 3cd33c0c0..748fe6fe9 100644 --- a/executorCommon/src/main/resources/application.conf +++ b/executorCommon/src/main/resources/application.conf @@ -1,5 +1,5 @@ dxExecutorCommon { - version = "2.14.0" + version = "2.14.1-SNAPSHOT" } # diff --git a/executorCwl/src/main/resources/application.conf b/executorCwl/src/main/resources/application.conf index 725566251..ec53c0ec7 100644 --- a/executorCwl/src/main/resources/application.conf +++ b/executorCwl/src/main/resources/application.conf @@ -1,5 +1,5 @@ dxExecutorCwl { - version = "2.14.0" + version = "2.14.1-SNAPSHOT" } # diff --git a/executorWdl/src/main/resources/application.conf b/executorWdl/src/main/resources/application.conf index ed6d672b1..c73e0b3a4 100644 --- a/executorWdl/src/main/resources/application.conf +++ b/executorWdl/src/main/resources/application.conf @@ -1,5 +1,5 @@ dxExecutorWdl { - version = "2.14.0" + version = "2.14.1-SNAPSHOT" } #