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 | |
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
-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> |