Package software.amazon.awssdk.testutils
Class SdkVersionUtils
- java.lang.Object
-
- software.amazon.awssdk.testutils.SdkVersionUtils
-
public final class SdkVersionUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleancheckVersionAvailability(String version, String... artifactIds)Check if the provided v2 artifacts are available on Mavenstatic StringgetSdkPreviousReleaseVersion(Path pomFile)
-
-
-
Method Detail
-
getSdkPreviousReleaseVersion
public static String getSdkPreviousReleaseVersion(Path pomFile) throws IOException
- Throws:
IOException
-
checkVersionAvailability
public static boolean checkVersionAvailability(String version, String... artifactIds) throws IOException
Check if the provided v2 artifacts are available on Maven- Throws:
IOException
-
-