From f2fb9450640cafe01af6c1bd6f34cb7f57a4f6b7 Mon Sep 17 00:00:00 2001 From: Marcel Date: Mon, 8 Nov 2021 15:16:26 +0100 Subject: [PATCH] naming error fixes --- executor-base/pom.xml | 4 ++-- executorcomputation/pom.xml | 4 ++-- executorrobot/pom.xml | 4 ++-- roster/pom.xml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/executor-base/pom.xml b/executor-base/pom.xml index 80c9739..7893d45 100644 --- a/executor-base/pom.xml +++ b/executor-base/pom.xml @@ -9,9 +9,9 @@ ch.unisg - executorBase + executorbase 0.0.1-SNAPSHOT - executorBase + executorbase Demo project for Spring Boot 11 diff --git a/executorcomputation/pom.xml b/executorcomputation/pom.xml index f422c55..b9e45ac 100644 --- a/executorcomputation/pom.xml +++ b/executorcomputation/pom.xml @@ -11,7 +11,7 @@ ch.unisg executorcomputation 0.0.1-SNAPSHOT - executor2 + executorcomputation Demo project for Spring Boot 11 @@ -42,7 +42,7 @@ ch.unisg - executorBase + executorbase 0.0.1-SNAPSHOT compile diff --git a/executorrobot/pom.xml b/executorrobot/pom.xml index f5348d4..101c268 100644 --- a/executorrobot/pom.xml +++ b/executorrobot/pom.xml @@ -11,7 +11,7 @@ ch.unisg executorrobot 0.0.1-SNAPSHOT - executor1 + executorrobot Demo project for Spring Boot 11 @@ -42,7 +42,7 @@ ch.unisg - executorBase + executorbase 0.0.1-SNAPSHOT diff --git a/roster/pom.xml b/roster/pom.xml index f51bff7..791e0d0 100644 --- a/roster/pom.xml +++ b/roster/pom.xml @@ -9,9 +9,9 @@ ch.unisg - assignment + roster 0.0.1-SNAPSHOT - assignment + roster Demo project for Spring Boot 11