Skip to content

Commit 0a473c5

Browse files
Change PAC URL (#434)
Co-authored-by: Yevhen Hrytsai <[email protected]>
1 parent 2aa3d4e commit 0a473c5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

bin/release-check/find-latest-releases.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ case $product_type in
2828
esac
2929

3030
# SEARCH PAC
31-
pac_search_query="https://packages.atlassian.com/maven/${GROUP}/${ARTIFACT}/maven-metadata.xml" #get xml
31+
pac_search_query="https://maven.artifacts.atlassian.com/${GROUP}/${ARTIFACT}/maven-metadata.xml" #get xml
3232
search_response=$(curl -s "${pac_search_query}")
3333

3434
# 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

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ echo "========================"
99

1010
if [ "$latest_releases" = "" ]; then
1111
echo "Could not find latest versions"
12-
exit
1312
fi
1413

1514
case $PRODUCT in

0 commit comments

Comments
 (0)