You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2018/09/07 09:59:22 UTC

[maven-site-plugin] branch parent-32 created (now 233fa30)

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

rfscholte pushed a change to branch parent-32
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git.


      at 233fa30  Upgrade parent to 32

This branch includes the following new commits:

     new 233fa30  Upgrade parent to 32

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-site-plugin] 01/01: Upgrade parent to 32

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

rfscholte pushed a commit to branch parent-32
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git

commit 233fa304dfc3a0fe23f0805f17cfbb002581a04f
Author: rfscholte <rf...@apache.org>
AuthorDate: Fri Sep 7 11:59:12 2018 +0200

    Upgrade parent to 32
---
 pom.xml                       | 4 ++--
 src/it/full-reporting/pom.xml | 5 +++++
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 52df601..9340b9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,8 +25,8 @@ under the License.
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>31</version>
-    <relativePath>../../pom/maven/maven-plugins/pom.xml</relativePath>
+    <version>32</version>
+    <relativePath/>
   </parent>
 
   <artifactId>maven-site-plugin</artifactId>
diff --git a/src/it/full-reporting/pom.xml b/src/it/full-reporting/pom.xml
index a3acb33..1fb6dc7 100644
--- a/src/it/full-reporting/pom.xml
+++ b/src/it/full-reporting/pom.xml
@@ -61,6 +61,11 @@ under the License.
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.22.0</version>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
         <version>${javadocPluginVersion}</version>
       </plugin>