Skip to content

Commit 2b429b4

Browse files
committed
Use 1.0.4-SNAPSHOT
1 parent bd0a970 commit 2b429b4

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

db/books.cds

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,6 @@ entity Books : cuid, managed {
2626
covers : Composition of many Attachments;
2727
}
2828

29-
annotate Attachments with @UI: {
30-
LineItem : [
31-
{Value: content},
32-
{Value: status},
33-
{Value: createdAt},
34-
{Value: createdBy},
35-
{Value: note},
36-
{Value: fileName}
37-
]
38-
} {
39-
modifiedAt @(odata.etag: null);
40-
}
41-
4229
entity Authors : cuid, managed {
4330
@assert.format : '^\p{Lu}.*' // assert that name starts with a capital letter
4431
name : String(111);

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<xsuaa.version>3.5.3</xsuaa.version>
2929
<cf-java-logging-support.version>3.8.4</cf-java-logging-support.version>
3030
<cds.cdsdk-version>8.3.0</cds.cdsdk-version>
31-
<cds-feature-attachments.version>1.0.3</cds-feature-attachments.version>
31+
<cds-feature-attachments.version>1.0.4-SNAPSHOT</cds-feature-attachments.version>
3232
</properties>
3333

3434
<modules>
@@ -79,7 +79,7 @@
7979
<dependencies>
8080
<dependency>
8181
<groupId>com.sap.cds</groupId>
82-
<artifactId>cds-feature-attachments</artifactId>
82+
<artifactId>cds-feature-attachments-fs</artifactId>
8383
<version>${cds-feature-attachments.version}</version>
8484
</dependency>
8585
</dependencies>

0 commit comments

Comments
 (0)