This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch DOXIASITETOOLS-259 in repository https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git
commit c9f62f1a448425a83b48c578a2653b60c1df1ab4 Author: Michael Osipov <micha...@apache.org> AuthorDate: Sun Jun 12 00:45:56 2022 +0200 [DOXIASITETOOLS-259] Deprecate Google-related site descriptor properties This closes #39 --- doxia-decoration-model/src/main/mdo/decoration.mdo | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/doxia-decoration-model/src/main/mdo/decoration.mdo b/doxia-decoration-model/src/main/mdo/decoration.mdo index 752a9b5..b3d3107 100644 --- a/doxia-decoration-model/src/main/mdo/decoration.mdo +++ b/doxia-decoration-model/src/main/mdo/decoration.mdo @@ -86,24 +86,33 @@ under the License. </field> <field> <name>googleAdSenseClient</name> - <description>Your Google AdSense client id.</description> + <description>Your Google AdSense client id.

@deprecated This property is deprecated for removal.</description> <version>1.3.0+</version> <type>String</type> <identifier>true</identifier> + <annotations> + <annotation>@Deprecated</annotation> + </annotations> </field> <field> <name>googleAdSenseSlot</name> - <description>Your Google AdSense slot id.</description> + <description>Your Google AdSense slot id.

@deprecated This property is deprecated for removal.</description> <version>1.3.0+</version> <type>String</type> <identifier>true</identifier> + <annotations> + <annotation>@Deprecated</annotation> + </annotations> </field> <field> <name>googleAnalyticsAccountId</name> - <description>The id for your Google Analytics account.</description> + <description>The id for your Google Analytics account.

@deprecated This property is deprecated for removal.</description> <version>1.1.0+</version> <type>String</type> <identifier>true</identifier> + <annotations> + <annotation>@Deprecated</annotation> + </annotations> </field> <field xdoc.separator="blank" java.getter="false"> <name>publishDate</name> @@ -127,7 +136,7 @@ under the License. <name>edit</name> <description><![CDATA[ The base url to edit Doxia document sources. - In general, <code>${project.scm.url}</code> value should do the job. + In general, <code>${project.scm.url}</code> value should do the job. ]]></description> <version>1.8.0+</version> <type>String</type>