This is an automated email from the ASF dual-hosted git repository.
sgoeschl pushed a commit to branch FREEMARKER-129
in repository https://gitbox.apache.org/repos/asf/freemarker-generator.git
The following commit(s) were added to refs/heads/FREEMARKER-129 by this push:
new 46c24e6 FREEMARKER-129 Cleanup POMs and dependency management
46c24e6 is described below
commit 46c24e62fdbb4b631448ba020228da754be5f3b8
Author: Siegfried Goeschl <[email protected]>
AuthorDate: Sun Feb 16 16:43:47 2020 +0100
FREEMARKER-129 Cleanup POMs and dependency management
---
freemarker-generator-tools/README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/freemarker-generator-tools/README.md
b/freemarker-generator-tools/README.md
index ce56a22..89cc733 100644
--- a/freemarker-generator-tools/README.md
+++ b/freemarker-generator-tools/README.md
@@ -25,9 +25,9 @@ The following tools are currently provided
| FreeMarkerTool | Expose useful Apache FreeMarker classes
|
| GrokTool | Process text files using
[Grok](https://github.com/thekrakken/java-grok) expressions
|
| JsonPathTool | Process JSON files using [Java JSON
Path](https://github.com/json-path/JsonPath) |
-| JsoupTool | Processing HTML files using
[Jsoup](https://jsoup.org) |
+| JsoupTool | Process HTML files using [Jsoup](https://jsoup.org)
|
| PropertiesTool | Process JDK properties files
|
-| SystemTool | System-related utility methods
|
+| SystemTool | Expose System-related utility methods
|
| XmlTool | Process XML files using [Apache
FreeMarker](https://freemarker.apache.org/docs/xgui.html) |
| YamlTool | Process YAML files using
[SnakeYAML](https://bitbucket.org/asomov/snakeyaml/wiki/Home)
|
| UUIDTool | Create UUIDs
|