Skip to content

Commit

Permalink
Merge pull request #828 from janblok/feature/dialects_in_sub_folders
Browse files Browse the repository at this point in the history
dialects in sub folders
  • Loading branch information
ntananh authored Dec 7, 2024
2 parents c69166e + ceb53bd commit 421cf44
Show file tree
Hide file tree
Showing 15 changed files with 12 additions and 17 deletions.
3 changes: 1 addition & 2 deletions mariadb-dialect/pom.xml → dialects/mariadb-dialect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
<groupId>io.9tiger</groupId>
<artifactId>db2rest-parent</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>

<relativePath>../../pom.xml</relativePath>
<!-- lookup parent from repository -->
</parent>

Expand Down
2 changes: 1 addition & 1 deletion mssql-dialect/pom.xml → dialects/mssql-dialect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>io.9tiger</groupId>
<artifactId>db2rest-parent</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
<relativePath>../../pom.xml</relativePath>
<!-- lookup parent from repository -->
</parent>

Expand Down
3 changes: 1 addition & 2 deletions mysql-dialect/pom.xml → dialects/mysql-dialect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
<groupId>io.9tiger</groupId>
<artifactId>db2rest-parent</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>

<relativePath>../../pom.xml</relativePath>
<!-- lookup parent from repository -->
</parent>

Expand Down
3 changes: 1 addition & 2 deletions oracle-dialect/pom.xml → dialects/oracle-dialect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
<groupId>io.9tiger</groupId>
<artifactId>db2rest-parent</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>

<relativePath>../../pom.xml</relativePath>
<!-- lookup parent from repository -->
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
<groupId>io.9tiger</groupId>
<artifactId>db2rest-parent</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>

<relativePath>../../pom.xml</relativePath>
<!-- lookup parent from repository -->
</parent>

Expand Down
3 changes: 1 addition & 2 deletions pg-dialect/pom.xml → dialects/pg-dialect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
<groupId>io.9tiger</groupId>
<artifactId>db2rest-parent</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>

<relativePath>../../pom.xml</relativePath>
<!-- lookup parent from repository -->
</parent>

Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@
<module>auth</module>
<module>mongo-support</module>
<module>rest-common</module>
<module>pg-dialect</module>
<module>mssql-dialect</module>
<module>mysql-dialect</module>
<module>mariadb-dialect</module>
<module>oracle-dialect</module>
<module>oracle9i-dialect</module>
<module>dialects/pg-dialect</module>
<module>dialects/mssql-dialect</module>
<module>dialects/mysql-dialect</module>
<module>dialects/mariadb-dialect</module>
<module>dialects/oracle-dialect</module>
<module>dialects/oracle9i-dialect</module>
<module>rdbms-common</module>
<module>db2rest-common</module>
<module>rdbms-support</module>
Expand Down

0 comments on commit 421cf44

Please sign in to comment.