Skip to content

Commit

Permalink
refine modules and components
Browse files Browse the repository at this point in the history
  • Loading branch information
qdriven committed Aug 20, 2024
1 parent a863cbc commit a449786
Show file tree
Hide file tree
Showing 185 changed files with 7 additions and 6 deletions.
4 changes: 1 addition & 3 deletions components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,11 @@
<module>fluent-builtin</module>
<module>fluent-mindmap</module>
<module>fluentqa-md</module>
<module>fluent-openapi</module>

<module>fluent-excel</module>
<module>fluent-quickdao</module>
<module>fluent-httpclients</module>
<module>fluent-datafactory</module>
<module>fluent-testlibs</module>
<module>fluent-spring</module>
<module>fluent-loader</module>
</modules>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.fluent</groupId>
<artifactId>components</artifactId>
<artifactId>modules</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.fluent</groupId>
<artifactId>components</artifactId>
<artifactId>modules</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.fluent</groupId>
<artifactId>components</artifactId>
<artifactId>modules</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>

Expand Down
3 changes: 3 additions & 0 deletions modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@
<artifactId>modules</artifactId>
<packaging>pom</packaging>
<modules>
<module>fluent-datafactory</module>
<module>fluent-base-ext</module>
<module>fluent-payment</module>
<module>fluent-openapi</module>
<module>fluent-spring</module>
</modules>

<properties>
Expand Down

0 comments on commit a449786

Please sign in to comment.