This is an automated email from the ASF dual-hosted git repository.
martin_s pushed a commit to branch feature/site-git-migration
in repository https://gitbox.apache.org/repos/asf/archiva.git
The following commit(s) were added to refs/heads/feature/site-git-migration by
this push:
new 92626de Activating new git web publish repository
92626de is described below
commit 92626def5ad859b11c23623778898018149add35
Author: Martin Stockhammer <[email protected]>
AuthorDate: Tue Dec 11 20:59:14 2018 +0100
Activating new git web publish repository
---
archiva-docs/pom.xml | 2 +-
archiva-modules/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/archiva-docs/pom.xml b/archiva-docs/pom.xml
index f926b7e..5aded0f 100644
--- a/archiva-docs/pom.xml
+++ b/archiva-docs/pom.xml
@@ -34,7 +34,7 @@
<maven.build.timestamp.format>yyyy-MM-dd</maven.build.timestamp.format>
<releaseDate>${maven.build.timestamp}</releaseDate>
<!-- 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>
<scmPubCheckoutDirectory>${basedir}/.site-content</scmPubCheckoutDirectory>
</properties>
diff --git a/archiva-modules/pom.xml b/archiva-modules/pom.xml
index cf4fa23..e06a90e 100644
--- a/archiva-modules/pom.xml
+++ b/archiva-modules/pom.xml
@@ -33,7 +33,7 @@
<properties>
<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>
</properties>