We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aa3d4e commit 0a473c5Copy full SHA for 0a473c5
bin/release-check/find-latest-releases.sh
@@ -28,7 +28,7 @@ case $product_type in
28
esac
29
30
# SEARCH PAC
31
-pac_search_query="https://packages.atlassian.com/maven/${GROUP}/${ARTIFACT}/maven-metadata.xml" #get xml
+pac_search_query="https://maven.artifacts.atlassian.com/${GROUP}/${ARTIFACT}/maven-metadata.xml" #get xml
32
search_response=$(curl -s "${pac_search_query}")
33
34
# PARSE RESPONSE AND GET AN ARRAY OF VERSIONS THAT CONTAIN ONLY NUMBERS (EXCLUDES SNAPSHOTS AND MILESTONE RELEASES)
bin/release-check/run-product-release-check.sh
@@ -9,7 +9,6 @@ echo "========================"
9
10
if [ "$latest_releases" = "" ]; then
11
echo "Could not find latest versions"
12
- exit
13
fi
14
15
case $PRODUCT in
0 commit comments