diff --git a/jr-test-module/pom.xml b/jr-groovy-test/pom.xml similarity index 92% rename from jr-test-module/pom.xml rename to jr-groovy-test/pom.xml index 538c3fd7..35733776 100644 --- a/jr-test-module/pom.xml +++ b/jr-groovy-test/pom.xml @@ -6,14 +6,14 @@ jackson-jr-parent 2.18.0-SNAPSHOT - jackson-jr-test-module + jackson-jr-groovy-test pom - Test Module with higher JDK Version + Groovy support to test Jackson-Jr + Test Module with Groovy support to test Jackson-Jr https://github.com/FasterXML/jackson-jr - 17 - 17 + 8 + 8 UTF-8 diff --git a/jr-test-module/src/test/groovy/GroovyObjectSupportTest.groovy b/jr-groovy-test/src/test/groovy/GroovyObjectSupportTest.groovy similarity index 100% rename from jr-test-module/src/test/groovy/GroovyObjectSupportTest.groovy rename to jr-groovy-test/src/test/groovy/GroovyObjectSupportTest.groovy diff --git a/jr-test-module/src/test/groovy/GroovyRecordsTest.groovy b/jr-groovy-test/src/test/groovy/GroovyRecordsTest.groovy similarity index 100% rename from jr-test-module/src/test/groovy/GroovyRecordsTest.groovy rename to jr-groovy-test/src/test/groovy/GroovyRecordsTest.groovy diff --git a/jr-test-module/src/test/java/Java17RecordTest.java b/jr-groovy-test/src/test/java/Java17RecordTest.java similarity index 100% rename from jr-test-module/src/test/java/Java17RecordTest.java rename to jr-groovy-test/src/test/java/Java17RecordTest.java diff --git a/pom.xml b/pom.xml index 58889185..ef443813 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ jr-stree jr-annotation-support jr-extension-javatime - jr-test-module + jr-groovy-test jr-all