Skip to content

Commit

Permalink
move components to fluent-wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
qdriven committed Aug 20, 2024
1 parent a449786 commit 6741185
Show file tree
Hide file tree
Showing 127 changed files with 10 additions and 11 deletions.
6 changes: 0 additions & 6 deletions components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@

<modules>
<module>fluent-builtin</module>
<module>fluent-mindmap</module>
<module>fluentqa-md</module>

<module>fluent-excel</module>
<module>fluent-quickdao</module>
<module>fluent-httpclients</module>
<module>fluent-testlibs</module>
<module>fluent-loader</module>
</modules>
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>fluent-wrappers</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>

Expand Down
File renamed without changes.
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>fluent-wrappers</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>fluent-wrappers</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>

Expand Down
File renamed without changes.
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>fluent-wrappers</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
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>fluent-wrappers</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>

Expand Down
File renamed without changes.
5 changes: 5 additions & 0 deletions fluent-wrappers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,10 @@
<module>fluent-allure</module>
<module>fluent-jira</module>
<module>fluent-supabase</module>
<module>fluent-quickdao</module>
<module>fluent-mindmap</module>
<module>fluentqa-md</module>
<module>fluent-excel</module>
<module>fluent-httpclients</module>
</modules>
</project>

0 comments on commit 6741185

Please sign in to comment.