This is an automated email from the ASF dual-hosted git repository.
stariy95 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/master by this push:
new 9b0478d64 5.0-M3 release
9b0478d64 is described below
commit 9b0478d645ccbc7b13511d98c734e1c079e3e180
Author: ntimofeev <[email protected]>
AuthorDate: Tue Aug 25 21:14:28 2026 +0300
5.0-M3 release
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 95edf7745..4deade560 100644
--- a/README.md
+++ b/README.md
@@ -51,14 +51,14 @@ Maven
<dependency>
<groupId>org.apache.cayenne</groupId>
<artifactId>cayenne</artifactId>
- <version>5.0-M2</version>
+ <version>5.0-M3</version>
</dependency>
</dependencies>
```
Gradle
```gradle
-implementation 'org.apache.cayenne:cayenne:5.0-M2'
+implementation 'org.apache.cayenne:cayenne:5.0-M3'
```
#### Create Cayenne Runtime