1
0
mirror of synced 2026-07-20 01:55:08 +00:00

Release Scripts

Added a script for polling Maven Central to notify when release is
uploaded.
This commit is contained in:
Josh Cummings
2019-06-19 13:34:47 -06:00
parent d01b6fc6b1
commit 409ef7d5e1
+4
View 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"