Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for canUpgrade (0.03 sec)

  1. 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.0
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Tue Nov 18 18:03:26 UTC 2025
    - 9.5K bytes
    - Viewed (0)
Back to top