You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/08/22 21:41:58 UTC

[maven-site] branch MNG-7463 created (now a9e98c34)

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

sjaranowski pushed a change to branch MNG-7463
in repository https://gitbox.apache.org/repos/asf/maven-site.git


      at a9e98c34 [MNG-7463] Improve documentation about deprecation in Mojo

This branch includes the following new commits:

     new a9e98c34 [MNG-7463] Improve documentation about deprecation in Mojo

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.



[maven-site] 01/01: [MNG-7463] Improve documentation about deprecation in Mojo

Posted by sj...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch MNG-7463
in repository https://gitbox.apache.org/repos/asf/maven-site.git

commit a9e98c34c304e1372a5b2a74e750485346f5db8d
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Mon Aug 22 23:41:22 2022 +0200

    [MNG-7463] Improve documentation about deprecation in Mojo
---
 content/xdoc/developers/mojo-api-specification.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/content/xdoc/developers/mojo-api-specification.xml b/content/xdoc/developers/mojo-api-specification.xml
index a6216fde..a1fb4f89 100644
--- a/content/xdoc/developers/mojo-api-specification.xml
+++ b/content/xdoc/developers/mojo-api-specification.xml
@@ -588,9 +588,9 @@ under the License.
           <td><code>deprecated</code></td>
           <td><code>@deprecated &lt;deprecated-text&gt;</code></td>
           <td>No</td>
-          <td>Specify the version when the Mojo was deprecated to the API. Similar to Javadoc deprecated.
-            This will trigger a warning when a user tries to configure a parameter
-            marked as deprecated.</td>
+          <td>Description with the reason of Mojo depreciation. Similar to Javadoc deprecated.
+            This will trigger a warning when a user tries to use Mojo marked as deprecated.
+          </td>
         </tr>
         <tr>
           <td><code>since</code></td>
@@ -731,9 +731,9 @@ under the License.
           <td><code>deprecated</code></td>
           <td><code>@deprecated &lt;deprecated-text&gt;</code></td>
           <td>No</td>
-          <td>Specify the version when the Mojo was deprecated to the API. Similar to Javadoc deprecated.
-            This will trigger a warning when a user tries to configure a parameter
-            marked as deprecated.</td>
+          <td>Description with the reason of parameter depreciation. Similar to Javadoc deprecated.
+            This will trigger a warning when a user tries to configure a parameter marked as deprecated.
+          </td>
         </tr>
         <tr>
           <td><code>since</code></td>