This is an automated email from the ASF dual-hosted git repository. kbowers pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-benchmarks.git
commit 9d58c62357126b97090ebe80b00508f3a0faf3d8 Author: Tibor Zimányi <[email protected]> AuthorDate: Wed Oct 25 09:33:38 2023 +0200 [kie-issues#628] Change JBoss Nexus to Apache Nexus. (#17) --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 852c82f..5e47a44 100644 --- a/pom.xml +++ b/pom.xml @@ -23,9 +23,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]
