File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- tagname=" v0.0.8 "
3+ tagname=" v0.0.9 "
44
55git tag -d " $tagname "
66git push --delete origin " $tagname "
Original file line number Diff line number Diff line change 77 <groupId >io.binarycodes.homelab</groupId >
88 <artifactId >ssh-signer-mono</artifactId >
99 <name >SSH KeySigner</name >
10- <version >0.0.8 </version >
10+ <version >0.0.9 </version >
1111
1212 <packaging >pom</packaging >
1313
Original file line number Diff line number Diff line change 55
66 <groupId >io.binarycodes.homelab</groupId >
77 <artifactId >ssh-key-signer-server</artifactId >
8- <version >0.0.8 </version >
8+ <version >0.0.9 </version >
99 <packaging >jar</packaging >
1010
1111 <name >Server - SSH Key Signer</name >
1414 <properties >
1515 <java .version>21</java .version>
1616 <vaadin .version>24.9.2</vaadin .version>
17- <ssh-signer-common-lib .version>0.0.8 </ssh-signer-common-lib .version>
17+ <ssh-signer-common-lib .version>0.0.9 </ssh-signer-common-lib .version>
1818 </properties >
1919
2020 <parent >
Original file line number Diff line number Diff line change 66
77 <groupId >io.binarycodes.homelab</groupId >
88 <artifactId >ssh-signer-common-lib</artifactId >
9- <version >0.0.8 </version >
9+ <version >0.0.9 </version >
1010
1111 <name >Common Library - SSH Key Signer</name >
1212
You can’t perform that action at this time.
0 commit comments