Skip to content

Commit c917d63

Browse files
committed
APPS-1912 dxCompiler release 2.11.3
(fix) everywhere - updated versions
1 parent 3038197 commit c917d63

File tree

8 files changed

+10
-9
lines changed

8 files changed

+10
-9
lines changed

DEVELOPING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ When a PR is merged into `develop`, SNAPSHOT packages are automatically publishe
7171
### Beginning the release
7272
7373
1. Checkout the develop branch (either HEAD or the specific commit you want to release)
74-
2. Create a release branch named with the version number, e.g. `release-2.4.2`, or if you are releasing multiple projects with different versions, with the current date, e.g. `release-2021-05.07`
74+
2. Create a release branch named with the version number, e.g. `release-2.4.2`, or if you are releasing multiple projects
75+
with different versions, with the current date, e.g. `release-2021-05-07`
7576
3. Update the version numbers in application.conf files
7677
- For the projects you will release, remove "-SNAPSHOT"
7778
- For the projects not being released, reset the version to the current release version

api/RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# dxApi
22

3-
## in develop
3+
## 0.13.6 (2023-06-08)
44
* changes to facilitate optimizations of the number of `file-xxx/describe` API calls upon (de)localization of input/output files.
55

66
## 0.13.5 (2023-03-07)

api/src/main/resources/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dxApi {
2-
version = "0.13.6-SNAPSHOT"
2+
version = "0.13.6"
33
}
44

55
#

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ val yaml = project
118118
lazy val dependencies =
119119
new {
120120
val dxCommonVersion = "0.11.5"
121-
val dxApiVersion = "0.13.5"
121+
val dxApiVersion = "0.13.6"
122122
val typesafeVersion = "1.4.1"
123123
val sprayVersion = "1.3.6"
124124
val snakeyamlVersion = "2.3"

common/src/main/resources/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dxCommon {
2-
version = "0.11.6-SNAPSHOT"
2+
version = "0.11.5"
33
}
44

55
#

protocols/RELEASE_NOTES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# dxFileAccessProtocols
22

3-
## in develop
3+
## 0.5.6 (2023-06-08)
44

5-
...
5+
* changes to facilitate optimizations of the number of `file-xxx/describe` API calls upon (de)localization of input/output files.
66

77
## 0.5.5 (2022-08-23)
88

protocols/src/main/resources/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dxFileAccessProtocols {
2-
version = "0.5.6-SNAPSHOT"
2+
version = "0.5.6"
33
}
44

55
#

yaml/src/main/resources/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dxYaml {
2-
version = "0.1.2-SNAPSHOT"
2+
version = "0.1.1"
33
}
44

55
#

0 commit comments

Comments
 (0)