Modul Web nach client-web umbenannt.

This commit is contained in:
2026-01-17 16:51:54 +01:00
parent 8089a257d1
commit cfc276242f
14 changed files with 18 additions and 8 deletions

View File

@@ -11,7 +11,6 @@
<artifactId>docs</artifactId>
<!-- ... existing code ... -->
<build>
<plugins>
<plugin>
@@ -29,6 +28,12 @@
<attributes>
<!-- Pfad-Helper, um auf Code in anderen Modulen zuzugreifen -->
<project-root>${project.basedir}/..</project-root>
<project-name>${project.parent.name}</project-name>
<project-version>${project.version}</project-version>
<project-root>${project.basedir}/..</project-root>
<revnumber>${project.version}</revnumber>
<revdate>${maven.build.timestamp}</revdate>
<source-highlighter>coderay</source-highlighter>
</attributes>
</configuration>
</execution>