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

gnodet pushed a change to branch fix-mvnup-deprecated-properties
in repository https://gitbox.apache.org/repos/asf/maven.git


 discard 26fd4f58d8 Add deprecated property replacement (${version} → 
${project.version}) to mvnup
    omit 3c265628a8 Fix NoSuchFileException when resource targetPath is "." 
(#12306)
     add 50c1b17a29 [Backport 4.0.x] [#12288] Pass settings.xml profile 
properties to LRM (#12299)
     add 945f296943 Add deprecated property replacement (${version} → 
${project.version}) to mvnup

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (26fd4f58d8)
            \
             N -- N -- N   refs/heads/fix-mvnup-deprecated-properties 
(945f296943)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../DefaultRepositorySystemSessionFactory.java     |  10 +-
 .../org/apache/maven/impl/DefaultSourceRoot.java   |   7 +-
 .../apache/maven/impl/DefaultSourceRootTest.java   |  28 -----
 ...gh12288SettingsProfileAetherPropertiesTest.java | 113 +++++++++++++++++++++
 .../pom.xml                                        |  24 ++---
 .../settings-active-by-default.xml                 |  10 +-
 .../settings-active-profiles-list.xml}             |  16 ++-
 7 files changed, 143 insertions(+), 65 deletions(-)
 create mode 100644 
its/core-it-suite/src/test/java/org/apache/maven/it/MavenITgh12288SettingsProfileAetherPropertiesTest.java
 copy its/core-it-suite/src/test/resources/{gh-10210-settings-xml-decrypt => 
settings-profile-aether-properties}/pom.xml (67%)
 copy 
impl/maven-core/src/test/resources-settings/test-pom-and-settings-interpolation/settings.xml
 => 
its/core-it-suite/src/test/resources/settings-profile-aether-properties/settings-active-by-default.xml
 (76%)
 copy its/core-it-suite/src/test/resources/{mng-4625/settings.xml => 
settings-profile-aether-properties/settings-active-profiles-list.xml} (72%)

Reply via email to