This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


    from d4b7e42b1c Bump asmVersion from 9.8 to 9.9 (#11201)
     add 210dbdcb7e Allow repository URL interpolation with improved validation 
(#11140)

No new revisions were added by this update.

Summary of changes:
 .../mvnup/goals/CompatibilityFixStrategy.java      |  22 +---
 .../maven/impl/model/DefaultModelBuilder.java      |  79 +++++++++++++
 .../maven/impl/model/DefaultModelValidator.java    | 131 ++++++++++++---------
 .../impl/model/DefaultModelValidatorTest.java      |  19 ++-
 .../repository-with-unsupported-expression.xml     |  34 +++---
 ...ava => MavenITgh11140RepoDmUnresolvedTest.java} |  26 ++--
 .../it/MavenITgh11140RepoInterpolationTest.java    |  90 ++++++++++++++
 .../pom.xml                                        |  30 +++--
 .../resources/gh-11140-repo-interpolation/pom.xml  |  51 ++++++++
 9 files changed, 363 insertions(+), 119 deletions(-)
 copy compat/maven-embedder/src/examples/simple-project/pom.xml => 
impl/maven-impl/src/test/resources/poms/validation/raw-model/repository-with-unsupported-expression.xml
 (67%)
 copy 
its/core-it-suite/src/test/java/org/apache/maven/it/{MavenITmng6330RelativePath.java
 => MavenITgh11140RepoDmUnresolvedTest.java} (60%)
 create mode 100644 
its/core-it-suite/src/test/java/org/apache/maven/it/MavenITgh11140RepoInterpolationTest.java
 copy its/core-it-suite/src/test/resources/{mng-6330-relative-path => 
gh-11140-repo-dm-unresolved}/pom.xml (57%)
 create mode 100644 
its/core-it-suite/src/test/resources/gh-11140-repo-interpolation/pom.xml

Reply via email to