File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 run : make test
3333
3434 continuous-delivery :
35- if : github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')
35+ if : startsWith(github.ref, 'refs/tags/')
3636 needs : build-test
3737 runs-on : ubuntu-20.04
3838
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.staffbase</groupId >
55 <artifactId >plugins-sdk-java</artifactId >
6- <version >1.2.0 </version >
6+ <version >1.2.3 </version >
77 <packaging >jar</packaging >
88 <name >
99 ${project.groupId} :${project.artifactId}
8989 <packageVersion .dir>com/staffbase/plugins/sdk</packageVersion .dir>
9090 <packageVersion .package>${project.groupId} .json</packageVersion .package>
9191 <jose4j .version>0.7.2</jose4j .version>
92- <log4j .version>2.15 .0</log4j .version>
92+ <log4j .version>2.16 .0</log4j .version>
9393 <junit .version>4.13.1</junit .version>
9494 <mockito .version>3.5.2</mockito .version>
9595 </properties >
You can’t perform that action at this time.
0 commit comments