Skip to content

Commit 106ce1f

Browse files
committed
Update script
1 parent 0624211 commit 106ce1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/validateMavenVersion.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $localPatchVersion = [int]$localPatchVersion.Substring($localPatchVersion.Length
2727

2828
$web_client = New-Object System.Net.WebClient
2929

30-
$mavenAPIurl = 'https://search.maven.org/solrsearch/select?q=g:"com.microsoft.graph"+AND+a:"microsoft-graph-core"&core=gav&rows=20&wt=json'
30+
$mavenAPIurl = 'https://search.maven.org/solrsearch/select?q=microsoft-graph-core&rows=20&wt=json'
3131
$jsonResult = $web_client.DownloadString($mavenAPIurl) | ConvertFrom-Json
3232
$mavenVersions = $jsonResult.response.docs.v
3333
$mavenSplit = $mavenVersions.split(".")

0 commit comments

Comments
 (0)