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

hboutemy pushed a change to annotated tag maven-clean-plugin-2.0
in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git.


*** WARNING: tag maven-clean-plugin-2.0 was modified! ***

    from 9f9595a  (tag)
      to 8c44fac  (tag)
 tagging 90180bddc094bcd38781aa45fe69dcdd88d40767 (commit)
      by Hervé Boutemy
      on Thu Jan 5 21:29:19 2006 +0000

- Log -----------------------------------------------------------------
maven-clean-plugin-2.0 reworked after migration from aggregate svn to split git
-----------------------------------------------------------------------

 discard e9baea3  copying plugin tag to new location
 discard 3a26d0e  [maven-scm] copy for tag maven-clean-plugin-2.0
 discard 27adf38  update versions in plugins
 discard 0186066  upgrade plexus utils to 1.0.4-SNAPSHOT. The group ID has 
changed, so add a bunch of exclusions to ensure the old is not picked up fix 
bugs in mboot that wasn't honoring excludes.
 discard 47b6aae  rename mojo
 discard 18c485f  remove release poms
 discard d09cdf8  set next version
 discard 749c4de  [maven-release-plugin] prepare release 
maven-clean-plugin-2.0-rc1
 discard 294c548  update version
 discard 78bbca3  other directories may not be under target
 discard 6afcf0e  ignore release.properties and more
 discard d7412d0  [maven-release-plugin] prepare for next development iteration
 discard 1e70ddb  [maven-release-plugin] prepare release 
maven-clean-plugin-2.0-beta-1
 discard 81c18b6  rollback release, I was missing the tag base
 discard 2cb3514  remove release pom
 discard 04aec99  [maven-release-plugin] prepare release 
maven-clean-plugin-2.0-beta-1
 discard 6aeb537  update dependency and parent versions
 discard 512f1d4  Fixing MNG-825: "Clean plugin should fail if unable to delete 
target" o Changed the default from complaining through the logger to throwing 
an   exception.
 discard 7b392a1  PR: MNG-596 add XSD definition to m2 poms and archetypes
 discard 168b2d6  Fix svn properties
 discard ff188bf  Update all versions to beta-1-SNAPSHOT
 discard da322e4  Resolving: MNG-495
 discard 8fbe4fa  update parent references to get access to the ci settings
 discard 1da15bf  remove old cvs ignore files
 discard d2039e0  bump versions
 discard e4c1230  use released versions
 discard 62f6772  set consistent versions
 discard 7826481  Renamed Plugin.java, AbstractPlugin.java, 
PluginExecutionRe(quest|sponse) PluginExecutionException to Mojo*
 discard 431a73a  o Cleaned up field-level annotation support (especially 
descriptor extraction, generation, and building) o Converted all "core" plugins 
(including maven-core-it-plugin) to use field-level annotations o Removed 
generation of parameter descriptors for ${/#component.* param specifications. o 
Added @readonly for parameters that cannot be overridden by user configuration 
(List override was dangerous here) o Added validation against pom-derived 
configuration for @readonly para [...]
 discard 2c3ab1c  change expressions to use ${} instead of #
 discard 4c61d1b  improved error handling and other clean up
 discard 58a59af  clean up exception handling
 discard bd30959  split the plugin API and the plugin descriptor code
 discard dc10349  release alpha-1 plugins
 discard 5d5cdb5  clean up dependencies.
 discard 7d96a5c  change the maven group ID
 discard 25e3eb6  make the detection cleaner to make it easier to clean up later
 discard 7f8b289  most basic of field based plugins
 discard a67bef6  move log to AbstractPlugin, out of request. Request now 
contains only parameters (will move to fields) and marmalade context (can move 
to marmalade mojo wrapper)
 discard 0e9c720  PR: MNG-52 change type of maven plugins to "maven-plugin" 
instead of plugin. This should allow other products to have different plugin 
types, if necessary.
 discard fa59b62  flip pom format
 discard f300e80  o Added first-pass logging and event-monitoring impls. 
Converted all System.out calls in maven-component plugins to use logger.
 discard 0642fff  o Setting some additional ignores.
 discard f8c726f  *** empty log message ***
 discard 8c3b63a  o Adding <modelVersion> to the poms.
 discard 55d1e03  plugins' poms are using type = plugin
 discard 93b89ef  correcting package (just to know if this is a right one:) )
 discard 0f135f6  o correcting @tags from feedback
 discard 627b844  o updating format of the @tags
 discard 32e785d  o cleaning up the @tags which are now a lot more simple
 discard 0bc35ac  o doing the pom.xml thing PR: Obtained from: Submitted by: 
Reviewed by:
 discard 8ed49dd  Fix plugins name.
 discard 4c1e07d  o get rid of plugin.xml as they are generated now from @tags 
in the   sources.
 discard 117b18c  Fix artifactId of parent plugin pom
 discard 01cdd73  turn into a maven plugin and add @tags for descriptor 
generation.
 discard cedb35b  *** empty log message ***
 discard 2e66fff  o Adding eclipse excludes.
 discard afa09c7  A simple clean plugin
     add 47acbe0  A simple clean plugin
     add 451e370  o Adding eclipse excludes.
     add 97e0c3f  *** empty log message ***
     add 920e5a6  turn into a maven plugin and add @tags for descriptor 
generation.
     add d5e67c9  Fix artifactId of parent plugin pom
     add 62a60a1  o get rid of plugin.xml as they are generated now from @tags 
in the   sources.
     add 25e9a27  Fix plugins name.
     add e5c4962  o doing the pom.xml thing PR: Obtained from: Submitted by: 
Reviewed by:
     add a647013  o cleaning up the @tags which are now a lot more simple
     add c4d5de2  o updating format of the @tags
     add 820154b  o correcting @tags from feedback
     add 52052f8  correcting package (just to know if this is a right one:) )
     add 7ac5414  plugins' poms are using type = plugin
     add 8410537  o Adding <modelVersion> to the poms.
     add be511aa  *** empty log message ***
     add 4aaca17  o Setting some additional ignores.
     add 7dd4a82  o Added first-pass logging and event-monitoring impls. 
Converted all System.out calls in maven-component plugins to use logger.
     add 632affe  flip pom format
     add 25b82d2  PR: MNG-52 change type of maven plugins to "maven-plugin" 
instead of plugin. This should allow other products to have different plugin 
types, if necessary.
     add 2e43ba6  move log to AbstractPlugin, out of request. Request now 
contains only parameters (will move to fields) and marmalade context (can move 
to marmalade mojo wrapper)
     add 30674d2  most basic of field based plugins
     add f2f5ca8  make the detection cleaner to make it easier to clean up later
     add 687394d  change the maven group ID
     add 737357a  clean up dependencies.
     add 764ebe4  release alpha-1 plugins
     add 993ffc0  split the plugin API and the plugin descriptor code
     add f418277  clean up exception handling
     add 77d3608  improved error handling and other clean up
     add 2b61297  change expressions to use ${} instead of #
     add c42123a  o Cleaned up field-level annotation support (especially 
descriptor extraction, generation, and building) o Converted all "core" plugins 
(including maven-core-it-plugin) to use field-level annotations o Removed 
generation of parameter descriptors for ${/#component.* param specifications. o 
Added @readonly for parameters that cannot be overridden by user configuration 
(List override was dangerous here) o Added validation against pom-derived 
configuration for @readonly para [...]
     add 40f1fbc  Renamed Plugin.java, AbstractPlugin.java, 
PluginExecutionRe(quest|sponse) PluginExecutionException to Mojo*
     add 57ebaea  set consistent versions
     add 4e78514  use released versions
     add fab2efc  bump versions
     add 45c71a9  remove old cvs ignore files
     add 6b4feb0  update parent references to get access to the ci settings
     add 8cbe4ce  Resolving: MNG-495
     add ab7c387  Update all versions to beta-1-SNAPSHOT
     add 1c2cf76  PR: MNG-596 add XSD definition to m2 poms and archetypes
     add da8e585  Fixing MNG-825: "Clean plugin should fail if unable to delete 
target" o Changed the default from complaining through the logger to throwing 
an   exception.
     add 2e0c2a5  update dependency and parent versions
     add fc3034a  [maven-release-plugin] prepare release 
maven-clean-plugin-2.0-beta-1
     add aec963b  remove release pom
     add aca56b4  rollback release, I was missing the tag base
     add cfb1391  [maven-release-plugin] prepare release 
maven-clean-plugin-2.0-beta-1
     add 3705cc3  [maven-release-plugin] prepare for next development iteration
     add 6d2cd5d  other directories may not be under target
     add 2de2ca9  update version
     add 044d283  [maven-release-plugin] prepare release 
maven-clean-plugin-2.0-rc1
     add 3ee33bc  set next version
     add 73c2aab  remove release poms
     add 6a39b53  rename mojo
     add bb5746d  upgrade plexus utils to 1.0.4-SNAPSHOT. The group ID has 
changed, so add a bunch of exclusions to ensure the old is not picked up fix 
bugs in mboot that wasn't honoring excludes.
     add ace9139  update versions in plugins
     add 90180bd  [maven-release-plugin] prepare release maven-clean-plugin-2.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
annotated tag 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   (9f9595a)
            \
             N -- N -- N   refs/tags/maven-clean-plugin-2.0 (8c44fac)

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:

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to