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 2021/05/20 06:15:19 UTC

[maven-dependency-plugin] branch master updated: rename doxiaSiteVersion property to doxiaSitetoolsVersion

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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new a0cba78  rename doxiaSiteVersion property to doxiaSitetoolsVersion
a0cba78 is described below

commit a0cba78b4dcfd1c833eb5b567b4a3f62c91925c2
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Thu May 20 08:15:15 2021 +0200

    rename doxiaSiteVersion property to doxiaSitetoolsVersion
    
    https://maven.apache.org/doxia/doxia-sitetools/
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4687c93..67f5e92 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@ under the License.
   <properties>
     <mavenVersion>3.1.1</mavenVersion>
     <doxiaVersion>1.9.1</doxiaVersion>
-    <doxiaSiteVersion>1.9.2</doxiaSiteVersion>
+    <doxiaSitetoolsVersion>1.9.2</doxiaSitetoolsVersion>
     <jettyVersion>9.2.28.v20190418</jettyVersion>
     <pluginTestingVersion>3.1.0</pluginTestingVersion>
     <javaVersion>7</javaVersion>
@@ -195,7 +195,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-site-renderer</artifactId>
-      <version>${doxiaSiteVersion}</version>
+      <version>${doxiaSitetoolsVersion}</version>
     </dependency>
 
     <!-- plexus -->