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-benchmarks.git
The following commit(s) were added to refs/heads/main by this push:
new 06108c4e [kie-issues#628] Change JBoss Nexus to Apache Nexus. (#267)
06108c4e is described below
commit 06108c4e25135031ebf25f8cc910eecdf52afd22
Author: Tibor Zimányi <[email protected]>
AuthorDate: Thu Oct 12 16:20:04 2023 +0200
[kie-issues#628] Change JBoss Nexus to Apache Nexus. (#267)
---
jenkins-settings.xml | 80 ------------------------------------------
optaplanner-benchmarks/pom.xml | 6 ++--
pom.xml | 12 +++----
3 files changed, 9 insertions(+), 89 deletions(-)
diff --git a/jenkins-settings.xml b/jenkins-settings.xml
deleted file mode 100644
index e983b8b6..00000000
--- a/jenkins-settings.xml
+++ /dev/null
@@ -1,80 +0,0 @@
-<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
- http://maven.apache.org/xsd/settings-1.0.0.xsd">
-
- <!-- servers
- | This is a list of authentication profiles, keyed by the server-id
used within the system.
- | Authentication profiles can be used whenever maven must make a connection
to a remote server.
- |-->
- <servers>
- <server>
- <id>jboss-releases-repository</id>
- <username>kiereleaseuser</username>
- <password>hJi8Zpa34gT</password>
- </server>
- <server>
- <id>jboss-snapshots-repository</id>
- <username>hudson-services</username>
- <password>fiNi83Noauqw</password>
- </server>
- </servers>
- <mirrors>
- <mirror>
- <id>mirror-central</id>
- <mirrorOf>external:*</mirrorOf>
-
<url>https://bxms-qe.rhev-ci-vms.eng.rdu2.redhat.com:8443/nexus/content/groups/kie-all/</url>
- </mirror>
- </mirrors>
-
- <profiles>
- <profile>
- <id>internal-npm-registry</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <properties>
-
<npmRegistryURL>https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/</npmRegistryURL>
-
<yarnDownloadRoot>http://rcm-guest.app.eng.bos.redhat.com/rcm-guest/staging/rhba/dist/yarn/</yarnDownloadRoot>
-
<nodeDownloadRoot>http://rcm-guest.app.eng.bos.redhat.com/rcm-guest/staging/rhba/dist/node/</nodeDownloadRoot>
-
<npmDownloadRoot>http://rcm-guest.app.eng.bos.redhat.com/rcm-guest/staging/rhba/dist/npm/</npmDownloadRoot>
- </properties>
- </profile>
-
- <profile>
- <id>repository-for-snapshots</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <!-- M2 Central repository with snapshots enabled - required to be able
to resolve snapshots via mirror -->
- <repositories>
- <repository>
- <id>central</id>
- <name>Central Repository</name>
- <url>https://repo.maven.apache.org/maven2</url>
- <layout>default</layout>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- </repositories>
- <pluginRepositories>
- <pluginRepository>
- <id>central</id>
- <name>Central Repository</name>
- <url>https://repo.maven.apache.org/maven2</url>
- <layout>default</layout>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </pluginRepository>
- </pluginRepositories>
- </profile>
- </profiles>
-</settings>
diff --git a/optaplanner-benchmarks/pom.xml b/optaplanner-benchmarks/pom.xml
index cc3d549e..ebaa5f3a 100644
--- a/optaplanner-benchmarks/pom.xml
+++ b/optaplanner-benchmarks/pom.xml
@@ -88,9 +88,9 @@
</build>
<repositories>
<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>
diff --git a/pom.xml b/pom.xml
index 084d7858..8cb78181 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,9 +54,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>
@@ -70,8 +70,8 @@
</repositories>
<scm>
-
<connection>scm:git:[email protected]:kiegroup/kie-benchmarks.git</connection>
-
<developerConnection>scm:git:[email protected]:kiegroup/kie-benchmarks.git</developerConnection>
- <url>https://github.com/kiegroup/kie-benchmarks</url>
+
<connection>scm:git:[email protected]:apache/incubator-kie-benchmarks.git</connection>
+
<developerConnection>scm:git:[email protected]:apache/incubator-kie-benchmarks.git</developerConnection>
+ <url>https://github.com/apache/incubator-kie-benchmarks</url>
</scm>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]