This is an automated email from the ASF dual-hosted git repository.
martin_s pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/archiva-redback-components-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 22a99cc Fixing distribution url for git publish repo
22a99cc is described below
commit 22a99cc18080770d7df4bf6d74df5024e2f721f7
Author: Martin Stockhammer <[email protected]>
AuthorDate: Tue Dec 11 23:23:47 2018 +0100
Fixing distribution url for git publish repo
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 05d33fc..5937933 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
<scmPubCheckoutDirectory>${basedir}/.site-content</scmPubCheckoutDirectory>
<!-- The git repository, where the site content is placed -->
-
<siteRepositoryUrl>scm:git:https://gitbox.apache.org/repos/asf/archiva-web-content-INVALID.git</siteRepositoryUrl>
+
<siteRepositoryUrl>scm:git:https://gitbox.apache.org/repos/asf/archiva-web-content.git</siteRepositoryUrl>
<site.staging.base>${project.basedir}</site.staging.base>