This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/master by this push:
new e99fa1a151 CAUSEWAY-2445: try to fix warning: Using legacy syntax for
alternative repository.
e99fa1a151 is described below
commit e99fa1a1514b6e171de601108ec1f287ab4de325
Author: Andi Huber <[email protected]>
AuthorDate: Wed May 24 08:20:25 2023 +0200
CAUSEWAY-2445: try to fix warning: Using legacy syntax for alternative
repository.
---
bom/pom.xml | 5 +++--
pom.xml | 2 +-
starters/pom.xml | 2 +-
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/bom/pom.xml b/bom/pom.xml
index e16b7e6dd0..ed6d272087 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -2390,7 +2390,8 @@ It is therefore a copy of org.apache:apache, with
customisations clearly identif
<!-- goal:aggregate (for aggregator
modules) binds to phase:package -->
<!-- goal:jar and goal:test-jar are
meant to bind to phase:package,
but doesn't seem to so bound
explicitly -->
- <!-- failing since maven-source-plugin
3.3.0 (as duplicated with built-in goal 'jar-no-fork')
+ <!-- failing since maven-source-plugin
3.3.0 (as duplicated runs
+ are no longer alloed;
there is a clash with built-in goal 'jar-no-fork')
<executions>
<execution>
<id>package-jars</id>
@@ -3206,7 +3207,7 @@ It is therefore a copy of org.apache:apache, with
customisations clearly identif
<version>3.1.1</version>
<configuration>
<altDeploymentRepository>
-
nightly-localfs-repo::default::file://${MVN_SNAPSHOTS_PATH}
+
nightly-localfs-repo::file://${MVN_SNAPSHOTS_PATH}
</altDeploymentRepository>
</configuration>
</plugin>
diff --git a/pom.xml b/pom.xml
index 0c4616e9cc..82b4b738e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -557,7 +557,7 @@
<version>3.1.1</version>
<configuration>
<altDeploymentRepository>
-
nightly-localfs-repo::default::file://${MVN_SNAPSHOTS_PATH}
+
nightly-localfs-repo::file://${MVN_SNAPSHOTS_PATH}
</altDeploymentRepository>
</configuration>
</plugin>
diff --git a/starters/pom.xml b/starters/pom.xml
index 13c71acb97..cc54e0ab87 100644
--- a/starters/pom.xml
+++ b/starters/pom.xml
@@ -456,7 +456,7 @@
<version>3.1.1</version>
<configuration>
<altDeploymentRepository>
-
nightly-localfs-repo::default::file://${MVN_SNAPSHOTS_PATH}
+
nightly-localfs-repo::file://${MVN_SNAPSHOTS_PATH}
</altDeploymentRepository>
</configuration>
</plugin>