Skip to content

Commit a28dd84

Browse files
committed
restore develop version of components.yaml in prep for future release
1 parent 63d5b7f commit a28dd84

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

components.yaml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
GEOSldas:
22
fixture: true
3+
develop: develop
34

45
env:
56
local: ./@env
67
remote: ../ESMA_env.git
78
tag: v4.38.0
9+
develop: main
810

911
cmake:
1012
local: ./@cmake
1113
remote: ../ESMA_cmake.git
1214
tag: v3.62.1
15+
develop: develop
1316

1417
ecbuild:
1518
local: ./@cmake/@ecbuild
@@ -21,39 +24,45 @@ NCEP_Shared:
2124
remote: ../NCEP_Shared.git
2225
tag: v1.4.0
2326
sparse: ./config/NCEP_Shared.sparse
27+
develop: main
2428

2529
GMAO_Shared:
2630
local: ./src/Shared/@GMAO_Shared
2731
remote: ../GMAO_Shared.git
2832
tag: v2.1.1
2933
sparse: ./config/GMAO_Shared.sparse
34+
develop: main
3035

3136
GEOS_Util:
3237
local: ./src/Shared/@GMAO_Shared/@GEOS_Util
3338
remote: ../GEOS_Util.git
3439
tag: v2.1.9
3540
sparse: ./config/GEOS_Util.sparse
41+
develop: main
3642

3743
GMAO_perllib:
3844
local: ./src/Shared/@GMAO_Shared/@GMAO_perllib
3945
remote: ../GMAO_perllib.git
4046
tag: v1.1.0
47+
develop: main
4148

4249
# When updating the MAPL version, also update the MAPL version in the
4350
# CMakeLists.txt file for non-Baselibs builds
4451
MAPL:
4552
local: ./src/Shared/@MAPL
4653
remote: ../MAPL.git
4754
tag: v2.57.0
55+
develop: develop
4856

4957
GEOSldas_GridComp:
5058
local: ./src/Components/@GEOSldas_GridComp
5159
remote: ../GEOSldas_GridComp.git
52-
tag: v3.1.0
60+
branch: develop
61+
develop: develop
5362

5463
GEOSgcm_GridComp:
5564
local: ./src/Components/@GEOSgcm_GridComp
5665
remote: ../GEOSgcm_GridComp.git
57-
tag: v2.7.5
66+
branch: develop
5867
sparse: ./config/GEOSgcm_GridComp_ldas.sparse
59-
68+
develop: develop

0 commit comments

Comments
 (0)