Skip to content

Commit e8b7d6b

Browse files
committed
Release Scripts
Added a script for polling Maven Central to notify when release is uploaded.
1 parent 417ad40 commit e8b7d6b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/release/wait-for-done

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
VERSION=$1
4+
until http -h --check-status --ignore-stdin https://repo1.maven.org/maven2/org/springframework/security/spring-security-core/$VERSION/; do sleep 10; clear; done; spd-say "It is now uploaded"

0 commit comments

Comments
 (0)