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 c3781c1e7 Fix maven artifact coordinates
c3781c1e7 is described below

commit c3781c1e7bffeaabf27c4086162ec5a516410283
Author: ntimofeev <[email protected]>
AuthorDate: Thu Aug 20 17:24:16 2026 +0300

    Fix maven artifact coordinates
---
 README.md | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index c0ef8c20c..5b57b325b 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@ Maven
 <dependencies>
     <dependency>
         <groupId>org.apache.cayenne</groupId>
-        <artifactId>cayenne-server</artifactId>
+        <artifactId>cayenne</artifactId>
         <version>5.0-M2</version>
     </dependency>
 </dependencies>
@@ -58,10 +58,7 @@ Maven
 
 Gradle
 ```gradle
-compile group: 'org.apache.cayenne', name: 'cayenne-server', version: '5.0-M1'
- 
-// or, if Gradle plugin is used
-compile cayenne.dependency('server')
+implementation 'org.apache.cayenne:cayenne:5.0-M2'
 ```
 
 #### Create Cayenne Runtime

Reply via email to