Skip to content

Commit dd987b6

Browse files
authored
Restructure the directory and package name for persistence modules (#1724)
1 parent dd2fdf9 commit dd987b6

File tree

41 files changed

+38
-38
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+38
-38
lines changed

.github/workflows/check-md-link.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ jobs:
4141
with:
4242
use-quiet-mode: 'yes'
4343
config-file: '.github/workflows/check-md-link-config.json'
44-
folder-path: 'regtests, .github, build-logic, polaris-core, service, quarkus, extension, spec, k8, getting-started, helm'
44+
folder-path: 'regtests, .github, build-logic, polaris-core, service, quarkus, persistence, spec, k8, getting-started, helm'
4545
file-path: 'CHAT_BYLAWS.md, CODE_OF_CONDUCT.md, CONTRIBUTING.md, README.md, SECURITY.md'

gradle/projects.main.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ polaris-quarkus-spark-tests=quarkus/spark-tests
3333
polaris-quarkus-admin=quarkus/admin
3434
polaris-quarkus-common=quarkus/common
3535
polaris-quarkus-test-commons=quarkus/test-commons
36-
polaris-eclipselink=extension/persistence/eclipselink
37-
polaris-relational-jdbc=extension/persistence/relational-jdbc
36+
polaris-eclipselink=persistence/eclipselink
37+
polaris-relational-jdbc=persistence/relational-jdbc
3838
polaris-tests=integration-tests
3939
aggregated-license-report=aggregated-license-report
4040
polaris-immutables=tools/immutables

0 commit comments

Comments
 (0)