From 6cc1de840f87cfc20e609f9db8f955b6d954d8af Mon Sep 17 00:00:00 2001 From: Martin Goik <goik@hdm-stuttgart.de> Date: Wed, 31 Jan 2024 13:05:29 +0100 Subject: [PATCH] Correction module list --- P/pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/P/pom.xml b/P/pom.xml index e7de59a07..6258f8a0e 100644 --- a/P/pom.xml +++ b/P/pom.xml @@ -64,12 +64,11 @@ <module>Sd1/Figure/ToString</module> <module>Sd1/Figure/Scale</module> <module>Sd1/Figure/BaseClass</module> + <module>Sd1/math/V0_5</module> <module>Sd1/math/V0_7</module> <module>Sd1/math/V1</module> - <module>Sd1/math/V3</module> - <module>Sd1/math/V4</module> <module>Sd1/math/V2</module> - <module>Sd1/math/V0_5</module> + <module>Sd1/math/V3</module> <module>Sd1/HtmlFormatting/Simple/Exercise</module> <module>Sd1/HtmlFormatting/Simple/Solution</module> <module>Sd1/TicTacToe/V1</module> -- GitLab