Skip to content
Snippets Groups Projects
Commit 35e55c65 authored by Powers, Peter M.'s avatar Powers, Peter M.
Browse files

Merge branch 'increment-lib' into 'main'

Increment lib

See merge request !237
parents e0c487b1 3ff48e45
No related branches found
No related tags found
1 merge request!237Increment lib
Pipeline #568216 passed
......@@ -9,7 +9,7 @@ micronautRxVersion = 2.1.1
nodePluginVersion = 3.0.1
nodeVersion = 16.3.0
nshmFaultSectionsTag = v0.1
nshmpLibVersion = 1.5.5
nshmpLibVersion = 1.5.9
nshmpUtilsJavaVersion = 0.4.0
shadowVersion = 7.1.2
spotbugsVersion = 4.7.0
......
......@@ -444,6 +444,7 @@ class ServiceUtil {
this.label = group.toString();
this.data = group.gmms();
/* TODO get group gmm type directly from group */
if (group.toString().contains("Active Volcanic (HI)")) {
this.type = TectonicSetting.VOLCANIC.name();
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment