From 78198d2a1de49b4b905f841e1c6dd8344dedf054 Mon Sep 17 00:00:00 2001 From: Marco Lotz Date: Thu, 21 Dec 2017 18:23:21 +0100 Subject: [PATCH] update-properties page was using use-releases goal instead --- src/site/apt/examples/update-properties.apt.vm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/site/apt/examples/update-properties.apt.vm b/src/site/apt/examples/update-properties.apt.vm index 33e340ff8..e2aec7f8f 100644 --- a/src/site/apt/examples/update-properties.apt.vm +++ b/src/site/apt/examples/update-properties.apt.vm @@ -380,7 +380,7 @@ Update Properties To update the property for only the "com.foo.bar" dependencies, you can run: +---+ -mvn versions:use-releases -Dincludes=com.foo.bar:* +mvn versions:update-properties -Dincludes=com.foo.bar:* +---+ Would result in the property for the manchu.version being updated, but not the blarg.version property. @@ -388,7 +388,7 @@ mvn versions:use-releases -Dincludes=com.foo.bar:* In the above example, you could achieve the same result using: +---+ -mvn versions:use-releases -Dexcludes=org.blarg:* +mvn versions:update-properties -Dexcludes=org.blarg:* +---+ If a property is used by artifacts that are not allowed by the set of specified <> and <> then the property