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 2022/09/20 04:59:39 UTC

[maven-artifact-transfer] 01/01: Bump maven-shared-components from 34 to 37

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

slachiewicz pushed a commit to branch dependabot/maven/org.apache.maven.shared-maven-shared-components-37
in repository https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git

commit ec9861e09be46089b6a1b89e3563ad4a59f933a2
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Sep 19 22:47:13 2022 +0000

    Bump maven-shared-components from 34 to 37
    
    Bumps [maven-shared-components](https://github.com/apache/maven-parent) from 34 to 37.
    - [Release notes](https://github.com/apache/maven-parent/releases)
    - [Commits](https://github.com/apache/maven-parent/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.shared:maven-shared-components
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 19 +++----------------
 1 file changed, 3 insertions(+), 16 deletions(-)

diff --git a/pom.xml b/pom.xml
index e289542..80d45d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,8 +24,8 @@
   <parent>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
-    <version>34</version>
-    <relativePath>../../pom/maven/maven-shared-components/pom.xml</relativePath>
+    <version>37</version>
+    <relativePath/>
   </parent>
 
   <packaging>pom</packaging>
@@ -164,19 +164,6 @@
             </execution>
           </executions>
         </plugin>
-        <plugin>
-          <groupId>org.eclipse.sisu</groupId>
-          <artifactId>sisu-maven-plugin</artifactId>
-          <version>${sisu.version}</version>
-          <executions>
-            <execution>
-              <goals>
-                <goal>main-index</goal>
-                <goal>test-index</goal>
-              </goals>
-            </execution>
-          </executions>
-        </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
@@ -204,7 +191,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>animal-sniffer-maven-plugin</artifactId>
-          <version>1.20</version>
+          <version>1.22</version>
           <executions>
             <execution>
               <id>sniff</id>