Skip to content

Commit b4afcb7

Browse files
committed
reverting components.yaml file back to develop in prep for future release
1 parent e2a9c94 commit b4afcb7

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

components.yaml

Lines changed: 11 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.36.0
9+
develop: main
810

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

1417
ecbuild:
1518
local: ./@cmake/@ecbuild
@@ -21,34 +24,39 @@ NCEP_Shared:
2124
remote: ../NCEP_Shared.git
2225
tag: v1.3.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: v1.9.9
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.6
3540
sparse: ./config/GEOS_Util.sparse
41+
develop: main
3642

3743
# When updating the MAPL version, also update the MAPL version in the
3844
# CMakeLists.txt file for non-Baselibs builds
3945
MAPL:
4046
local: ./src/Shared/@MAPL
4147
remote: ../MAPL.git
4248
tag: v2.54.2
49+
develop: develop
4350

4451
GEOSldas_GridComp:
4552
local: ./src/Components/@GEOSldas_GridComp
4653
remote: ../GEOSldas_GridComp.git
47-
tag: v2.0.0
54+
branch: develop
55+
develop: develop
4856

4957
GEOSgcm_GridComp:
5058
local: ./src/Components/@GEOSgcm_GridComp
5159
remote: ../GEOSgcm_GridComp.git
52-
tag: v2.7.2
60+
branch: develop
5361
sparse: ./config/GEOSgcm_GridComp_ldas.sparse
54-
62+
develop: develop

0 commit comments

Comments
 (0)