You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/11/07 22:17:58 UTC

[maven-deploy-plugin] branch MDEPLOY-292 updated (fdafd16 -> e85f276)

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

sjaranowski pushed a change to branch MDEPLOY-292
in repository https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git


 discard fdafd16  [MDEPLOY-292] Require Java 8
     add d4bdd05  (doc) drop obsolete Google tracking code
     add dd39f5d  (doc) Update Fluido Skin to 1.10.0
     add 89c28fb  [MDEPLOY-193] Deploy At End feature (no extension) (#20)
     add 16541da  [MDEPLOY-296] Streamline plugin (#26)
     add b905235  [maven-release-plugin] prepare release maven-deploy-plugin-3.0.0
     add bee2a14  [maven-release-plugin] prepare for next development iteration
     add f8fad3d  Added release drafter.
     add 4a72d8e  [MDEPLOY-299] - Upgrade maven-plugin parent to 37
     add ff5b76e  add Reproducible Builds badge
     add e85f276  [MDEPLOY-292] Require Java 8

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   (fdafd16)
            \
             N -- N -- N   refs/heads/MDEPLOY-292 (e85f276)

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:
 .../release-drafter.yml                            |   4 +-
 .../{maven-verify.yml => release-drafter.yml}      |  14 +-
 README.md                                          |   1 +
 pom.xml                                            |  26 +-
 src/it/deploy-at-end-fail/verify.groovy            |   2 +-
 src/it/deploy-at-end-pass/verify.groovy            |   2 +-
 .../maven/plugins/deploy/AbstractDeployMojo.java   | 111 ++++++--
 .../maven/plugins/deploy/DeployFileMojo.java       | 298 ++++++++++-----------
 .../apache/maven/plugins/deploy/DeployMojo.java    | 239 ++++++++++++-----
 src/site/site.xml                                  |   3 +-
 .../maven/plugins/deploy/DeployFileMojoTest.java   |   5 +-
 .../plugins/deploy/DeployFileMojoUnitTest.java     |  29 +-
 .../maven/plugins/deploy/DeployMojoTest.java       | 167 ++++++------
 .../plugins/deploy/stubs/ArtifactDeployerStub.java |  45 ----
 14 files changed, 515 insertions(+), 431 deletions(-)
 copy src/it/deploy-at-end-fail/invoker.properties => .github/release-drafter.yml (89%)
 copy .github/workflows/{maven-verify.yml => release-drafter.yml} (83%)
 delete mode 100644 src/test/java/org/apache/maven/plugins/deploy/stubs/ArtifactDeployerStub.java