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 2023/01/08 22:17:35 UTC

[maven-dependency-plugin] branch master updated: Fix pom format after release

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5cdc37ce Fix pom format after release
5cdc37ce is described below

commit 5cdc37ce173513d8a55355349c0a77b640ad567f
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Sun Jan 8 23:15:31 2023 +0100

    Fix pom format after release
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b92bd0f9..697fa030 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
     <version>38</version>
-    <relativePath />
+    <relativePath/>
   </parent>
 
   <artifactId>maven-dependency-plugin</artifactId>
@@ -430,7 +430,7 @@ under the License.
                 <localRepo>
                   <source>${project.build.directory}/local-repo</source>
                 </localRepo>
-                <proxyRepo />
+                <proxyRepo/>
               </repositories>
             </configuration>
             <executions>