You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by na...@apache.org on 2022/03/29 12:49:51 UTC

[ignite-extensions] branch master updated: IGNITE-16754 Fixed external redhat repository for spring extensions. (#104)

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

namelchev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git


The following commit(s) were added to refs/heads/master by this push:
     new fc9be68  IGNITE-16754 Fixed external redhat repository for spring extensions. (#104)
fc9be68 is described below

commit fc9be6874a6561d05ebfe4c9b0095e7cc72eb45c
Author: Mikhail Petrov <32...@users.noreply.github.com>
AuthorDate: Tue Mar 29 15:49:45 2022 +0300

    IGNITE-16754 Fixed external redhat repository for spring extensions. (#104)
---
 modules/spring-cache-ext/pom.xml | 2 +-
 modules/spring-tx-ext/pom.xml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/spring-cache-ext/pom.xml b/modules/spring-cache-ext/pom.xml
index 37a1441..93a91cf 100644
--- a/modules/spring-cache-ext/pom.xml
+++ b/modules/spring-cache-ext/pom.xml
@@ -112,7 +112,7 @@
         <repository>
             <id>maven-redhat-repo-id</id>
             <name>maven-redhat-repo-name</name>
-            <url>https://origin-maven.repository.redhat.com/ga</url>
+            <url>https://maven.repository.redhat.com/ga</url>
         </repository>
     </repositories>
 
diff --git a/modules/spring-tx-ext/pom.xml b/modules/spring-tx-ext/pom.xml
index 530d3f8..bcfb5bc 100644
--- a/modules/spring-tx-ext/pom.xml
+++ b/modules/spring-tx-ext/pom.xml
@@ -127,7 +127,7 @@
         <repository>
             <id>maven-redhat-repo-id</id>
             <name>maven-redhat-repo-name</name>
-            <url>https://origin-maven.repository.redhat.com/ga</url>
+            <url>https://maven.repository.redhat.com/ga</url>
         </repository>
     </repositories>