mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-30 00:32:14 +00:00
Release Scripts
Added a script for polling Maven Central to notify when release is uploaded.
This commit is contained in:
parent
417ad40d10
commit
e8b7d6b03a
4
scripts/release/wait-for-done
Executable file
4
scripts/release/wait-for-done
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
VERSION=$1
|
||||
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"
|
Loading…
x
Reference in New Issue
Block a user