You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2018/01/02 22:25:04 UTC

[maven-ejb-plugin] annotated tag maven-ejb-plugin-2.0 updated (9331fb4 -> 17f264a)

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

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


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

    from 9331fb4  (tag)
      to 17f264a  (tag)
 tagging fc33a303f677b64f83baca3732152f90e8a74993 (commit)
      by Hervé Boutemy
      on Thu Jan 5 21:29:53 2006 +0000

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

 discard 31c3999  copying plugin tag to new location
 discard bdde2e2  [maven-scm] copy for tag maven-ejb-plugin-2.0
 discard 6937c38  update versions in plugins
 discard 2485308  remove release poms
 discard 0e67f16  bump version
 discard 242ea36  [maven-release-plugin] prepare release maven-ejb-plugin-2.0-rc1
 discard 202b8f9  prep versions
 discard f719c90  use released versions
 discard 157be46  Fix tabs
 discard 28f82ee  Add missing client jarArchiver
 discard 24de5c0  [MNG-1071] lookup archiver instead of calling contructor so output will be use with the correct logger. I forgot to modify these files
 discard 6d787a9  no point in deprecating this, still need a var to take final name from.
 discard f35deda  MNG-852: Added web site doco for EJB plugin.
 discard 8ea209b  ignore release.properties and more
 discard 9bd6e76  [maven-release-plugin] prepare for next development iteration
 discard 385da1c  [maven-release-plugin] prepare release maven-ejb-plugin-2.0-beta-1
 discard dafd7bd  update dependency and parent versions
 discard 6ccf6c2  MNG-852: added Javadoc and parameter's documentation.
 discard fc99aeb  Removing attached-Artifact creation code, replacing with MavenProjectHelper.attachArtifact(..).
 discard 0975072  o Resolved MNG-692, although I think a more general solution is required;
 discard 7ed3233  move main J2EE packaging definitions back to being built in
 discard ec461c2  make note
 discard 61384ad  PR: MNG-596 add XSD definition to m2 poms and archetypes
 discard 88117d6  Fix svn properties
 discard 02322b0  Working on: MNG-576
 discard 06062e0  Update all versions to beta-1-SNAPSHOT
 discard cab5d3f  Resolving: MNG-495
 discard efeb814  PR: MNG-140
 discard 774a55f  change <model> to <project> in root tag.
 discard 2ccab59  PR: MNG-257
 discard 68b0b0e  update parent references to get access to the ci settings
 discard d351a43  remove old cvs ignore files
 discard 7bb5909  [MNG-444]Fix client generation. Thanks to Kenney Westerhof
 discard c2abed2  bump versions
 discard 3af4df2  use released versions
 discard bb4cbc8  set consistent versions
 discard b5ed662  Renamed Plugin.java, AbstractPlugin.java, PluginExecutionRe(quest|sponse) PluginExecutionException to Mojo*
 discard daae609  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 96c009f  update dependencies
 discard f1e4507  utilise the container for populating all mojo configuration, including expressions
 discard 285fb1a  split the plugin API and the plugin descriptor code
 discard 78f5bb8  release alpha-1 plugins
 discard 87361a9  clean up dependencies.
 discard 9cd74a1  update poms for releases
 discard 086c4e1  change archiving plugins to use a shred archive configuration
 discard 97d42a6  change the maven group ID
 discard 2bc8f48  convert archive mojos to new execute(). More work is required to reuse the common fields.
 discard f13f8bf  CHANGES ------------------------
 discard bf65b2b  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 6d80bc1  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 f1f9ad1  initial version of EJB plugin
     add 9f6daaa  initial version of EJB plugin
     add 7ef0135  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 471d7d0  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 0c6ae08  CHANGES ------------------------
     add 3ee54a8  convert archive mojos to new execute(). More work is required to reuse the common fields.
     add ff42ef3  change the maven group ID
     add 87388db  change archiving plugins to use a shred archive configuration
     add 5bc295e  update poms for releases
     add f1528ff  clean up dependencies.
     add e3cd876  release alpha-1 plugins
     add 098bb05  split the plugin API and the plugin descriptor code
     add 29bd662  utilise the container for populating all mojo configuration, including expressions
     add 265920b  update dependencies
     add 87e58aa  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 c834e2b  Renamed Plugin.java, AbstractPlugin.java, PluginExecutionRe(quest|sponse) PluginExecutionException to Mojo*
     add 7b264f8  set consistent versions
     add 39c07bd  use released versions
     add 29ad907  bump versions
     add b33cd47  [MNG-444]Fix client generation. Thanks to Kenney Westerhof
     add 8fe1de0  remove old cvs ignore files
     add a96e9af  update parent references to get access to the ci settings
     add 571d266  PR: MNG-257
     add 6316be6  change <model> to <project> in root tag.
     add bf21c38  PR: MNG-140
     add 73d6e37  Resolving: MNG-495
     add 93f0f85  Update all versions to beta-1-SNAPSHOT
     add 38ac9b7  Working on: MNG-576
     add bbd7907  PR: MNG-596 add XSD definition to m2 poms and archetypes
     add 3f86b2d  make note
     add 0ac3c17  move main J2EE packaging definitions back to being built in
     add 5ff198c  o Resolved MNG-692, although I think a more general solution is required;
     add 2b608bb  Removing attached-Artifact creation code, replacing with MavenProjectHelper.attachArtifact(..).
     add e6bb12f  MNG-852: added Javadoc and parameter's documentation.
     add 0a1a774  update dependency and parent versions
     add 80b82fa  [maven-release-plugin] prepare release maven-ejb-plugin-2.0-beta-1
     add 6b106f4  [maven-release-plugin] prepare for next development iteration
     add 8daaa12  MNG-852: Added web site doco for EJB plugin.
     add 97709c3  no point in deprecating this, still need a var to take final name from.
     add ee935ac  [MNG-1071] lookup archiver instead of calling contructor so output will be use with the correct logger. I forgot to modify these files
     add 0bcbf70  Add missing client jarArchiver
     add 508bf10  Fix tabs
     add 3eb22c9  use released versions
     add 3cb85cf  prep versions
     add 90fd432  [maven-release-plugin] prepare release maven-ejb-plugin-2.0-rc1
     add ca1e509  bump version
     add 376c47e  remove release poms
     add c6f046e  update versions in plugins
     add fc33a30  [maven-release-plugin] prepare release maven-ejb-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   (9331fb4)
            \
             N -- N -- N   refs/tags/maven-ejb-plugin-2.0 (17f264a)

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
['"commits@maven.apache.org" <co...@maven.apache.org>'].