Skip to content

Commit

Permalink
Bump cds-dk to 7.4.0 and disable localized edmx (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
mofterdinger authored Nov 23, 2023
1 parent e3a949a commit 1e98fc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<spring.boot.version>3.1.5</spring.boot.version>
<cf-java-logging-support.version>3.7.1</cf-java-logging-support.version>

<cds.cdsdk-version>7.3.2</cds.cdsdk-version>
<cds.cdsdk-version>7.4.0</cds.cdsdk-version>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion srv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
</goals>
<configuration>
<commands>
<command>build --for java</command>
<command>build --for java --opts contentLocalizedEdmx=false</command>
<command>deploy --profile pg --dry --delta-from srv/src/main/resources/db/changelog/v2/model.csn >
srv/src/main/resources/db/changelog/dev/model.sql</command>
<command>deploy --model-only --dry > srv/src/main/resources/db/changelog/dev/model.csn</command>
Expand Down

0 comments on commit 1e98fc5

Please sign in to comment.