Skip to content

Commit 1e98fc5

Browse files
authored
Bump cds-dk to 7.4.0 and disable localized edmx (#273)
1 parent e3a949a commit 1e98fc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<spring.boot.version>3.1.5</spring.boot.version>
2121
<cf-java-logging-support.version>3.7.1</cf-java-logging-support.version>
2222

23-
<cds.cdsdk-version>7.3.2</cds.cdsdk-version>
23+
<cds.cdsdk-version>7.4.0</cds.cdsdk-version>
2424
</properties>
2525

2626
<modules>

srv/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
</goals>
168168
<configuration>
169169
<commands>
170-
<command>build --for java</command>
170+
<command>build --for java --opts contentLocalizedEdmx=false</command>
171171
<command>deploy --profile pg --dry --delta-from srv/src/main/resources/db/changelog/v2/model.csn >
172172
srv/src/main/resources/db/changelog/dev/model.sql</command>
173173
<command>deploy --model-only --dry > srv/src/main/resources/db/changelog/dev/model.csn</command>

0 commit comments

Comments
 (0)