Skip to content

Commit

Permalink
Tests: rename the "kotlin-serialization" integration tests module to …
Browse files Browse the repository at this point in the history
…"kotlin"

This is because these tests use the standard `@QuarkusTest` facility.
  • Loading branch information
Ladicek committed Dec 3, 2024
1 parent 794f7ac commit e9859df
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
<version>999-SNAPSHOT</version>
</parent>

<artifactId>quarkus-integration-test-kotlin-serialization</artifactId>
<name>Quarkus - Integration Tests - Kotlin Serialization</name>
<description>Kotlin Serialization integration tests module</description>
<artifactId>quarkus-integration-test-kotlin</artifactId>
<name>Quarkus - Integration Tests - Kotlin</name>

<properties>
<serialization.version>1.3.1</serialization.version>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,8 @@
<module>virtual-http-resteasy</module>
<module>maven</module>
<module>scala</module>
<module>kotlin</module>
<module>kotlin-maven-invoker</module>
<module>kotlin-serialization</module>
<module>mongodb-panache</module>
<module>mongodb-panache-kotlin</module>
<module>mongodb-rest-data-panache</module>
Expand Down

0 comments on commit e9859df

Please sign in to comment.