- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for canUpgrade (0.03 sec)
-
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/ModelVersionUtils.java
* * @param fromVersion the source version * @param toVersion the target version * @return true if the upgrade is possible */ public static boolean canUpgrade(String fromVersion, String toVersion) { if (fromVersion == null || toVersion == null) { return false; } // Support upgrades: 4.0.0 → 4.1.0, 4.0.0 → 4.2.0, 4.1.0 → 4.2.0Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 9.5K bytes - Viewed (0)