Skip to content
Open
2 changes: 1 addition & 1 deletion cap-notebook/demoapp/db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<dependency>
<groupId>com.sap.cds</groupId>
<artifactId>sdm</artifactId>
<version>1.0.0-RC1</version>
<version>1.7.1-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
1 change: 1 addition & 0 deletions cap-notebook/demoapp/srv/attachment-extension.cds
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ annotate Books.attachments with {


annotate Books.references with {
content @Validation.Maximum : '100MB';
status @(
Common.Text: {
$value: ![statusText.text],
Expand Down
2 changes: 1 addition & 1 deletion cap-notebook/demoapp/srv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>com.sap.cds</groupId>
<artifactId>sdm</artifactId>
<version>1.0.0-RC1</version>
<version>1.7.1-SNAPSHOT</version>
</dependency>


Expand Down
Loading