From dca7338e5c2bcb758994c63098510dcd5f01a4e5 Mon Sep 17 00:00:00 2001 From: nafg Date: Fri, 28 Sep 2012 14:53:38 -0700 Subject: [PATCH] Fixed link to 507 --- Community/Changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Community/Changes.md b/Community/Changes.md index d9c360b..660667d 100644 --- a/Community/Changes.md +++ b/Community/Changes.md @@ -4,7 +4,7 @@ Dependency management fixes: * Merge multiple dependency definitions for the same ID. Workaround for [#468], [#285], [#419], [#480]. * Don't write section of pom if scope is 'compile'. - * Ability to properly match on artifact type. Fixes [#507] (Thomas). + * Ability to properly match on artifact type. Fixes [#507] - Thomas. * Force `update` to run on changes to last modified time of artifacts or cached descriptor (part of fix for [#532]). It may also fix issues when working with multiple local projects via 'publish-local' and binary dependencies. * Per-project resolution cache that deletes cached files before `update`. Notes: - The resolution cache differs from the repository cache and does not contain dependency metadata or artifacts.