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:40 UTC

[maven-parent] branch MPOM-268 created (now c23df61)

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

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


      at c23df61  [MPOM-268] - Removed unused property

This branch includes the following new commits:

     new c23df61  [MPOM-268] - Removed unused property

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-parent] 01/01: [MPOM-268] - Removed unused property

Posted by kh...@apache.org.
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>