This is an automated email from the ASF dual-hosted git repository.
cstamas 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 d7fb5131 Fix doco
d7fb5131 is described below
commit d7fb5131e61a5b5ede686ff48c211bf4bb65de5a
Author: Tamas Cservenak <[email protected]>
AuthorDate: Tue Jun 13 10:33:08 2023 +0200
Fix doco
That was broken in fa5d6cf96618cca3ea5b8dcba48b315f68586c78
---
maven-resolver-named-locks-redisson/src/site/markdown/index.md.vm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/maven-resolver-named-locks-redisson/src/site/markdown/index.md.vm
b/maven-resolver-named-locks-redisson/src/site/markdown/index.md.vm
index f98d231f..2c78ca31 100644
--- a/maven-resolver-named-locks-redisson/src/site/markdown/index.md.vm
+++ b/maven-resolver-named-locks-redisson/src/site/markdown/index.md.vm
@@ -45,7 +45,7 @@ ${esc.hash}${esc.hash} Installation/Testing
- Create the directory `${maven.home}/lib/ext/redisson/` (if it does not
exist).
- Unzip the following bundle from Maven Central to
`${maven.home}/lib/ext/redisson/`:
<pre class="source">
- └── <a
href="https://repo.maven.apache.org/maven2/org/apache/maven/resolver/${project.artifactId}/${project.version}/${project.artifactId}-${project.version}-bundle.zip">${project.artifactId}-${project.version}-bundle.zip</a>
+ └── <a
href="https://repo.maven.apache.org/maven2/org/apache/maven/resolver/${project.artifactId}/${project.version}/${project.artifactId}-${project.version}-bundle.zip">${project.artifactId}-${project.version}-bundle.zip</a></pre>
- Start your Redis instance on `localhost` or configure a remote instance with
`${maven.conf}/maven-resolver-redisson.yaml`.
- Now start a multithreaded Maven build or multiple builds (e.g., CI server)
on your project.