From ec3a14ba93ba0be49170afa979f299bbf9e24300 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 11 Aug 2019 18:30:57 +0200 Subject: Fix typos Change-Id: Ia44a9dd214b5b09ed6f9c39b8057c41ae03897f1 Reviewed-on: https://gerrit.libreoffice.org/77285 Tested-by: Jenkins Reviewed-by: Julien Nabet --- solenv/maven/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'solenv/maven') diff --git a/solenv/maven/README.md b/solenv/maven/README.md index 29f853fbb6e5..0b19cd2fe87a 100644 --- a/solenv/maven/README.md +++ b/solenv/maven/README.md @@ -263,7 +263,7 @@ can be set: VERBOSE=1 buck build api_install ---- -Once executed, he local Maven respoitory contains the LibreOffice API +Once executed, the local Maven repository contains the LibreOffice API artifacts: ---- @@ -340,7 +340,7 @@ Once a repository is closed you can find the URL to it in the `Summary` section, e.g. https://oss.sonatype.org/content/repositories/orglibreoffice-4711 Use this URL for further testing of the artifacts in this repository, -e.g. to try building a extension against this API in this repository +e.g. to try building an extension against this API in this repository update the version in the `pom.xml` and configure the repository: ---- -- cgit