This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch release/tools/1.3
in repository https://gitbox.apache.org/repos/asf/incubator-training.git
The following commit(s) were added to refs/heads/release/tools/1.3 by this push:
new 573ad2d chore: Tweaked some of the readmes
573ad2d is described below
commit 573ad2dc656accdd461715316a36b41c1fece097
Author: Christofer Dutz <[email protected]>
AuthorDate: Tue Sep 24 08:20:34 2024 +0200
chore: Tweaked some of the readmes
---
tools/content-archetype/README.md | 4 ++--
tools/content-parent-resources/README.md | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/tools/content-archetype/README.md
b/tools/content-archetype/README.md
index 93011be..4bdb15a 100644
--- a/tools/content-archetype/README.md
+++ b/tools/content-archetype/README.md
@@ -3,10 +3,10 @@
## Non-Windows
- mvn archetype:generate -DarchetypeGroupId=org.apache.training
-DarchetypeArtifactId=content-archetype -DarchetypeVersion=1.1.0-SNAPSHOT
+ mvn archetype:generate -DarchetypeGroupId=org.apache.training
-DarchetypeArtifactId=content-archetype -DarchetypeVersion=1.3.0
## Windows
For Windows, you need to put each argument in double-quotes.
- mvn archetype:generate "-DarchetypeGroupId=org.apache.training"
"-DarchetypeArtifactId=content-archetype" "-DarchetypeVersion=1.1.0-SNAPSHOT"
\ No newline at end of file
+ mvn archetype:generate "-DarchetypeGroupId=org.apache.training"
"-DarchetypeArtifactId=content-archetype" "-DarchetypeVersion=1.3.0"
\ No newline at end of file
diff --git a/tools/content-parent-resources/README.md
b/tools/content-parent-resources/README.md
index 84f7c36..2f82ce6 100644
--- a/tools/content-parent-resources/README.md
+++ b/tools/content-parent-resources/README.md
@@ -2,8 +2,8 @@ REMARKS:
the file: src/main/resources/document.html.slim contains a copy oif the
original version of the file in the asciidoctor-reveal.js-{version}/templates
directory.
-However we add two sets of divs in order to position logos.
-Additionally we add some CSS imports for c3, d3 libraries.
+However, we add two sets of divs in order to position logos.
+Additionally, we add some CSS imports for c3, d3 libraries.
All added blocks are wrapped in:
/ START ADDED For Apache Training