You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/02/02 20:46:52 UTC

[maven-indexer] branch MINDEXER-112 created (now c516ae4)

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

slachiewicz pushed a change to branch MINDEXER-112
in repository https://gitbox.apache.org/repos/asf/maven-indexer.git.


      at c516ae4  [MINDEXER-112] Upgrade maven-parent to version 34

This branch includes the following new commits:

     new c516ae4  [MINDEXER-112] Upgrade maven-parent to version 34

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-indexer] 01/01: [MINDEXER-112] Upgrade maven-parent to version 34

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch MINDEXER-112
in repository https://gitbox.apache.org/repos/asf/maven-indexer.git

commit c516ae46950a48f9469c421fdf4963bfdb597152
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Feb 2 21:46:32 2020 +0100

    [MINDEXER-112] Upgrade maven-parent to version 34
---
 indexer-cli/pom.xml |  2 +-
 pom.xml             | 18 ++++++------------
 2 files changed, 7 insertions(+), 13 deletions(-)

diff --git a/indexer-cli/pom.xml b/indexer-cli/pom.xml
index 033c972..74642b3 100644
--- a/indexer-cli/pom.xml
+++ b/indexer-cli/pom.xml
@@ -117,7 +117,7 @@ under the License.
         <artifactId>maven-shade-plugin</artifactId>
         <executions>
           <execution>
-            <id>jdk15</id>
+            <id>jdk7</id>
             <phase>package</phase>
             <goals>
               <goal>shade</goal>
diff --git a/pom.xml b/pom.xml
index bff6072..69fa45f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,8 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>33</version>
+    <version>34</version>
+    <relativePath />
   </parent>
 
   <groupId>org.apache.maven.indexer</groupId>
@@ -95,8 +96,9 @@ under the License.
     <truezip.version>7.7.10</truezip.version>
     <archetype.version>2.4</archetype.version>
     <wagon.version>2.12</wagon.version>
-
+    <surefire.version>2.22.2</surefire.version>
     <maven.site.path>maven-indexer-archives/maven-indexer-LATEST</maven.site.path>
+    <project.build.outputTimestamp>2020-02-02T02:02:02Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>
@@ -420,7 +422,6 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
-          <version>2.17</version>
           <dependencies>
             <dependency>
               <groupId>org.apache.maven.shared</groupId>
@@ -440,16 +441,9 @@ under the License.
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
           <configuration>
-            <additionalparam>-Xdoclint:none</additionalparam>
+            <doclint>none</doclint>
           </configuration>
         </plugin>
-        <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build
-          itself. -->
-        <plugin>
-          <groupId>org.eclipse.m2e</groupId>
-          <artifactId>lifecycle-mapping</artifactId>
-          <version>1.0.0</version>
-        </plugin>
       </plugins>
     </pluginManagement>
   </build>
@@ -460,7 +454,7 @@ under the License.
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
         <configuration>
-          <additionalparam>-Xdoclint:none</additionalparam>
+          <doclint>none</doclint>
           <groups>
             <group>
               <title>Indexer core</title>