diff --git a/docs/release/trg-7/trg-7-04.md b/docs/release/trg-7/trg-7-04.md
index 20a77a1e736..375ad562ae6 100644
--- a/docs/release/trg-7/trg-7-04.md
+++ b/docs/release/trg-7/trg-7-04.md
@@ -27,7 +27,7 @@ All third-party content has to be checked and approved by the Eclipse Foundation
- Creating an IP issue manually (e.g. fonts, images, ...)
- Using the Eclipse Dash License Tool to creat IP issues in an automated way (libraries)
-All third party content used has to be documented in the NOTICE file or in the DEPENDENCY file. [Further information](/docs/release/trg-7/trg-7-01)
+All third party content used has to be documented in the NOTICE file or in the DEPENDENCY file. [Further information](/docs/release/trg-7/trg-7-01.md)
:::info
@@ -41,7 +41,7 @@ You can request the status of your used libraries via the [Dash Licence Tool](ht
**Steps:**
-- Download the lastest version: README => Get It => Download Link
+- Download the latest version: README => Get It => Download Link
- For every repository / technology:
- Create the list of transitive dependencies, see the README
- Run the Dash Tool with the parameters "-project automotive.tractusx" and "-summary DEPENDENCIES" (or use the maven plugin)
@@ -57,40 +57,44 @@ You can request the status of your used libraries via the [Dash Licence Tool](ht
**Example usage:**
-Make sure to also include test dependencies. For a maven-based java project you can configure the maven plugin as follows to include test-depenencies:
+Make sure to also include test dependencies. For a maven-based java project you can configure the maven plugin as follows to include test-dependencies:
``` xml
- dash-licenses-snapshots
- https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/
+ dash-licenses
+ https://repo.eclipse.org/content/repositories/dash-licenses/
true
-
- org.eclipse.dash
- license-tool-plugin
-
- 1.0.3-SNAPSHOT
-
- automotive.tractusx
-
- DEPENDENCIES
-
- test
-
-
-
- license-check
-
- license-check
-
-
-
-
+
+
+ org.eclipse.dash
+ license-tool-plugin
+
+ 1.0.2
+
+ automotive.tractusx
+
+ DEPENDENCIES
+
+ test
+
+
+
+ license-check
+
+ license-check
+
+
+
+
+
+
+
```
You then can invoke the plugin from command line as follows:
@@ -109,7 +113,7 @@ mvn org.eclipse.dash:license-tool-plugin:license-check
### Checking other content (fonts, images, ...)
-Other 3rd party content, e.g. fonts, icons, images has also to be approved by the Eclipse Foundation IP Team. See [here](/docs/oss/issues#eclipse-gitlab-ip-issue-tracker) for more information to create a IP issue manually.
+Other 3rd party content, e.g. fonts, icons, images has also to be approved by the Eclipse Foundation IP Team. See [here](/docs/oss/issues#eclipse-gitlab-ip-issue-tracker) for more information to create an IP issue manually.
If the content is approved add the information to the NOTICE file.