Skip to content

Commit bd5ff13

Browse files
committed
refactor: rename fluent interface module
1 parent 506d64c commit bd5ff13

File tree

15 files changed

+2
-2
lines changed

15 files changed

+2
-2
lines changed
File renamed without changes.

fluentinterface/pom.xml renamed to fluent-interface/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<version>1.26.0-SNAPSHOT</version>
3333
</parent>
3434
<modelVersion>4.0.0</modelVersion>
35-
<artifactId>fluentinterface</artifactId>
35+
<artifactId>fluent-interface</artifactId>
3636
<dependencies>
3737
<dependency>
3838
<groupId>org.junit.jupiter</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
<module>business-delegate</module>
121121
<module>half-sync-half-async</module>
122122
<module>layers</module>
123-
<module>fluentinterface</module>
123+
<module>fluent-interface</module>
124124
<module>reactor</module>
125125
<module>caching</module>
126126
<module>delegation</module>

0 commit comments

Comments
 (0)