You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2019/12/29 10:24:10 UTC

[maven-studies] branch maven-buildinfo-plugin updated: fixed repository id: local is reserved

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

hboutemy pushed a commit to branch maven-buildinfo-plugin
in repository https://gitbox.apache.org/repos/asf/maven-studies.git


The following commit(s) were added to refs/heads/maven-buildinfo-plugin by this push:
     new 82b77a9  fixed repository id: local is reserved
82b77a9 is described below

commit 82b77a952651308f6a0c1971bfb6b08ee5d0c663
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Dec 29 11:24:02 2019 +0100

    fixed repository id: local is reserved
---
 src/it/mono/pom.xml  | 2 +-
 src/it/multi/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/it/mono/pom.xml b/src/it/mono/pom.xml
index 0784c7b..062c57b 100644
--- a/src/it/mono/pom.xml
+++ b/src/it/mono/pom.xml
@@ -47,7 +47,7 @@
 
   <distributionManagement>
     <snapshotRepository>
-      <id>local</id>
+      <id>local-snapshots</id>
       <url>file://${basedir}/target/repo</url>
       <uniqueVersion>false</uniqueVersion>
     </snapshotRepository>
diff --git a/src/it/multi/pom.xml b/src/it/multi/pom.xml
index 8bbefd7..18251f4 100644
--- a/src/it/multi/pom.xml
+++ b/src/it/multi/pom.xml
@@ -41,7 +41,7 @@
 
   <distributionManagement>
     <snapshotRepository>
-      <id>local</id>
+      <id>local-snapshots</id>
       <url>file://${basedir}/target/repo</url>
       <uniqueVersion>false</uniqueVersion>
     </snapshotRepository>