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:03:18 UTC

[cayenne] branch STABLE-4.2 updated: 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.2
in repository https://gitbox.apache.org/repos/asf/cayenne.git


The following commit(s) were added to refs/heads/STABLE-4.2 by this push:
     new 029611322 CAY-2775 Change ObjectStyle maven repository URL
029611322 is described below

commit 029611322f94ed5cade4c8717d0e36b053f7c837
Author: Nikita Timofeev <st...@gmail.com>
AuthorDate: Tue Nov 15 12:03:11 2022 +0300

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

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index c57426f6b..683ae46fa 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -17,6 +17,7 @@ CAY-2741 Cleanup TransactionDescriptor and deprecate DefaultTransactionDescripto
 CAY-2743 Deprecate ROP
 CAY-2749 Deprecate object clustering transports
 CAY-2750 Deprecate web module
+CAY-2775 Change Objectstyle maven repository URL
 
 Bug Fixes:
 
diff --git a/pom.xml b/pom.xml
index 3b55a85f1..8e300b8d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -546,7 +546,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>