Skip to content

Commit ecddad7

Browse files
committed
Change revision to 1.3.1-SNAPSHOT in POM files
1 parent 7934a6f commit ecddad7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ the [CAP Java Documentation](https://cap.cloud.sap/docs/java/security).
348348
### Multitenancy
349349

350350
- When using SAP HANA as the storage target, multitenancy support depends on the consuming application. In most cases, multitenancy is achieved by using a dedicated schema for each tenant, providing strong data isolation at the database level.
351-
- When using an [object store](storage-targets/cds-feature-attachments-oss) as the storage target, true multitenancy is not yet implemented (as of version 1.3.0). In this case, all blobs are stored in a single bucket, and tenant data is not separated.
351+
- When using an [object store](storage-targets/cds-feature-attachments-oss) as the storage target, true multitenancy is not yet implemented (as of version 1.3.1). In this case, all blobs are stored in a single bucket, and tenant data is not separated.
352352

353353
### Object Stores
354354

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</distributionManagement>
5959

6060
<properties>
61-
<revision>1.3.1</revision>
61+
<revision>1.3.1-SNAPSHOT</revision>
6262
<java.version>17</java.version>
6363
<maven.compiler.release>${java.version}</maven.compiler.release>
6464
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

samples/bookshop/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>com.sap.cds</groupId>
5050
<artifactId>cds-feature-attachments</artifactId>
51-
<version>1.3.0</version>
51+
<version>1.3.1</version>
5252
</dependency>
5353
</dependencies>
5454
</dependencyManagement>

0 commit comments

Comments
 (0)