You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ol...@apache.org on 2021/11/20 11:42:31 UTC

[helix] branch master updated: update parent and site plugin (#1909)

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

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git


The following commit(s) were added to refs/heads/master by this push:
     new 8db4936  update parent and site plugin (#1909)
8db4936 is described below

commit 8db4936e6e40af24889d66054d2e3702b11a651f
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat Nov 20 12:42:23 2021 +0100

    update parent and site plugin (#1909)
---
 pom.xml | 14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index cf83cff..73ac397 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>13</version>
+    <version>24</version>
   </parent>
 
   <groupId>org.apache.helix</groupId>
@@ -405,6 +405,7 @@
   <properties>
 
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <project.build.outputTimestamp>10</project.build.outputTimestamp>
 
     <sonar.host.url>https://analysis.apache.org/</sonar.host.url>
 
@@ -534,7 +535,6 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
-          <version>2.5.2</version>
           <configuration>
             <preparationGoals>${helix.release.preparationGoals}</preparationGoals>
             <goals>${helix.release.performGoals}</goals>
@@ -634,7 +634,6 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-scm-publish-plugin</artifactId>
-          <version>1.0-beta-2</version>
           <configuration>
             <tryUpdate>true</tryUpdate>
             <providerImplementations>
@@ -683,14 +682,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>3.2</version>
-        <dependencies>
-          <dependency>
-            <groupId>org.apache.maven.doxia</groupId>
-            <artifactId>doxia-module-markdown</artifactId>
-            <version>1.3</version>
-          </dependency>
-        </dependencies>
+        <version>3.8.2</version>
       </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>