You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2021/09/15 23:17:41 UTC

[maven-parent] 01/01: [MPOM-268] - Removed unused property

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

khmarbaise pushed a commit to branch MPOM-268
in repository https://gitbox.apache.org/repos/asf/maven-parent.git

commit c23df6185bf271b61ea891495ccaa8f21ee810ff
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Thu Sep 16 01:17:35 2021 +0200

    [MPOM-268] - Removed unused property
---
 maven-skins/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/maven-skins/pom.xml b/maven-skins/pom.xml
index 4901f00..159b6e1 100644
--- a/maven-skins/pom.xml
+++ b/maven-skins/pom.xml
@@ -55,7 +55,6 @@ under the License.
 
   <properties>
     <maven.site.path>skins-archives/${project.artifactId}-LATEST</maven.site.path>
-    <sitePluginVersion>3.5.1</sitePluginVersion>
   </properties>
 
   <build>