Skip to content

Commit 760ed88

Browse files
committed
Move tests to right folder and fix module name
Move tests to right folder and fix module name to align with the other modules #release-4.7
1 parent bdb0391 commit 760ed88

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

axon-spring-boot-3-integrationtests/pom.xml renamed to kafka-spring-boot-3-integrationtests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

29-
<artifactId>axon-spring-boot-3-integrationtests</artifactId>
29+
<artifactId>axon-kafka-spring-boot-3-integrationtests</artifactId>
3030
<groupId>org.axonframework.extensions.kafka</groupId>
3131

3232
<name>Axon Framework Kafka Extension Spring Boot 3 Integration Tests</name>

axon-spring-boot-3-integrationtests/src/test/java/org/axonframework/extensions/kafka/integration/StreamableKafkaSourceIntegrationTest.java renamed to kafka-spring-boot-3-integrationtests/src/test/java/org/axonframework/extensions/kafka/integration/StreamableKafkaSourceIntegrationTest.java

File renamed without changes.

axon-spring-boot-3-integrationtests/src/test/resources/logback-test.xml renamed to kafka-spring-boot-3-integrationtests/src/test/resources/logback-test.xml

File renamed without changes.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@
546546
<jdk>[17,)</jdk>
547547
</activation>
548548
<modules>
549-
<module>axon-spring-boot-3-integrationtests</module>
549+
<module>kafka-spring-boot-3-integrationtests</module>
550550
</modules>
551551
</profile>
552552
</profiles>

0 commit comments

Comments
 (0)