You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/05/29 16:44:17 UTC

[maven-release] branch MRELEASE-1095 updated (3051d7a4 -> 0ab63cff)

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

michaelo pushed a change to branch MRELEASE-1095
in repository https://gitbox.apache.org/repos/asf/maven-release.git


    omit 3051d7a4 [MRELEASE-1095] Upgrade Maven SCM to 1.13.0
     add 6da9fbe8 [MRELEASE-1079] restore test as it was before MRELEASE-998
     add d93128de formatting
     add ac65bef2 fix Jira project
     new 0ab63cff [MRELEASE-1095] Upgrade Maven SCM to 1.13.0

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   (3051d7a4)
            \
             N -- N -- N   refs/heads/MRELEASE-1095 (0ab63cff)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md                                          |  2 +-
 .../shared/release/config/ReleaseDescriptor.java   | 11 ++++-
 .../release/phase/RewritePomsForBranchPhase.java   |  2 +-
 .../release/phase/RewritePomsForReleasePhase.java  |  2 +-
 .../src/main/mdo/release-descriptor.mdo            | 52 +++++++++++++---------
 5 files changed, 44 insertions(+), 25 deletions(-)


[maven-release] 01/01: [MRELEASE-1095] Upgrade Maven SCM to 1.13.0

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch MRELEASE-1095
in repository https://gitbox.apache.org/repos/asf/maven-release.git

commit 0ab63cff804dd126b4c158817ebf6fdb8e1d78d0
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Thu May 26 19:55:43 2022 +0200

    [MRELEASE-1095] Upgrade Maven SCM to 1.13.0
    
    This closes #131
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 59597034..b9054f7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,7 +87,7 @@
   </contributors>
 
   <properties>
-    <scmVersion>1.12.2</scmVersion>
+    <scmVersion>1.13.0</scmVersion>
     <javaVersion>8</javaVersion>
     <mavenVersion>3.2.5</mavenVersion>
     <resolverVersion>1.0.0.v20140518</resolverVersion>