From 48516dc138c48c40c640bb859dd8f46f85253f97 Mon Sep 17 00:00:00 2001 From: Tobias Stamann Date: Wed, 13 Mar 2024 10:35:03 +0100 Subject: [PATCH 1/6] Update for next development version --- annotationwrapper/api/pom.xml | 2 +- annotationwrapper/integrationtest/pom.xml | 2 +- annotationwrapper/pom.xml | 2 +- annotationwrapper/processor/pom.xml | 2 +- common/pom.xml | 2 +- compilermessages/api/pom.xml | 2 +- compilermessages/integrationtest/pom.xml | 2 +- compilermessages/pom.xml | 2 +- compilermessages/processor/pom.xml | 2 +- cute/pom.xml | 2 +- example/example-annotationprocessor/pom.xml | 2 +- example/example-annotations/pom.xml | 2 +- example/example-usecase/pom.xml | 2 +- example/pom.xml | 2 +- extensions/java9/pom.xml | 2 +- extensions/pom.xml | 2 +- pom.xml | 2 +- templating/pom.xml | 2 +- tools/pom.xml | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/annotationwrapper/api/pom.xml b/annotationwrapper/api/pom.xml index 72c71559..37abf320 100644 --- a/annotationwrapper/api/pom.xml +++ b/annotationwrapper/api/pom.xml @@ -8,7 +8,7 @@ io.toolisticon.aptk aptk-annotationwrapper-parent - 0.23.0 + 0.23.1-SNAPSHOT aptk-annotationwrapper-api diff --git a/annotationwrapper/integrationtest/pom.xml b/annotationwrapper/integrationtest/pom.xml index 4cb1fbba..1d3d5f56 100644 --- a/annotationwrapper/integrationtest/pom.xml +++ b/annotationwrapper/integrationtest/pom.xml @@ -9,7 +9,7 @@ io.toolisticon.aptk aptk-annotationwrapper-parent - 0.23.0 + 0.23.1-SNAPSHOT aptk-annotationwrapper-integrationTest diff --git a/annotationwrapper/pom.xml b/annotationwrapper/pom.xml index fd0ef578..66d2d456 100644 --- a/annotationwrapper/pom.xml +++ b/annotationwrapper/pom.xml @@ -11,7 +11,7 @@ io.toolisticon.aptk aptk-parent - 0.23.0 + 0.23.1-SNAPSHOT diff --git a/annotationwrapper/processor/pom.xml b/annotationwrapper/processor/pom.xml index b1a6e084..29e861d8 100644 --- a/annotationwrapper/processor/pom.xml +++ b/annotationwrapper/processor/pom.xml @@ -9,7 +9,7 @@ io.toolisticon.aptk aptk-annotationwrapper-parent - 0.23.0 + 0.23.1-SNAPSHOT aptk-annotationwrapper-processor diff --git a/common/pom.xml b/common/pom.xml index 5f4f16d5..f540afe1 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -7,7 +7,7 @@ io.toolisticon.aptk aptk-parent - 0.23.0 + 0.23.1-SNAPSHOT aptk-common diff --git a/compilermessages/api/pom.xml b/compilermessages/api/pom.xml index 027b96c3..c7ae948c 100644 --- a/compilermessages/api/pom.xml +++ b/compilermessages/api/pom.xml @@ -8,7 +8,7 @@ io.toolisticon.aptk aptk-compilermessages-parent - 0.23.0 + 0.23.1-SNAPSHOT aptk-compilermessages-api diff --git a/compilermessages/integrationtest/pom.xml b/compilermessages/integrationtest/pom.xml index 39e73b94..5d04640d 100644 --- a/compilermessages/integrationtest/pom.xml +++ b/compilermessages/integrationtest/pom.xml @@ -9,7 +9,7 @@ io.toolisticon.aptk aptk-compilermessages-parent - 0.23.0 + 0.23.1-SNAPSHOT aptk-compilermessages-integrationTest diff --git a/compilermessages/pom.xml b/compilermessages/pom.xml index f752e722..59538bf8 100644 --- a/compilermessages/pom.xml +++ b/compilermessages/pom.xml @@ -11,7 +11,7 @@ io.toolisticon.aptk aptk-parent - 0.23.0 + 0.23.1-SNAPSHOT diff --git a/compilermessages/processor/pom.xml b/compilermessages/processor/pom.xml index 81100cee..01681c05 100644 --- a/compilermessages/processor/pom.xml +++ b/compilermessages/processor/pom.xml @@ -9,7 +9,7 @@ io.toolisticon.aptk aptk-compilermessages-parent - 0.23.0 + 0.23.1-SNAPSHOT aptk-compilermessages-processor diff --git a/cute/pom.xml b/cute/pom.xml index 45a30b87..d145d5fc 100644 --- a/cute/pom.xml +++ b/cute/pom.xml @@ -8,7 +8,7 @@ io.toolisticon.aptk aptk-parent - 0.23.0 + 0.23.1-SNAPSHOT aptk-cute diff --git a/example/example-annotationprocessor/pom.xml b/example/example-annotationprocessor/pom.xml index 9ffc4489..fbc790a0 100644 --- a/example/example-annotationprocessor/pom.xml +++ b/example/example-annotationprocessor/pom.xml @@ -8,7 +8,7 @@ io.toolisticon.aptk aptk-example-parent - 0.23.0 + 0.23.1-SNAPSHOT aptk-example-annotationprocessor diff --git a/example/example-annotations/pom.xml b/example/example-annotations/pom.xml index dd72e543..b0f74b19 100644 --- a/example/example-annotations/pom.xml +++ b/example/example-annotations/pom.xml @@ -7,7 +7,7 @@ io.toolisticon.aptk aptk-example-parent - 0.23.0 + 0.23.1-SNAPSHOT aptk-example-annotations diff --git a/example/example-usecase/pom.xml b/example/example-usecase/pom.xml index 65a6d396..9bb76807 100644 --- a/example/example-usecase/pom.xml +++ b/example/example-usecase/pom.xml @@ -7,7 +7,7 @@ io.toolisticon.aptk aptk-example-parent - 0.23.0 + 0.23.1-SNAPSHOT aptk-example-usecase diff --git a/example/pom.xml b/example/pom.xml index b7a1f020..15a92205 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -7,7 +7,7 @@ io.toolisticon.aptk aptk-parent - 0.23.0 + 0.23.1-SNAPSHOT aptk-example-parent diff --git a/extensions/java9/pom.xml b/extensions/java9/pom.xml index 24ca55ba..fcb5f409 100644 --- a/extensions/java9/pom.xml +++ b/extensions/java9/pom.xml @@ -8,7 +8,7 @@ io.toolisticon.aptk extension-parent - 0.23.0 + 0.23.1-SNAPSHOT aptk-tools-java9 diff --git a/extensions/pom.xml b/extensions/pom.xml index 3219dd6c..6e90ffe0 100644 --- a/extensions/pom.xml +++ b/extensions/pom.xml @@ -7,7 +7,7 @@ io.toolisticon.aptk aptk-parent - 0.23.0 + 0.23.1-SNAPSHOT extension-parent diff --git a/pom.xml b/pom.xml index 721c6896..8f721c93 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.toolisticon.aptk aptk-parent - 0.23.0 + 0.23.1-SNAPSHOT pom aptk-parent diff --git a/templating/pom.xml b/templating/pom.xml index 76a480ac..b2a62017 100644 --- a/templating/pom.xml +++ b/templating/pom.xml @@ -7,7 +7,7 @@ io.toolisticon.aptk aptk-parent - 0.23.0 + 0.23.1-SNAPSHOT aptk-templating diff --git a/tools/pom.xml b/tools/pom.xml index c028b0ba..aaf3cb0f 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -8,7 +8,7 @@ io.toolisticon.aptk aptk-parent - 0.23.0 + 0.23.1-SNAPSHOT aptk-tools From dcf9b7b0713420063cc72b5cfffb53d39e2e278b Mon Sep 17 00:00:00 2001 From: Tobias Stamann Date: Wed, 13 Mar 2024 11:03:43 +0100 Subject: [PATCH 2/6] Added idea codestyle --- idea_aptk_codestyle.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 idea_aptk_codestyle.xml diff --git a/idea_aptk_codestyle.xml b/idea_aptk_codestyle.xml new file mode 100644 index 00000000..dbba3ddc --- /dev/null +++ b/idea_aptk_codestyle.xml @@ -0,0 +1,13 @@ + + \ No newline at end of file From ee53c3bd6e8ca7bc1f92d04512400e7de5561ccb Mon Sep 17 00:00:00 2001 From: Tobias Stamann Date: Tue, 2 Apr 2024 15:21:06 +0200 Subject: [PATCH 3/6] Update codeql-analysis.yml --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index bc31861e..4e483009 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -43,7 +43,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v1 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. From 629d54e3f2c770247333619966660ab42f1396c2 Mon Sep 17 00:00:00 2001 From: Tobias Stamann Date: Tue, 2 Apr 2024 15:53:11 +0200 Subject: [PATCH 4/6] Update codeql-analysis.yml --- .github/workflows/codeql-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 4e483009..fb132a97 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -54,7 +54,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@v1 + uses: github/codeql-action/autobuild@v3 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -68,4 +68,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 + uses: github/codeql-action/analyze@v3 From b65428e12e467578863fc8b8292324826348f5b9 Mon Sep 17 00:00:00 2001 From: Tobias Stamann Date: Fri, 5 Apr 2024 17:39:13 +0200 Subject: [PATCH 5/6] [#147] Fixed issues with ElementWrapper.filterFlattenedEnclosedElementTree() --- .../aptk/tools/wrapper/ElementWrapper.java | 4 +- .../tools/wrapper/PackageElementWrapper.java | 15 +++++++ .../tools/wrapper/ElementWrapperTest.java | 28 ++++++++++++- .../wrapper/PackageElementWrapperTest.java | 42 +++++++++++++++++++ 4 files changed, 85 insertions(+), 4 deletions(-) diff --git a/tools/src/main/java/io/toolisticon/aptk/tools/wrapper/ElementWrapper.java b/tools/src/main/java/io/toolisticon/aptk/tools/wrapper/ElementWrapper.java index b49671a7..7f5075fb 100644 --- a/tools/src/main/java/io/toolisticon/aptk/tools/wrapper/ElementWrapper.java +++ b/tools/src/main/java/io/toolisticon/aptk/tools/wrapper/ElementWrapper.java @@ -310,8 +310,8 @@ public List> getFlattenedEnclosedElementTree(boolean inc * @return a list of all elements up to the max depth of the enclosed element tree plus element itself if includeSelf flag is set */ public List> getFlattenedEnclosedElementTree(boolean includeSelf, int maxDepth) { - return ElementUtils.AccessEnclosingElements.getFlattenedEnclosingElementsTree(this.unwrap(), includeSelf, maxDepth) - .stream().map(ExecutableElementWrapper::wrap).collect(Collectors.toList()); + return ElementUtils.AccessEnclosedElements.flattenEnclosedElementTree(this.unwrap(), includeSelf, maxDepth) + .stream().map(ElementWrapper::wrap).collect(Collectors.toList()); } /** diff --git a/tools/src/main/java/io/toolisticon/aptk/tools/wrapper/PackageElementWrapper.java b/tools/src/main/java/io/toolisticon/aptk/tools/wrapper/PackageElementWrapper.java index bb1fc229..d1f42f57 100644 --- a/tools/src/main/java/io/toolisticon/aptk/tools/wrapper/PackageElementWrapper.java +++ b/tools/src/main/java/io/toolisticon/aptk/tools/wrapper/PackageElementWrapper.java @@ -1,6 +1,9 @@ package io.toolisticon.aptk.tools.wrapper; +import io.toolisticon.aptk.common.ToolingProvider; + import javax.lang.model.element.PackageElement; +import java.util.Optional; /** * Wrapper for PackageElement. @@ -45,4 +48,16 @@ public static PackageElementWrapper wrap(PackageElement element) { return new PackageElementWrapper(element); } + /** + * Gets the PackageElementWrapper by using a fully qualified package name. + * @param fqn the fully qualified name of the package + * @return an Optional containing the PackageElementWrapper or an empty Optional if the package element can't be found + */ + public static Optional getByFqn(String fqn) { + + PackageElement packageElement = ToolingProvider.getTooling().getElements().getPackageElement(fqn); + return packageElement != null ? Optional.of(PackageElementWrapper.wrap(packageElement)) : Optional.empty(); + + } + } diff --git a/tools/src/test/java/io/toolisticon/aptk/tools/wrapper/ElementWrapperTest.java b/tools/src/test/java/io/toolisticon/aptk/tools/wrapper/ElementWrapperTest.java index 5e8b80dc..b0d954d4 100644 --- a/tools/src/test/java/io/toolisticon/aptk/tools/wrapper/ElementWrapperTest.java +++ b/tools/src/test/java/io/toolisticon/aptk/tools/wrapper/ElementWrapperTest.java @@ -8,6 +8,7 @@ import io.toolisticon.cute.UnitTest; import org.hamcrest.MatcherAssert; import org.hamcrest.Matchers; +import org.junit.Ignore; import org.junit.Test; import org.mockito.Mockito; @@ -25,6 +26,7 @@ import java.lang.annotation.Target; import java.util.List; import java.util.Optional; +import java.util.Set; import java.util.stream.Collectors; /** @@ -190,10 +192,11 @@ public void test_getAnnotations() { CompileTestBuilder.unitTest().defineTestWithPassedInElement(TestClass.class, (processingEnvironment, element) -> { ElementWrapper unit = ElementWrapper.wrap(element); - MatcherAssert.assertThat("Should find annotation", unit.getAnnotations(),Matchers.hasSize(1)); + MatcherAssert.assertThat("Should find annotation", unit.getAnnotations(), Matchers.hasSize(1)); }).executeTest(); } + @Test public void test_getAnnotation_byFqnString() { @@ -275,7 +278,6 @@ public void test_getFirstEnclosingElementWithKind() { MatcherAssert.assertThat(unit.getFirstEnclosingElementWithKind(ElementKind.PACKAGE).get().getQualifiedName(), Matchers.is(ElementWrapperTest.class.getPackage().getName())); - }).executeTest(); } @@ -943,4 +945,26 @@ public void test_toVariableElementWrapper() { } + static class FlattenedNestedTestClass { + + } + @Test + @Ignore + public void test_filterFlattenedEnclosedElementTree() { + CompileTestBuilder.unitTest().defineTest((processingEnvironment, element) -> { + try { + ToolingProvider.setTooling(processingEnvironment); + PackageElementWrapper packageElementWrapper = PackageElementWrapper.getByFqn(ElementWrapperTest.class.getPackage().getName()).get(); + Set types = packageElementWrapper.filterFlattenedEnclosedElementTree().applyFilter(AptkCoreMatchers.IS_TYPE_ELEMENT).getResult().stream().map(e -> e.getQualifiedName().toString()).collect(Collectors.toSet()); + MatcherAssert.assertThat("Must find this class", types.contains(ElementWrapperTest.class.getCanonicalName())); + MatcherAssert.assertThat("Must find nested class", types.contains(FlattenedNestedTestClass.class.getCanonicalName())); + }finally { + ToolingProvider.clearTooling(); + } + }) + .compilationShouldSucceed() + .executeTest(); + } + + } diff --git a/tools/src/test/java/io/toolisticon/aptk/tools/wrapper/PackageElementWrapperTest.java b/tools/src/test/java/io/toolisticon/aptk/tools/wrapper/PackageElementWrapperTest.java index 758f77c7..15eec98f 100644 --- a/tools/src/test/java/io/toolisticon/aptk/tools/wrapper/PackageElementWrapperTest.java +++ b/tools/src/test/java/io/toolisticon/aptk/tools/wrapper/PackageElementWrapperTest.java @@ -1,5 +1,6 @@ package io.toolisticon.aptk.tools.wrapper; +import io.toolisticon.aptk.common.ToolingProvider; import io.toolisticon.cute.CompileTestBuilder; import io.toolisticon.cute.PassIn; import org.hamcrest.MatcherAssert; @@ -7,6 +8,7 @@ import org.junit.Test; import org.mockito.Mockito; +import javax.lang.model.element.Element; import javax.lang.model.element.PackageElement; import javax.lang.model.element.TypeElement; @@ -26,6 +28,46 @@ public void test_getQualifiedName() { } + @Test + public void test_getByFqn() { + + CompileTestBuilder.unitTest().defineTest((processingEnvironment, element) -> { + + try { + + ToolingProvider.setTooling(processingEnvironment); + + String fqn = PackageElementWrapperTest.class.getPackage().getName(); + MatcherAssert.assertThat(PackageElementWrapper.getByFqn(fqn).get().getQualifiedName(), Matchers.is(fqn)); + + } finally { + ToolingProvider.clearTooling(); + } + + }).executeTest(); + + } + + @Test + public void test_getByFqn_nonExistingPackage() { + + CompileTestBuilder.unitTest().defineTest((processingEnvironment, element) -> { + + try { + + ToolingProvider.setTooling(processingEnvironment); + + String fqn = "xyz.xyz.xyz"; + MatcherAssert.assertThat("Package must not be found", !PackageElementWrapper.getByFqn(fqn).isPresent()); + + } finally { + ToolingProvider.clearTooling(); + } + + }).executeTest(); + + } + @Test public void test_isUnnamed() { PackageElement packageElement = Mockito.mock(PackageElement.class); From b051055bc741bffb8cf536a99b78ac7d3b590f3e Mon Sep 17 00:00:00 2001 From: Tobias Stamann Date: Fri, 5 Apr 2024 17:47:51 +0200 Subject: [PATCH 6/6] Update versions for release --- annotationwrapper/api/pom.xml | 2 +- annotationwrapper/integrationtest/pom.xml | 2 +- annotationwrapper/pom.xml | 2 +- annotationwrapper/processor/pom.xml | 2 +- common/pom.xml | 2 +- compilermessages/api/pom.xml | 2 +- compilermessages/integrationtest/pom.xml | 2 +- compilermessages/pom.xml | 2 +- compilermessages/processor/pom.xml | 2 +- cute/pom.xml | 2 +- example/example-annotationprocessor/pom.xml | 2 +- example/example-annotations/pom.xml | 2 +- example/example-usecase/pom.xml | 2 +- example/pom.xml | 2 +- extensions/java9/pom.xml | 2 +- extensions/pom.xml | 2 +- pom.xml | 2 +- templating/pom.xml | 2 +- tools/pom.xml | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/annotationwrapper/api/pom.xml b/annotationwrapper/api/pom.xml index 37abf320..a0439a9b 100644 --- a/annotationwrapper/api/pom.xml +++ b/annotationwrapper/api/pom.xml @@ -8,7 +8,7 @@ io.toolisticon.aptk aptk-annotationwrapper-parent - 0.23.1-SNAPSHOT + 0.24.0 aptk-annotationwrapper-api diff --git a/annotationwrapper/integrationtest/pom.xml b/annotationwrapper/integrationtest/pom.xml index 1d3d5f56..3da2d903 100644 --- a/annotationwrapper/integrationtest/pom.xml +++ b/annotationwrapper/integrationtest/pom.xml @@ -9,7 +9,7 @@ io.toolisticon.aptk aptk-annotationwrapper-parent - 0.23.1-SNAPSHOT + 0.24.0 aptk-annotationwrapper-integrationTest diff --git a/annotationwrapper/pom.xml b/annotationwrapper/pom.xml index 66d2d456..42a2485a 100644 --- a/annotationwrapper/pom.xml +++ b/annotationwrapper/pom.xml @@ -11,7 +11,7 @@ io.toolisticon.aptk aptk-parent - 0.23.1-SNAPSHOT + 0.24.0 diff --git a/annotationwrapper/processor/pom.xml b/annotationwrapper/processor/pom.xml index 29e861d8..505188dd 100644 --- a/annotationwrapper/processor/pom.xml +++ b/annotationwrapper/processor/pom.xml @@ -9,7 +9,7 @@ io.toolisticon.aptk aptk-annotationwrapper-parent - 0.23.1-SNAPSHOT + 0.24.0 aptk-annotationwrapper-processor diff --git a/common/pom.xml b/common/pom.xml index f540afe1..858e1564 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -7,7 +7,7 @@ io.toolisticon.aptk aptk-parent - 0.23.1-SNAPSHOT + 0.24.0 aptk-common diff --git a/compilermessages/api/pom.xml b/compilermessages/api/pom.xml index c7ae948c..ceb0a436 100644 --- a/compilermessages/api/pom.xml +++ b/compilermessages/api/pom.xml @@ -8,7 +8,7 @@ io.toolisticon.aptk aptk-compilermessages-parent - 0.23.1-SNAPSHOT + 0.24.0 aptk-compilermessages-api diff --git a/compilermessages/integrationtest/pom.xml b/compilermessages/integrationtest/pom.xml index 5d04640d..16182eb8 100644 --- a/compilermessages/integrationtest/pom.xml +++ b/compilermessages/integrationtest/pom.xml @@ -9,7 +9,7 @@ io.toolisticon.aptk aptk-compilermessages-parent - 0.23.1-SNAPSHOT + 0.24.0 aptk-compilermessages-integrationTest diff --git a/compilermessages/pom.xml b/compilermessages/pom.xml index 59538bf8..ec29f8ba 100644 --- a/compilermessages/pom.xml +++ b/compilermessages/pom.xml @@ -11,7 +11,7 @@ io.toolisticon.aptk aptk-parent - 0.23.1-SNAPSHOT + 0.24.0 diff --git a/compilermessages/processor/pom.xml b/compilermessages/processor/pom.xml index 01681c05..606d72c6 100644 --- a/compilermessages/processor/pom.xml +++ b/compilermessages/processor/pom.xml @@ -9,7 +9,7 @@ io.toolisticon.aptk aptk-compilermessages-parent - 0.23.1-SNAPSHOT + 0.24.0 aptk-compilermessages-processor diff --git a/cute/pom.xml b/cute/pom.xml index d145d5fc..2dc91a90 100644 --- a/cute/pom.xml +++ b/cute/pom.xml @@ -8,7 +8,7 @@ io.toolisticon.aptk aptk-parent - 0.23.1-SNAPSHOT + 0.24.0 aptk-cute diff --git a/example/example-annotationprocessor/pom.xml b/example/example-annotationprocessor/pom.xml index fbc790a0..253f4a54 100644 --- a/example/example-annotationprocessor/pom.xml +++ b/example/example-annotationprocessor/pom.xml @@ -8,7 +8,7 @@ io.toolisticon.aptk aptk-example-parent - 0.23.1-SNAPSHOT + 0.24.0 aptk-example-annotationprocessor diff --git a/example/example-annotations/pom.xml b/example/example-annotations/pom.xml index b0f74b19..651cc9f9 100644 --- a/example/example-annotations/pom.xml +++ b/example/example-annotations/pom.xml @@ -7,7 +7,7 @@ io.toolisticon.aptk aptk-example-parent - 0.23.1-SNAPSHOT + 0.24.0 aptk-example-annotations diff --git a/example/example-usecase/pom.xml b/example/example-usecase/pom.xml index 9bb76807..59d2599e 100644 --- a/example/example-usecase/pom.xml +++ b/example/example-usecase/pom.xml @@ -7,7 +7,7 @@ io.toolisticon.aptk aptk-example-parent - 0.23.1-SNAPSHOT + 0.24.0 aptk-example-usecase diff --git a/example/pom.xml b/example/pom.xml index 15a92205..3e60c1bd 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -7,7 +7,7 @@ io.toolisticon.aptk aptk-parent - 0.23.1-SNAPSHOT + 0.24.0 aptk-example-parent diff --git a/extensions/java9/pom.xml b/extensions/java9/pom.xml index fcb5f409..511d23e1 100644 --- a/extensions/java9/pom.xml +++ b/extensions/java9/pom.xml @@ -8,7 +8,7 @@ io.toolisticon.aptk extension-parent - 0.23.1-SNAPSHOT + 0.24.0 aptk-tools-java9 diff --git a/extensions/pom.xml b/extensions/pom.xml index 6e90ffe0..972a40fd 100644 --- a/extensions/pom.xml +++ b/extensions/pom.xml @@ -7,7 +7,7 @@ io.toolisticon.aptk aptk-parent - 0.23.1-SNAPSHOT + 0.24.0 extension-parent diff --git a/pom.xml b/pom.xml index 8f721c93..54be9ce9 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.toolisticon.aptk aptk-parent - 0.23.1-SNAPSHOT + 0.24.0 pom aptk-parent diff --git a/templating/pom.xml b/templating/pom.xml index b2a62017..fa5360e7 100644 --- a/templating/pom.xml +++ b/templating/pom.xml @@ -7,7 +7,7 @@ io.toolisticon.aptk aptk-parent - 0.23.1-SNAPSHOT + 0.24.0 aptk-templating diff --git a/tools/pom.xml b/tools/pom.xml index aaf3cb0f..69f86171 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -8,7 +8,7 @@ io.toolisticon.aptk aptk-parent - 0.23.1-SNAPSHOT + 0.24.0 aptk-tools