Skip to content

Commit

Permalink
[kie-issues#628] Change JBoss Nexus to Apache Nexus. (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
baldimir authored Oct 12, 2023
1 parent c83ee82 commit 06108c4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 89 deletions.
80 changes: 0 additions & 80 deletions jenkins-settings.xml

This file was deleted.

6 changes: 3 additions & 3 deletions optaplanner-benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>

0 comments on commit 06108c4

Please sign in to comment.