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/isis.git
The following commit(s) were added to refs/heads/master by this push:
new 14cc369603 ISIS-2445: single stage deploy nightly-localfs-repo (2)
14cc369603 is described below
commit 14cc369603360a6b8a7b38a68b6694f2432eaaae
Author: Andi Huber <[email protected]>
AuthorDate: Mon Apr 11 09:19:44 2022 +0200
ISIS-2445: single stage deploy nightly-localfs-repo (2)
---
isis-parent/pom.xml | 4 ++--
starters/pom.xml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/isis-parent/pom.xml b/isis-parent/pom.xml
index b249a1363f..a35b24c261 100644
--- a/isis-parent/pom.xml
+++ b/isis-parent/pom.xml
@@ -1122,7 +1122,7 @@ under the License.
<repository>
<id>nightly-localfs-repo</id>
<name>Temporary Local Filesystem Staging
Repository</name>
-
<url>file://${NIGHTLY_ROOT_PATH}/docs/mvn-snapshots</url>
+
<url>file://${NIGHTLY_ROOT_PATH}/mvn-snapshots</url>
</repository>
</distributionManagement>
<build>
@@ -1132,7 +1132,7 @@ under the License.
<version>2.8.2</version>
<configuration>
<altDeploymentRepository>
-
nightly-localfs-repo::default::file://${NIGHTLY_ROOT_PATH}/docs/mvn-snapshots
+
nightly-localfs-repo::default::file://${NIGHTLY_ROOT_PATH}/mvn-snapshots
</altDeploymentRepository>
</configuration>
</plugin>
diff --git a/starters/pom.xml b/starters/pom.xml
index 259993a15f..76b065bf87 100644
--- a/starters/pom.xml
+++ b/starters/pom.xml
@@ -491,7 +491,7 @@
<repository>
<id>nightly-localfs-repo</id>
<name>Temporary Local Filesystem Staging
Repository</name>
-
<url>file://${NIGHTLY_ROOT_PATH}/docs/mvn-snapshots</url>
+
<url>file://${NIGHTLY_ROOT_PATH}/mvn-snapshots</url>
</repository>
</distributionManagement>
<build>
@@ -501,7 +501,7 @@
<version>2.8.2</version>
<configuration>
<altDeploymentRepository>
-
nightly-localfs-repo::default::file://${NIGHTLY_ROOT_PATH}/docs/mvn-snapshots
+
nightly-localfs-repo::default::file://${NIGHTLY_ROOT_PATH}/mvn-snapshots
</altDeploymentRepository>
</configuration>
</plugin>