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 2018/06/03 14:13:34 UTC

[maven-assembly-plugin] branch FIXING-JDK-ISSUES created (now e3926a7)

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

khmarbaise pushed a change to branch FIXING-JDK-ISSUES
in repository https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git.


      at e3926a7  Updated maven-surefire-plugin to newest version which works with JDK 10

This branch includes the following new commits:

     new e3926a7  Updated maven-surefire-plugin to newest version which works with JDK 10

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.


-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.

[maven-assembly-plugin] 01/01: Updated maven-surefire-plugin to newest version which works with JDK 10

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

khmarbaise pushed a commit to branch FIXING-JDK-ISSUES
in repository https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git

commit e3926a7b1a9bb43f4a3079e75b246a796dd31de8
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Jun 3 16:13:12 2018 +0200

    Updated maven-surefire-plugin to newest version which works with JDK 10
---
 src/it/it-project-parent/pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/src/it/it-project-parent/pom.xml b/src/it/it-project-parent/pom.xml
index 144de8c..4eddc4f 100644
--- a/src/it/it-project-parent/pom.xml
+++ b/src/it/it-project-parent/pom.xml
@@ -84,4 +84,15 @@ under the License.
       <!-- just avoids the information injected by the testing profile, above. -->
     </profile>
   </profiles>
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.21.0</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
 </project>

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.