diff options
author | Martin Stockhammer <martin_s@apache.org> | 2018-12-11 20:59:14 +0100 |
---|---|---|
committer | Martin Stockhammer <martin_s@apache.org> | 2018-12-11 20:59:14 +0100 |
commit | 92626def5ad859b11c23623778898018149add35 (patch) | |
tree | 925559738dc477e652607f6327cab5dd160dbb22 /archiva-docs/pom.xml | |
parent | 8f1778016632b62393ade784efc54f1ac8ae7a26 (diff) | |
download | archiva-feature/site-git-migration.tar.gz archiva-feature/site-git-migration.zip |
Activating new git web publish repositoryfeature/site-git-migration
Diffstat (limited to 'archiva-docs/pom.xml')
-rw-r--r-- | archiva-docs/pom.xml | 2 |
1 files changed, 1 insertions, 1 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> |