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-optaplanner.git
The following commit(s) were added to refs/heads/main by this push:
new 28a368b4cd [kie-issues#628] Change JBoss Nexus to Apache Nexus. (#3001)
28a368b4cd is described below
commit 28a368b4cd0ac8aceb7fbc2ffbf4b79106e62fe7
Author: Tibor Zimányi <[email protected]>
AuthorDate: Wed Oct 25 09:31:54 2023 +0200
[kie-issues#628] Change JBoss Nexus to Apache Nexus. (#3001)
* [kie-issues#628] Change JBoss Nexus to Apache Nexus.
* [kie-issues#628] Remove JavaDoc workaround.
---
build/optaplanner-build-parent/pom.xml | 3 ---
optaplanner-examples/pom.xml | 4 ++--
pom.xml | 41 ++++++++++++++++++++--------------
3 files changed, 26 insertions(+), 22 deletions(-)
diff --git a/build/optaplanner-build-parent/pom.xml
b/build/optaplanner-build-parent/pom.xml
index 3e6db29b9f..304a607688 100644
--- a/build/optaplanner-build-parent/pom.xml
+++ b/build/optaplanner-build-parent/pom.xml
@@ -474,9 +474,6 @@
<author>false</author>
<failOnError>true</failOnError>
<failOnWarnings>true</failOnWarnings>
- <!-- Override JBoss parent otherwise it fails on JDK 16+ -->
- <header combine.self="override" />
- <footer combine.self="override" />
<quiet>true</quiet>
<doclint>none</doclint>
<legacyMode>true</legacyMode>
diff --git a/optaplanner-examples/pom.xml b/optaplanner-examples/pom.xml
index e9f10d764e..1b2eb9ab13 100644
--- a/optaplanner-examples/pom.xml
+++ b/optaplanner-examples/pom.xml
@@ -48,8 +48,8 @@
<repositories>
<!-- Included so the examples sources in the distribution zip build
out-of-the-box with maven -->
<repository>
- <id>jboss-public-repository-group</id>
- <url>https://repository.jboss.org/nexus/content/groups/public/</url>
+ <id>apache-public-repository-group</id>
+ <url>https://repository.apache.org/content/groups/public/</url>
<releases>
<!-- Get releases only from Maven Central which is faster. -->
<enabled>false</enabled>
diff --git a/pom.xml b/pom.xml
index b4a9062d11..c40be12b46 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,21 +62,21 @@
<distributionManagement>
<repository>
- <id>jboss-releases-repository</id>
- <name>JBoss Releases Repository</name>
-
<url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/</url>
+ <id>apache-release-staging-repository</id>
+ <name>Apache Release Staging Repository</name>
+
<url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
</repository>
<snapshotRepository>
- <id>jboss-snapshots-repository</id>
- <name>JBoss Snapshot Repository</name>
-
<url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>
+ <id>apache-snapshots-repository</id>
+ <name>Apache Snapshot Repository</name>
+ <url>https://repository.apache.org/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>
<repositories>
<repository>
- <id>jboss-public-repository-group</id>
- <url>https://repository.jboss.org/nexus/content/groups/public/</url>
+ <id>apache-public-repository-group</id>
+ <url>https://repository.apache.org/content/groups/public/</url>
<releases>
<!-- Get releases only from Maven Central which is faster. -->
<enabled>false</enabled>
@@ -88,12 +88,12 @@
</repositories>
<pluginRepositories>
<pluginRepository>
- <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>
- <!-- Only get SNAPSHOTS from JBoss repository,
+ <!-- Only get SNAPSHOTS from Apache repository,
so it tries to get releases first (and only) from Maven Central.
-->
<enabled>false</enabled>
</releases>
@@ -105,13 +105,13 @@
</pluginRepositories>
<scm>
- <connection>scm:git:[email protected]:kiegroup/optaplanner.git</connection>
-
<developerConnection>scm:git:[email protected]:kiegroup/optaplanner.git</developerConnection>
- <url>https://github.com/kiegroup/optaplanner</url>
+
<connection>scm:git:[email protected]:apache/incubator-kie-optaplanner.git</connection>
+
<developerConnection>scm:git:[email protected]:apache/incubator-kie-optaplanner.git</developerConnection>
+ <url>https://github.com/apache/incubator-kie-optaplanner</url>
</scm>
<issueManagement>
- <system>jira</system>
- <url>https://issues.redhat.com/browse/PLANNER</url>
+ <system>GitHub Issues</system>
+ <url>https://github.com/apache/incubator-kie-issues/issues</url>
</issueManagement>
<developers>
<developer>
@@ -126,6 +126,13 @@
</contributor>
</contributors>
<mailingLists>
+ <mailingList>
+ <name>Development mailing list</name>
+ <post>[email protected]</post>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ <archive>https://lists.apache.org/[email protected]</archive>
+ </mailingList>
<mailingList>
<name>setup</name>
<subscribe>https://groups.google.com/forum/#!forum/optaplanner-dev</subscribe>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]