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:46:28 UTC

[maven-antrun-plugin] annotated tag maven-antrun-plugin-1.1 updated (b0fa5bd -> 0c70459)

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

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


*** WARNING: tag maven-antrun-plugin-1.1 was modified! ***

    from b0fa5bd  (tag)
      to 0c70459  (tag)
 tagging 8c7119f1cb5c02f039491cefd3c46a2e2e0360f2 (commit)
 replaces maven-antrun-plugin-1.0
      by Hervé Boutemy
      on Wed Jan 4 16:12:16 2006 +0000

- Log -----------------------------------------------------------------
maven-antrun-plugin-1.1 reworked after migration from aggregate svn to split git
-----------------------------------------------------------------------

 discard 8c3236b  [maven-scm] copy for tag maven-antrun-plugin-1.1
 discard af7725d  Try to get properties through a expression evaluator first, delegating to ant after. PR: MANTRUN-36 Submitted By: Gilles Scokart
 discard e862c96  Added log guards
 discard f9a6de8  Added test for MANTRUN-36
 discard 224ea52  StringIndexOutOfBoundsException in custom ant task referencing 'basedir' PR: MANTRUN-34 Submitted By: Marcel Schutte
 discard b529bdc  Added integration tests
 discard f32d6e0  Moved test to src/it
 discard ab61909  Fixed project header
 discard 1e96030  Added test for maven.test.classpath PR: MANTRUN-28
 discard 992e1bb  maven.test.classpath doesn't contain test scope dependencies PR: MANTRUN-28 Submitted By: Gilles Scokart
 discard 96b4ba8  Updating poms to change dependencies on 2.0.1-SNAPSHOT info to 2.0.1 (parent-poms, and a couple references to maven-archiver).
 discard f6c48d5  Moved classpath to pom
 discard cdf606a  fix to use inherit refs, not inherit all
 discard a27bd60  Added integration test
 discard d43fa78  Added maven.plugin.classpath reference PR: MNG-1702
 discard 22569fb  Refactor
 discard 207451c  Improved docs Submitted by: Lee Meador PR: MNG-1660
 discard 0f20142  Added docs
 discard 4afedf8  -modified maven.dependency.classpath to get all the dependencies PR: MNG-1292
 discard b8e0622  convert docs to APT
 discard dc6d6c3  move plugins
 discard 5fa6fd0  cleanup some unused fields
 discard f189086  ignore
 discard fb5ff0d  Added testSourceRoot too as suggested by Piotr Burdylo on IRC.
 discard 4349184  [maven-release-plugin] prepare for next development iteration
 discard c336016  [maven-release-plugin] prepare release maven-antrun-plugin-1.0
 discard c7d683e  update versions in plugins
 discard 51eeab5  update plexus container
 discard dcbf4aa  PR: MNG-122 exception clean up phase 1
 discard 0efb9d4  Added support for registering a new sourceroot using a <sourceRoot> tag; very useful for scripts that generate sources.
 discard f034b2f  remove left over from release
 discard bc7ed48  bump version
 discard 4658cf8  [maven-release-plugin] prepare release maven-antrun-plugin-1.0-rc1
 discard 3d4f547  setting up version
 discard 6b344ae  remove unneeded plexus dep
 discard 5a0911d  add path references: - maven.dependency.classpath (compile) - maven.compile.classpath (compile) - maven.runtime.classpath (runtime) - maven.test.classpath (test)
 discard 8125d9b  ignore release.properties and more
 discard 937b15b  [maven-release-plugin] prepare for next development iteration
 discard 8eabfa1  [maven-release-plugin] prepare release maven-antrun-plugin-2.0-beta-1
 discard 45a5aeb  Fixing MNG-777: no output from ant tasks. I set the logger level to INFO so <echo> messages will appear.
 discard 860012a  update dependency and parent versions
 discard d5c4163  ignores
 discard 4748a47  Set project's basedir on the ant Target so relative paths work.
 discard 5f268c4  Moved execution code to abstract base class, so other ant-enabled plugins may use this more easily.
 discard 38b6397  Donating maven-antrun-plugin to the Maven2 project, as discussed with Brett.
     add 8c95a2b  Donating maven-antrun-plugin to the Maven2 project, as discussed with Brett.
     add e531441  Moved execution code to abstract base class, so other ant-enabled plugins may use this more easily.
     add 07ba97a  Set project's basedir on the ant Target so relative paths work.
     add dcfaa40  update dependency and parent versions
     add 325bf57  Fixing MNG-777: no output from ant tasks. I set the logger level to INFO so <echo> messages will appear.
     add c7d0838  [maven-release-plugin] prepare release maven-antrun-plugin-2.0-beta-1
     add 612c830  [maven-release-plugin] prepare for next development iteration
     add 0f3c32c  add path references: - maven.dependency.classpath (compile) - maven.compile.classpath (compile) - maven.runtime.classpath (runtime) - maven.test.classpath (test)
     add 0cae580  remove unneeded plexus dep
     add e4eb663  setting up version
     add f89b225  [maven-release-plugin] prepare release maven-antrun-plugin-1.0-rc1
     add 111af7b  bump version
     add 70bad01  remove left over from release
     add 3fe5692  Added support for registering a new sourceroot using a <sourceRoot> tag; very useful for scripts that generate sources.
     add e456243  update plexus container
     add fc4c4ef  update versions in plugins
     add 99a9057  [maven-release-plugin] prepare release maven-antrun-plugin-1.0
     add a55728a  [maven-release-plugin] prepare for next development iteration
     add f0fe06d  Added testSourceRoot too as suggested by Piotr Burdylo on IRC.
     add 9869640  cleanup some unused fields
     add 0079a10  convert docs to APT
     add 03d7f0f  -modified maven.dependency.classpath to get all the dependencies PR: MNG-1292
     add cd01c86  Added docs
     add 8e1ced0  Improved docs Submitted by: Lee Meador PR: MNG-1660
     add 7c44803  Refactor
     add 6f5d598  Added maven.plugin.classpath reference PR: MNG-1702
     add 9f57578  Added integration test
     add 6f84701  fix to use inherit refs, not inherit all
     add 6be2450  Moved classpath to pom
     add 94f2727  Updating poms to change dependencies on 2.0.1-SNAPSHOT info to 2.0.1 (parent-poms, and a couple references to maven-archiver).
     add 6a94552  maven.test.classpath doesn't contain test scope dependencies PR: MANTRUN-28 Submitted By: Gilles Scokart
     add 3d73bbd  Added test for maven.test.classpath PR: MANTRUN-28
     add 85f7e8b  Fixed project header
     add 85c004f  Moved test to src/it
     add 1d5857b  Added integration tests
     add 877f23f  StringIndexOutOfBoundsException in custom ant task referencing 'basedir' PR: MANTRUN-34 Submitted By: Marcel Schutte
     add 065e058  Added test for MANTRUN-36
     add e22f8c3  Added log guards
     add 4f5b061  Try to get properties through a expression evaluator first, delegating to ant after. PR: MANTRUN-36 Submitted By: Gilles Scokart
     add 8c7119f  [maven-release-plugin] prepare release maven-antrun-plugin-1.1

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   (b0fa5bd)
            \
             N -- N -- N   refs/tags/maven-antrun-plugin-1.1 (0c70459)

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>'].