This is an automated email from the ASF dual-hosted git repository.
tzimanyi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-apps.git
The following commit(s) were added to refs/heads/main by this push:
new 734bf1ec1 [kie-issues#628] Change JBoss Nexus to Apache Nexus. (#1896)
734bf1ec1 is described below
commit 734bf1ec11415ec933ed7047b582f2f248701472
Author: Tibor Zimányi <[email protected]>
AuthorDate: Wed Oct 25 09:31:39 2023 +0200
[kie-issues#628] Change JBoss Nexus to Apache Nexus. (#1896)
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2a1a9eedb..ee6acce6b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,9 +39,9 @@
<repositories>
<!-- Bootstrap repository to locate the parent pom when the parent pom has
not been build locally. -->
<repository>
- <id>jboss-public-repository-group</id>
- <name>JBoss Public Repository Group</name>
- <url>https://repository.jboss.org/nexus/content/groups/public/</url>
+ <id>apache-public-repository-group</id>
+ <name>Apache Public Repository Group</name>
+ <url>https://repository.apache.org/content/groups/public/</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]