From 1a69e5932b707b3df1ff267229159695e8c1b4fb Mon Sep 17 00:00:00 2001 From: sampadawagde Date: Wed, 25 May 2022 20:14:49 +0530 Subject: [PATCH] JAVA-12098: Moved core-groovy-strings inside core-groovy-modules --- .../core-groovy-strings}/README.md | 0 .../core-groovy-strings}/pom.xml | 2 +- .../groovy/com/baeldung/removeprefix/RemovePrefixTest.groovy | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename {core-groovy-strings => core-groovy-modules/core-groovy-strings}/README.md (100%) rename {core-groovy-strings => core-groovy-modules/core-groovy-strings}/pom.xml (98%) rename {core-groovy-strings => core-groovy-modules/core-groovy-strings}/src/test/groovy/com/baeldung/removeprefix/RemovePrefixTest.groovy (100%) diff --git a/core-groovy-strings/README.md b/core-groovy-modules/core-groovy-strings/README.md similarity index 100% rename from core-groovy-strings/README.md rename to core-groovy-modules/core-groovy-strings/README.md diff --git a/core-groovy-strings/pom.xml b/core-groovy-modules/core-groovy-strings/pom.xml similarity index 98% rename from core-groovy-strings/pom.xml rename to core-groovy-modules/core-groovy-strings/pom.xml index 333b15cdbe..f6ad4d33cf 100644 --- a/core-groovy-strings/pom.xml +++ b/core-groovy-modules/core-groovy-strings/pom.xml @@ -10,7 +10,7 @@ com.baeldung - parent-modules + core-groovy-modules 1.0.0-SNAPSHOT diff --git a/core-groovy-strings/src/test/groovy/com/baeldung/removeprefix/RemovePrefixTest.groovy b/core-groovy-modules/core-groovy-strings/src/test/groovy/com/baeldung/removeprefix/RemovePrefixTest.groovy similarity index 100% rename from core-groovy-strings/src/test/groovy/com/baeldung/removeprefix/RemovePrefixTest.groovy rename to core-groovy-modules/core-groovy-strings/src/test/groovy/com/baeldung/removeprefix/RemovePrefixTest.groovy