Skip to content

Commit 2bdd331

Browse files
authored
Enable new metabolomic facilities #984
1 parent 230aeca commit 2bdd331

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

offer-manager-domain/src/main/groovy/life/qbic/business/products/ProductCategory.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public enum ProductCategory {
1818
METABOLOMIC("Metabolomics", "ME"),
1919
EXTERNAL_SERVICE("External Service", "EXT");
2020

21+
2122
/**
2223
* Label describing the enum type with a string
2324
*/

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
<dependency>
128128
<groupId>life.qbic</groupId>
129129
<artifactId>data-model-lib</artifactId>
130-
<version>2.25.1</version>
130+
<version>2.26.0</version>
131131
</dependency>
132132
<dependency>
133133
<groupId>com.vaadin</groupId>

0 commit comments

Comments
 (0)