You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2020/08/17 20:36:52 UTC

[maven-resolver] branch master updated: Fix description

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git


The following commit(s) were added to refs/heads/master by this push:
     new 196d6a2  Fix description
196d6a2 is described below

commit 196d6a2bf7595183991d641d44699f9627ba07d0
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Aug 17 22:36:44 2020 +0200

    Fix description
---
 maven-resolver-synccontext-global/src/site/markdown/index.md.vm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/maven-resolver-synccontext-global/src/site/markdown/index.md.vm b/maven-resolver-synccontext-global/src/site/markdown/index.md.vm
index 0990de7..5b22beb 100644
--- a/maven-resolver-synccontext-global/src/site/markdown/index.md.vm
+++ b/maven-resolver-synccontext-global/src/site/markdown/index.md.vm
@@ -21,8 +21,8 @@ under the License.
 
 <span style="color: red; font-size: 16pt">***Note***: *This component is still considered to be experimental, use with caution!*</span>
 
-The Global Sync Context is Java global lock factory for Maven Resolver to provide a concurrent-safe
-access from a single Maven instance to the same local Maven repository.
+The Global Sync Context Factory is Java global lock factory for Maven Resolver to provide a
+concurrent-safe access from a single Maven instance to the same local Maven repository.
 
 For further details about the factory read the [Javadoc](./apidocs/org/eclipse/aether/synccontext/GlobalSyncContextFactory.html).