File tree Expand file tree Collapse file tree 8 files changed +9
-8
lines changed
src/main/groovy/life/qbic/datamodel/dtos/business/services Expand file tree Collapse file tree 8 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 2121 distribution : ' zulu'
2222 java-version : ' 8'
2323 - name : Load local Maven repository cache
24- uses : actions/cache@v3
24+ uses : actions/cache@v4
2525 with :
2626 path : ~/.m2/repository
2727 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 4646 settings-path : ${{ github.workspace }}
4747
4848 - name : Load local Maven repository cache
49- uses : actions/cache@v3
49+ uses : actions/cache@v4
5050 with :
5151 path : ~/.m2/repository
5252 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 2121 settings-path : ${{ github.workspace }}
2222
2323 - name : Load local Maven repository cache
24- uses : actions/cache@v3
24+ uses : actions/cache@v4
2525 with :
2626 path : ~/.m2/repository
2727 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 1212 Assign-Label-To-Pull-Request :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/labeler@v5.0.0-alpha.1
15+ - uses : actions/labeler@v5
1616 with :
1717 repo-token : " ${{ secrets.GITHUB_TOKEN }}"
Original file line number Diff line number Diff line change 2525 settings-path : ${{ github.workspace }}
2626
2727 - name : Load local Maven repository cache
28- uses : actions/cache@v3
28+ uses : actions/cache@v4
2929 with :
3030 path : ~/.m2/repository
3131 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 2323 settings-path : ${{ github.workspace }}
2424
2525 - name : Load local Maven repository cache
26- uses : actions/cache@v3
26+ uses : actions/cache@v4
2727 with :
2828 path : ~/.m2/repository
2929 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 77
88 <groupId >life.qbic</groupId >
99 <artifactId >data-model-lib</artifactId >
10- <version >2.29.1 </version >
10+ <version >2.30 </version >
1111 <name >data-model-lib</name >
1212 <url >http://github.com/qbicsoftware/data-model-lib</url >
1313 <description >Data models. A collection of QBiC's central data models and DTOs. </description >
Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ enum ProductUnit {
2323 PER_COMPARISON (" Comparison" ),
2424 PER_FLOW_CELL (" Flow cell" ),
2525 PER_BATCH (" Batch" ),
26- PER_VIAL (" Vial" )
26+ PER_VIAL (" Vial" ),
27+ PER_KIT (" Kit" )
2728
2829 /**
2930 Holds the String value of the enum
You can’t perform that action at this time.
0 commit comments