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

michaelo pushed a change to branch site-model-rework
in repository https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git


    omit 032e3ce  Adjust message
    omit 8b34da3  Add conversion test
    omit 86a8702  Re-enable test
    omit c0a21db  Split modello config per model
    omit caf27ac  Convert from the old to new site model on the fly
    omit 4b6357f  Complete conversion
     add a5182ad  [MNG-6829] Replace StringUtils#isEmpty(String) & 
#isNotEmpty(String) (#109)
     add 2ccd0e1  Bump junitVersion from 5.9.2 to 5.9.3 (#108)
     add 995949d  [maven-release-plugin] prepare release 
doxia-sitetools-2.0.0-M11
     add 54b905f  [maven-release-plugin] prepare for next development iteration
     new 3c16518  Complete conversion

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   (032e3ce)
            \
             N -- N -- N   refs/heads/site-model-rework (3c16518)

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:
 doxia-integration-tools/pom.xml                    |   2 +-
 .../apache/maven/doxia/tools/DefaultSiteTool.java  | 209 +-----
 .../org/apache/maven/doxia/tools/SiteToolTest.java |  36 +-
 .../old-to-new-site-model-conversion-test/pom.xml  |  40 --
 .../src/site/new-site.xml                          |  80 ---
 .../src/site/site.xml                              |  78 ---
 doxia-site-model/pom.xml                           |  68 +-
 doxia-site-model/src/main/mdo/decoration.mdo       | 712 ---------------------
 doxia-site-model/src/main/mdo/site.mdo             |   2 +-
 doxia-site-renderer/pom.xml                        |   2 +-
 .../siterenderer/DocumentRenderingContext.java     |   5 +-
 doxia-skin-model/pom.xml                           |   2 +-
 pom.xml                                            |   6 +-
 13 files changed, 23 insertions(+), 1219 deletions(-)
 delete mode 100644 
doxia-integration-tools/src/test/resources/unit/old-to-new-site-model-conversion-test/pom.xml
 delete mode 100644 
doxia-integration-tools/src/test/resources/unit/old-to-new-site-model-conversion-test/src/site/new-site.xml
 delete mode 100644 
doxia-integration-tools/src/test/resources/unit/old-to-new-site-model-conversion-test/src/site/site.xml
 delete mode 100644 doxia-site-model/src/main/mdo/decoration.mdo

Reply via email to