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/07/17 14:56:23 UTC

[maven-gpg-plugin] branch master updated: [MGPG-83] fix typos

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-gpg-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 1a413b2  [MGPG-83] fix typos
1a413b2 is described below

commit 1a413b26e3fc5e97ba707df5e4e830a25ee1cecb
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Jul 17 16:56:14 2022 +0200

    [MGPG-83] fix typos
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 889e2ca..a0aabc8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -206,7 +206,7 @@ under the License.
               <artifactSet>
                 <includes>
                   <include>org.apache.maven.resolver:maven-resolver-util</include>
-                  <include>org.sonatype.aether:aether-util</include>
+                  <include>org.eclipse.aether:aether-util</include>
                 </includes>
               </artifactSet>
               <filters>
@@ -217,7 +217,7 @@ under the License.
                   </includes>
                 </filter>
                 <filter>
-                  <artifact>org.sonatype.aether:aether-util</artifact>
+                  <artifact>org.eclipse.aether:aether-util</artifact>
                   <includes>
                     <include>org/sonatype/aether/util/artifact/SubArtifact.class</include>
                   </includes>