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 13:24:51 UTC

[cayenne] 02/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.0
in repository https://gitbox.apache.org/repos/asf/cayenne.git

commit ee3f458d38c07e9ea397b054ac223c3344f1af4e
Author: Nikita Timofeev <st...@gmail.com>
AuthorDate: Tue Nov 15 16:24:36 2022 +0300

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

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 8a423c2ae..6e48ee2d4 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -16,6 +16,7 @@ Changes/New Features:
 
 CAY-2519 Use NoopEventManager if SERVER_CONTEXTS_SYNC_PROPERTY is false
 CAY-2570 Use MySQL adapter for latest versions of MariaDB
+CAY-2775 Change ObjectStyle maven repository URL
 
 Bug Fixes:
 
diff --git a/pom.xml b/pom.xml
index 12ce901ac..f29dbb72c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -489,7 +489,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>
@@ -503,7 +503,7 @@
 		<pluginRepository>
 			<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>