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

hboutemy pushed a change to branch ARCHETYPE-615
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git.


 discard ef2f105  [ARCHETYPE-615] - Upgrade maven-artifact-transfer to 0.13.1
     add 6d280d1   Fix typo (#63)
     add 8ba5ccf  CLean up Jenkinsfile
     add 137461e  [ARCHETYPE-406][ARCHETYPE-558][ARCHETYPE-562] Support full 
Velocity default value expressions for required properties; properly handle 
ordering among same (#64)
     add 41bd0ee  update CI url
     add 54b5fb4  * [ARCHETYPE-618] Improve default value interdependency 
calculation
     add 36c98fb  enable Dependabot v2
     add 45465d6  Bump maven-archiver from 3.5.0 to 3.5.1
     add 5103f70  Bump maven-jetty-plugin from 6.1.6 to 6.1.26
     add 9a7e42f  Add github actions (#75)
     add 73d8490  Bump junit from 4.13.1 to 4.13.2 (#79)
     add 5b7bdab  Bump maven-invoker from 3.0.1 to 3.1.0 (#76)
     add 74df483  Revert "Bump maven-invoker from 3.0.1 to 3.1.0 (#76)"
     add f08bb36  Bump plexus-interactivity-api from 1.0 to 1.1
     new 9dc9bff  [ARCHETYPE-615] - Upgrade maven-artifact-transfer to 0.13.1

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   (ef2f105)
            \
             N -- N -- N   refs/heads/ARCHETYPE-615 (9dc9bff)

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:
 .asf.yaml => .github/dependabot.yml                |  24 +-
 .../test.properties => .github/workflows/maven.yml |  41 ++-
 Jenkinsfile                                        |   2 +-
 README.md                                          |   8 +-
 .../apache/maven/archetype/common/util/Format.java |  10 +-
 maven-archetype-plugin/pom.xml                     |   2 +-
 .../maven/archetype/mojos/IntegrationTestMojo.java |   3 +-
 .../DefaultArchetypeGenerationConfigurator.java    | 287 ++++++++++++---------
 .../apt/examples/create-with-property-file.apt     |   6 +-
 ...efaultArchetypeGenerationConfigurator2Test.java | 139 +++++++++-
 .../generation/RequiredPropertyComparatorTest.java |  14 +
 pom.xml                                            |   7 +-
 12 files changed, 370 insertions(+), 173 deletions(-)
 copy .asf.yaml => .github/dependabot.yml (75%)
 copy 
maven-archetype-plugin/src/it/projects/ARCHETYPE-520_mirror/test.properties => 
.github/workflows/maven.yml (53%)

Reply via email to