- Sort Score
- Result 10 results
- Languages All
Results 11 - 13 of 13 for DomUtils (0.04 sec)
-
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/ModelVersionUtils.java
} else { // Create new modelVersion element if it doesn't exist // domtrip will automatically handle proper positioning and formatting DomUtils.insertContentElement(root, MODEL_VERSION, newVersion); } } /** * Removes the model version element from a POM editor.Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 9.5K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/AbstractUpgradeGoal.java
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 12.5K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/ModelUpgradeStrategy.java
context.detail("Updated modelVersion to " + targetModelVersion); } else { // Create new modelVersion element if it doesn't exist DomUtils.insertContentElement(root, MODEL_VERSION, targetModelVersion); context.detail("Added modelVersion " + targetModelVersion); } // Update namespace and schema location
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 16.6K bytes - Viewed (0)