- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for canUpgrade (0.07 seconds)
-
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.0Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 9.5K bytes - Click Count (0)