From 6e966919d3ea35417d7b75fd8cbe30a6a89d8e06 Mon Sep 17 00:00:00 2001 From: Xavier Fontanet Date: Sat, 22 Jun 2024 19:03:12 +0200 Subject: [PATCH] introduce rover-commands module and update versions --- mars-station/pom.xml | 3 ++- pom.xml | 3 ++- rover-commands/pom.xml | 27 +++++++++++++++++++++++++++ user-interface-console/pom.xml | 4 ++-- 4 files changed, 33 insertions(+), 4 deletions(-) create mode 100644 rover-commands/pom.xml diff --git a/mars-station/pom.xml b/mars-station/pom.xml index 6df7410..21d8c06 100644 --- a/mars-station/pom.xml +++ b/mars-station/pom.xml @@ -5,11 +5,12 @@ mars-rover cat.hack3.codingtests - 1.0-SNAPSHOT + 10.0 4.0.0 mars-station + 2.0 17 diff --git a/pom.xml b/pom.xml index c43654c..e924a80 100644 --- a/pom.xml +++ b/pom.xml @@ -7,11 +7,12 @@ cat.hack3.codingtests mars-rover pom - 1.0-SNAPSHOT + 10.0 mars-station user-interface-console + rover-commands diff --git a/rover-commands/pom.xml b/rover-commands/pom.xml new file mode 100644 index 0000000..b231e35 --- /dev/null +++ b/rover-commands/pom.xml @@ -0,0 +1,27 @@ + + + + mars-rover + cat.hack3.codingtests + 10.0 + + 4.0.0 + + rover-commands + + + 17 + 17 + + + + + cat.hack3.codingtests + mars-station + 2.0 + + + + \ No newline at end of file diff --git a/user-interface-console/pom.xml b/user-interface-console/pom.xml index 8c593ef..7d67149 100644 --- a/user-interface-console/pom.xml +++ b/user-interface-console/pom.xml @@ -5,7 +5,7 @@ mars-rover cat.hack3.codingtests - 1.0-SNAPSHOT + 10.0 4.0.0 @@ -20,7 +20,7 @@ cat.hack3.codingtests mars-station - 1.0-SNAPSHOT + 2.0