You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2022/11/15 09:28:14 UTC

[cayenne] 01/02: CAY-2775 Change ObjectStyle maven repository URL

This is an automated email from the ASF dual-hosted git repository.

ntimofeev pushed a commit to branch STABLE-4.1
in repository https://gitbox.apache.org/repos/asf/cayenne.git

commit 51394f772ea6afc819cb8be8cc2acf328b7f0d0d
Author: Nikita Timofeev <st...@gmail.com>
AuthorDate: Tue Nov 15 12:18:11 2022 +0300

    CAY-2775 Change ObjectStyle maven repository URL
---
 RELEASE-NOTES.txt | 2 ++
 pom.xml           | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 40c8e7725..5c7876b05 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -14,6 +14,8 @@ Date:
 
 Changes/New Features:
 
+CAY-2775 Change Objectstyle maven repository URL
+
 Bug Fixes:
 
 CAY-2727 Modeler: cgen destDir Unix platform path separator
diff --git a/pom.xml b/pom.xml
index 97129eb05..159ee9f92 100644
--- a/pom.xml
+++ b/pom.xml
@@ -498,7 +498,7 @@
 		<repository>
 			<id>objectstyle</id>
 			<name>ObjectStyle Repository</name>
-			<url>https://maven.objectstyle.org/nexus/content/groups/cayenne-deps</url>
+			<url>https://maven.objectstyle.org/repos/cayenne-deps/</url>
 			<layout>default</layout>
 			<snapshots>
 				<enabled>false</enabled>