Skip to content

Instantly share code, notes, and snippets.

@kutzi
Last active March 28, 2022 15:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kutzi/716ae38d7968ff173965 to your computer and use it in GitHub Desktop.
Save kutzi/716ae38d7968ff173965 to your computer and use it in GitHub Desktop.
Parse latest from maven-metadata.xml
curl -s https://repository.sonatype.org/service/local/repo_groups/forge/content/com/adobe/flex/compiler/maven-metadata.xml | xmlstarlet sel -t -v "/metadata/versioning/versions/version" | sort --version-sort | tail -1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment