You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/09/08 20:04:19 UTC

[maven-common-artifact-filters] branch MSHARED-1131 created (now bd033f9)

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

sjaranowski pushed a change to branch MSHARED-1131
in repository https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git


      at bd033f9  [MSHARED-1131] Upgrade Parent to 37 and cleanup

This branch includes the following new commits:

     new bd033f9  [MSHARED-1131] Upgrade Parent to 37 and cleanup

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-common-artifact-filters] 01/01: [MSHARED-1131] Upgrade Parent to 37 and cleanup

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

sjaranowski pushed a commit to branch MSHARED-1131
in repository https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git

commit bd033f972ca9d345e0f9ba3577290a5b12cbd3a1
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Thu Sep 8 22:03:36 2022 +0200

    [MSHARED-1131] Upgrade Parent to 37 and cleanup
    
    - use surefire version from parent
    - commons-io in test scope
    - remove unused maven-plugin-api
    - bump mockito-core to 4.8.0
    - use fluido skin verson from parent
---
 pom.xml           | 22 ++++++++--------------
 src/site/site.xml |  6 ------
 2 files changed, 8 insertions(+), 20 deletions(-)

diff --git a/pom.xml b/pom.xml
index 18715c8..205191c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven-shared-components</artifactId>
     <groupId>org.apache.maven.shared</groupId>
-    <version>36</version>
+    <version>37</version>
     <relativePath />
   </parent>
 
@@ -58,7 +58,6 @@
     <maven.version>3.2.5</maven.version>
     <javaVersion>8</javaVersion>
     <resolver.version>1.6.3</resolver.version>
-    <surefire.version>2.22.2</surefire.version>
     <checkstyle.violation.ignore>MethodLength</checkstyle.violation.ignore>
     <project.build.outputTimestamp>2022-07-17T16:57:02Z</project.build.outputTimestamp>
   </properties>
@@ -88,17 +87,6 @@
       <version>${maven.version}</version>
       <scope>provided</scope>
     </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>${maven.version}</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-      <version>2.11.0</version>
-    </dependency>
     <dependency>
       <groupId>org.apache.maven.resolver</groupId>
       <artifactId>maven-resolver-api</artifactId>
@@ -112,6 +100,12 @@
       <scope>provided</scope>
     </dependency>
 
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <version>2.11.0</version>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
@@ -121,7 +115,7 @@
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>4.5.1</version>
+      <version>4.8.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/src/site/site.xml b/src/site/site.xml
index 1e3ab0b..6bfefbc 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -22,12 +22,6 @@ under the License.
 <project xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.0.xsd">
 
-  <skin>
-    <groupId>org.apache.maven.skins</groupId>
-    <artifactId>maven-fluido-skin</artifactId>
-    <version>1.9</version>
-  </skin>
-
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>