aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaria Odea B. Ching <oching@apache.org>2010-01-28 09:42:53 +0000
committerMaria Odea B. Ching <oching@apache.org>2010-01-28 09:42:53 +0000
commitb3440e6d18b851b8cc125c4c9caaa68234f11644 (patch)
tree9c51c44b2d43ddddfcf29ebc8fdc40ad34869412
parentf90bb19efececefa14e00450d17fe34914752b34 (diff)
downloadarchiva-b3440e6d18b851b8cc125c4c9caaa68234f11644.tar.gz
archiva-b3440e6d18b851b8cc125c4c9caaa68234f11644.zip
[MRM-1320] Incorrect Archiva version specified for the "Process All Artifacts" feature in upgrade docs
o update reference to version 1.2.3 to 1.3 instead git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@904015 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--archiva-docs/src/site/apt/adminguide/upgrade.apt4
1 files changed, 2 insertions, 2 deletions
diff --git a/archiva-docs/src/site/apt/adminguide/upgrade.apt b/archiva-docs/src/site/apt/adminguide/upgrade.apt
index 083ad7f4c..dd355ab8f 100644
--- a/archiva-docs/src/site/apt/adminguide/upgrade.apt
+++ b/archiva-docs/src/site/apt/adminguide/upgrade.apt
@@ -19,8 +19,8 @@ Upgrading Archiva
Because of the changes in the search implementation starting in 1.2, a few additional steps need to be performed when upgrading Archiva from 1.1.x to
1.2.x. Since the format of the index has changed in 1.2.x, the old index directory (which is located at <<</path/to/repo/.index>>> by default) needs to
be removed. And in order for the artifacts in the repository to be indexed again, the last modified date of the artifacts need to be updated.
- To do this, you can force Archiva to scan all the artifacts by ticking the 'Process All Artifacts' checkbox then clicking the 'Scan Repository Now'
- button in the Repositories page. Take note though that this feature is only available starting with version 1.2.3. Otherwise, you must execute
+ To do this, you can force Archiva to scan all the artifacts by ticking the <<<Process All Artifacts>>> checkbox then clicking the <<<Scan Repository Now>>>
+ button in the Repositories page. Take note though that this feature is only available starting with version 1.3. Otherwise, you must execute
<<find [REPOSITORY_DIRECTORY_NAME] | xargs touch>> at the base directory where the repository resides and then force execute the repository scanning so
that the new index will be generated.