refactor: rename fluent interface module

This commit is contained in:
Ilkka Seppälä
2024-05-26 08:55:06 +03:00
parent 506d64cf40
commit bd5ff136c2
15 changed files with 2 additions and 2 deletions

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 82 KiB

@@ -32,7 +32,7 @@
<version>1.26.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>fluentinterface</artifactId>
<artifactId>fluent-interface</artifactId>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
+1 -1
View File
@@ -120,7 +120,7 @@
<module>business-delegate</module>
<module>half-sync-half-async</module>
<module>layers</module>
<module>fluentinterface</module>
<module>fluent-interface</module>
<module>reactor</module>
<module>caching</module>
<module>delegation</module>