diff options
-rw-r--r-- | archiva-docs/pom.xml | 2 | ||||
-rw-r--r-- | 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 f926b7e7a..5aded0fb2 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 cf4fa237e..e06a90eff 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> |