This is an automated email from the ASF dual-hosted git repository.
mariofusco pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-drools.git
The following commit(s) were added to refs/heads/main by this push:
new 0f1ac20c94 [kie-issues#628] Update repositories and other small
changes to Apache (#5553)
0f1ac20c94 is described below
commit 0f1ac20c9434fe81a94e387d54d760c805b76351
Author: Tibor Zimányi <[email protected]>
AuthorDate: Mon Oct 16 08:34:40 2023 +0200
[kie-issues#628] Update repositories and other small changes to Apache
(#5553)
* Update repositories and other small changes to Apache
* Add missing mailing list configuration.
---
bom/drools-bom/pom.xml | 24 +++----
bom/kie-core-bom/pom.xml | 74 +---------------------
bom/kie-dmn-bom/pom.xml | 22 ++++---
bom/kie-efesto-bom/pom.xml | 22 ++++---
bom/kie-pmml-bom/pom.xml | 22 ++++---
build-parent/pom.xml | 10 ---
drools-examples/pom.xml | 19 ------
.../test/resources/dmnPmml/test_regression.pmml | 2 +-
.../mvel/compiler/runtime/pipeline/impl/simple.xsd | 31 ++++-----
.../org/drools/verifier/report/html/basic.css | 3 -
.../org/kie/dmn/pmml/test_regression.pmml | 2 +-
.../org/kie/dmn/pmml/test_regression_clax.pmml | 2 +-
.../src/test/resources/test_regression.pmml | 2 +-
.../src/test/resources/test_regression_clax.pmml | 2 +-
pom.xml | 54 ++++++++--------
15 files changed, 99 insertions(+), 192 deletions(-)
diff --git a/bom/drools-bom/pom.xml b/bom/drools-bom/pom.xml
index 3e2733cac1..19e29a0565 100644
--- a/bom/drools-bom/pom.xml
+++ b/bom/drools-bom/pom.xml
@@ -22,13 +22,13 @@
<url>https://www.drools.org</url>
<scm>
- <connection>scm:git:https://github.com/kiegroup/drools.git</connection>
-
<developerConnection>scm:git:[email protected]:kiegroup/drools.git</developerConnection>
- <url>https://github.com/kiegroup/drools</url>
+
<connection>scm:git:https://github.com/apache/incubator-kie-drools.git</connection>
+
<developerConnection>scm:git:[email protected]:apache/incubator-kie-drools.git</developerConnection>
+ <url>https://github.com/apache/incubator-kie-drools</url>
</scm>
<issueManagement>
- <system>jira</system>
- <url>https://issues.jboss.org/browse/DROOLS</url>
+ <system>GitHub Issues</system>
+ <url>https://github.com/apache/incubator-kie-issues/issues</url>
</issueManagement>
<developers>
<developer>
@@ -44,7 +44,14 @@
</contributors>
<mailingLists>
<mailingList>
- <name>setup</name>
+ <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>Users</name>
<subscribe>https://groups.google.com/forum/#!forum/drools-setup</subscribe>
<unsubscribe>https://groups.google.com/forum/#!forum/drools-setup</unsubscribe>
<otherArchives>
@@ -57,11 +64,6 @@
<subscribe>https://groups.google.com/forum/#!forum/drools-usage</subscribe>
<unsubscribe>https://groups.google.com/forum/#!forum/drools-usage</unsubscribe>
</mailingList>
- <mailingList>
- <name>development</name>
-
<subscribe>https://groups.google.com/forum/#!forum/drools-development</subscribe>
-
<unsubscribe>https://groups.google.com/forum/#!forum/drools-development</unsubscribe>
- </mailingList>
</mailingLists>
<!-- IMPORTANT: Do not declare any build things here! Declare them in
kie-user-bom-parent. -->
diff --git a/bom/kie-core-bom/pom.xml b/bom/kie-core-bom/pom.xml
index d5329807d5..ae8a394988 100644
--- a/bom/kie-core-bom/pom.xml
+++ b/bom/kie-core-bom/pom.xml
@@ -21,8 +21,8 @@
<url>http://www.kiegroup.org</url>
<inceptionYear>2001</inceptionYear>
<organization>
- <name>JBoss by Red Hat</name>
- <url>http://www.jboss.org/</url>
+ <name>The Apache Software Foundation</name>
+ <url>https://apache.org/</url>
</organization>
<licenses>
@@ -33,76 +33,6 @@
</license>
</licenses>
- <properties>
-
<jboss.releases.repo.url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/</jboss.releases.repo.url>
-
<jboss.snapshots.repo.url>https://repository.jboss.org/nexus/content/repositories/snapshots/</jboss.snapshots.repo.url>
- </properties>
-
- <repositories>
- <!-- Having the <repositories> in this POM is an ugly hack to make sure we
can always find
- the jboss-integration-platform-parent (ip-parent). In most of the
cases the ip-parent is available directly from
- Maven Central. However, when new version gets released it takes up to
24 hours to get it synced into the Maven
- Central. So in that period the local build of
droolsjbpm-build-bootstrap would fail (unless one would
- locally build the ip-parent from the sources as well, which is not
something users should be doing). Configuring the
- 'repository.jboss.org' directly works around this issue. -->
- <repository>
- <!-- Duplicating the Maven Central repository here (as it is already
coming from Super POM) makes the build much faster,
- as the Maven Central is now treated as the first (default)
repository (because it is before the JBoss.org one).
- Artifacts with release (fixed) versions are being downloaded
primarily from central. Without the central being the
- first repository the JBoss.org Nexus would be contacted first and
since it is quite slow it slows down the build.
- We use JBoss.org repo only to download our SNAPSHOTs. -->
- <id>central</id>
- <name>Central Repository</name>
- <url>https://repo.maven.apache.org/maven2</url>
- <layout>default</layout>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <!-- Bootstrap repository to locate the parent pom when the parent pom has
not been build locally. -->
- <!-- Conventions are described in
http://community.jboss.org/wiki/MavenGettingStarted-Developers -->
- <repository>
- <id>jboss-public-repository-group</id>
- <name>JBoss Public Repository Group</name>
- <url>https://repository.jboss.org/nexus/content/groups/public/</url>
- <releases>
- <enabled>true</enabled>
- <updatePolicy>never</updatePolicy>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- <updatePolicy>daily</updatePolicy>
- </snapshots>
- </repository>
- </repositories>
- <pluginRepositories>
- <pluginRepository>
- <!-- Duplicating the Maven Central repository here (as it is already
coming from Super POM) makes the build much faster,
- as the Maven Central is now treated as the first (default)
repository (because it is before the JBoss.org one).
- Artifacts with release (fixed) versions are being downloaded
primarily from there. Without the central being the
- first repository the JBoss.org Nexus would be contacted first and
since it is quite slow it slows down the build.
- We use JBoss.org repo only to download our SNAPSHOTs. -->
- <id>central</id>
- <name>Central Repository</name>
- <url>https://repo.maven.apache.org/maven2</url>
- <layout>default</layout>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </pluginRepository>
- <pluginRepository>
- <id>jboss-public-repository-group</id>
- <name>JBoss Public Repository Group</name>
- <url>https://repository.jboss.org/nexus/content/groups/public/</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </pluginRepository>
- </pluginRepositories>
-
<!-- IMPORTANT: Do not declare any build things here! Declare them in
kie-user-bom-parent. -->
<build/>
diff --git a/bom/kie-dmn-bom/pom.xml b/bom/kie-dmn-bom/pom.xml
index 2275d4e11f..89d21bdfb2 100644
--- a/bom/kie-dmn-bom/pom.xml
+++ b/bom/kie-dmn-bom/pom.xml
@@ -21,13 +21,13 @@
<url>https://www.drools.org</url>
<scm>
- <connection>scm:git:https://github.com/kiegroup/drools.git</connection>
-
<developerConnection>scm:git:[email protected]:kiegroup/drools.git</developerConnection>
- <url>https://github.com/kiegroup/drools</url>
+
<connection>scm:git:https://github.com/apache/incubator-kie-drools.git</connection>
+
<developerConnection>scm:git:[email protected]:apache/incubator-kie-drools.git</developerConnection>
+ <url>https://github.com/apache/incubator-kie-drools</url>
</scm>
<issueManagement>
- <system>jira</system>
- <url>https://issues.jboss.org/browse/DROOLS</url>
+ <system>GitHub Issues</system>
+ <url>https://github.com/apache/incubator-kie-issues/issues</url>
</issueManagement>
<developers>
<developer>
@@ -42,6 +42,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/drools-setup</subscribe>
@@ -52,11 +59,6 @@
<subscribe>https://groups.google.com/forum/#!forum/drools-usage</subscribe>
<unsubscribe>https://groups.google.com/forum/#!forum/drools-usage</unsubscribe>
</mailingList>
- <mailingList>
- <name>development</name>
-
<subscribe>https://groups.google.com/forum/#!forum/drools-development</subscribe>
-
<unsubscribe>https://groups.google.com/forum/#!forum/drools-development</unsubscribe>
- </mailingList>
</mailingLists>
<!-- IMPORTANT: Do not declare any build things here! Declare them in
kie-user-bom-parent. -->
diff --git a/bom/kie-efesto-bom/pom.xml b/bom/kie-efesto-bom/pom.xml
index b52c9812a0..cc0668ba5d 100644
--- a/bom/kie-efesto-bom/pom.xml
+++ b/bom/kie-efesto-bom/pom.xml
@@ -21,13 +21,13 @@
<url>https://www.drools.org</url>
<scm>
- <connection>scm:git:https://github.com/kiegroup/drools.git</connection>
-
<developerConnection>scm:git:[email protected]:kiegroup/drools.git</developerConnection>
- <url>https://github.com/kiegroup/drools</url>
+
<connection>scm:git:https://github.com/apache/incubator-kie-drools.git</connection>
+
<developerConnection>scm:git:[email protected]:apache/incubator-kie-drools.git</developerConnection>
+ <url>https://github.com/apache/incubator-kie-drools</url>
</scm>
<issueManagement>
- <system>jira</system>
- <url>https://issues.jboss.org/browse/DROOLS</url>
+ <system>GitHub Issues</system>
+ <url>https://github.com/apache/incubator-kie-issues/issues</url>
</issueManagement>
<developers>
<developer>
@@ -42,6 +42,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/drools-setup</subscribe>
@@ -52,11 +59,6 @@
<subscribe>https://groups.google.com/forum/#!forum/drools-usage</subscribe>
<unsubscribe>https://groups.google.com/forum/#!forum/drools-usage</unsubscribe>
</mailingList>
- <mailingList>
- <name>development</name>
-
<subscribe>https://groups.google.com/forum/#!forum/drools-development</subscribe>
-
<unsubscribe>https://groups.google.com/forum/#!forum/drools-development</unsubscribe>
- </mailingList>
</mailingLists>
<!-- IMPORTANT: Do not declare any build things here! Declare them in
kie-user-bom-parent. -->
diff --git a/bom/kie-pmml-bom/pom.xml b/bom/kie-pmml-bom/pom.xml
index bf1d694eb6..dd93396cd0 100644
--- a/bom/kie-pmml-bom/pom.xml
+++ b/bom/kie-pmml-bom/pom.xml
@@ -21,13 +21,13 @@
<url>https://www.drools.org</url>
<scm>
- <connection>scm:git:https://github.com/kiegroup/drools.git</connection>
-
<developerConnection>scm:git:[email protected]:kiegroup/drools.git</developerConnection>
- <url>https://github.com/kiegroup/drools</url>
+
<connection>scm:git:https://github.com/apache/incubator-kie-drools.git</connection>
+
<developerConnection>scm:git:[email protected]:apache/incubator-kie-drools.git</developerConnection>
+ <url>https://github.com/apache/incubator-kie-drools</url>
</scm>
<issueManagement>
- <system>jira</system>
- <url>https://issues.jboss.org/browse/DROOLS</url>
+ <system>GitHub Issues</system>
+ <url>https://github.com/apache/incubator-kie-issues/issues</url>
</issueManagement>
<developers>
<developer>
@@ -42,6 +42,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/drools-setup</subscribe>
@@ -52,11 +59,6 @@
<subscribe>https://groups.google.com/forum/#!forum/drools-usage</subscribe>
<unsubscribe>https://groups.google.com/forum/#!forum/drools-usage</unsubscribe>
</mailingList>
- <mailingList>
- <name>development</name>
-
<subscribe>https://groups.google.com/forum/#!forum/drools-development</subscribe>
-
<unsubscribe>https://groups.google.com/forum/#!forum/drools-development</unsubscribe>
- </mailingList>
</mailingLists>
<!-- IMPORTANT: Do not declare any build things here! Declare them in
kie-user-bom-parent. -->
diff --git a/build-parent/pom.xml b/build-parent/pom.xml
index dc151bf97e..1930d9f338 100644
--- a/build-parent/pom.xml
+++ b/build-parent/pom.xml
@@ -236,14 +236,6 @@
<dependencyManagement>
<dependencies>
- <!-- dependencies from jboss-ip-bom -->
- <!--
- CONVENTIONS:
- - Dependencies must be SORTED ALPHABETICALLY on groupId (other forms of
sorting were found to be unclear and ambiguous).
- - Do not declare <scope> (exception: import) or <optional>: a child module
will declare scope/optional itself.
- - Always extract the version as a property.
- - A element's inner order is <groupId>, <artifactId>, [<type>,]
[<classifier>,] <version> (following Aether proper)
--->
<!-- Keep in sync with groupId org.slf4j -->
<dependency>
<groupId>ch.qos.logback</groupId>
@@ -921,8 +913,6 @@
<version>${version.xmlunit}</version>
</dependency>
- <!-- END of jboss-ip-bom -->
-
<!--JMH (Benchmarks)-->
<dependency>
<groupId>org.openjdk.jmh</groupId>
diff --git a/drools-examples/pom.xml b/drools-examples/pom.xml
index ebe595cbce..0c29bff3b2 100644
--- a/drools-examples/pom.xml
+++ b/drools-examples/pom.xml
@@ -39,25 +39,6 @@
<java.module.name>org.drools.examples.generic</java.module.name>
</properties>
- <repositories>
- <!-- TODO remove this once maven central replicates the jboss repository
-->
- <!-- Included so the examples sources in the distribution zip build
out-of-the-box with maven -->
- <repository>
- <id>jboss-public-repository-group</id>
- <name>JBoss Public Repository Group</name>
- <url>https://repository.jboss.org/nexus/content/groups/public/</url>
- <layout>default</layout>
- <releases>
- <enabled>true</enabled>
- <updatePolicy>never</updatePolicy>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- <updatePolicy>daily</updatePolicy>
- </snapshots>
- </repository>
- </repositories>
-
<build>
<plugins>
diff --git
a/drools-scenario-simulation/drools-scenario-simulation-integrationtest/src/test/resources/dmnPmml/test_regression.pmml
b/drools-scenario-simulation/drools-scenario-simulation-integrationtest/src/test/resources/dmnPmml/test_regression.pmml
index 2c18ff0c23..b6e6f6ca86 100644
---
a/drools-scenario-simulation/drools-scenario-simulation-integrationtest/src/test/resources/dmnPmml/test_regression.pmml
+++
b/drools-scenario-simulation/drools-scenario-simulation-integrationtest/src/test/resources/dmnPmml/test_regression.pmml
@@ -1,5 +1,5 @@
<PMML version="4.2" xsi:schemaLocation="http://www.dmg.org/PMML-4_2
http://www.dmg.org/v4-2-1/pmml-4-2.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.dmg.org/PMML-4_2">
- <Header copyright="JBoss"/>
+ <Header copyright="Apache"/>
<DataDictionary numberOfFields="5">
<DataField dataType="double" name="fld1" optype="continuous"/>
<DataField dataType="double" name="fld2" optype="continuous"/>
diff --git
a/drools-test-coverage/test-compiler-integration/src/test/resources/org/drools/mvel/compiler/runtime/pipeline/impl/simple.xsd
b/drools-test-coverage/test-compiler-integration/src/test/resources/org/drools/mvel/compiler/runtime/pipeline/impl/simple.xsd
index dfbdb343c9..1f6e73227c 100644
---
a/drools-test-coverage/test-compiler-integration/src/test/resources/org/drools/mvel/compiler/runtime/pipeline/impl/simple.xsd
+++
b/drools-test-coverage/test-compiler-integration/src/test/resources/org/drools/mvel/compiler/runtime/pipeline/impl/simple.xsd
@@ -1,20 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--
- ~ Copyright 2016 JBoss Inc
- ~
- ~ Licensed under the Apache License, Version 2.0 (the "License");
- ~ you may not use this file except in compliance with the License.
- ~ You may obtain a copy of the License at
- ~
- ~ http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distributed under the License is distributed on an "AS IS" BASIS,
- ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- ~ See the License for the specific language governing permissions and
- ~ limitations under the License.
- -->
+<!--Licensed to the Apache Software Foundation (ASF) under one-->
+<!--or more contributor license agreements. See the NOTICE file-->
+<!--distributed with this work for additional information-->
+<!--regarding copyright ownership. The ASF licenses this file-->
+<!--to you under the Apache License, Version 2.0 (the-->
+<!--"License"); you may not use this file except in compliance-->
+<!--with the License. You may obtain a copy of the License at-->
+
+<!-- http://www.apache.org/licenses/LICENSE-2.0-->
+
+<!--Unless required by applicable law or agreed to in writing,-->
+<!--software distributed under the License is distributed on an-->
+<!--"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY-->
+<!--KIND, either express or implied. See the License for the-->
+<!--specific language governing permissions and limitations-->
+<!--under the License.-->
<xs:schema elementFormDefault="qualified" targetNamespace="http://test/"
xmlns="http://test/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
diff --git
a/drools-verifier/drools-verifier-drl/src/main/resources/org/drools/verifier/report/html/basic.css
b/drools-verifier/drools-verifier-drl/src/main/resources/org/drools/verifier/report/html/basic.css
index 25bda4d3e7..8b35118eaa 100644
---
a/drools-verifier/drools-verifier-drl/src/main/resources/org/drools/verifier/report/html/basic.css
+++
b/drools-verifier/drools-verifier-drl/src/main/resources/org/drools/verifier/report/html/basic.css
@@ -1,6 +1,3 @@
-/* JBoss Drools Verifier Style Sheet */
-/* Website: http://labs.jboss.com/jbossrules/ */
-
ul,p,table
{
padding:0px 0px 0px 20px;
diff --git
a/kie-dmn/kie-dmn-pmml-tests-parent/kie-dmn-pmml-tests/src/test/resources/org/kie/dmn/pmml/test_regression.pmml
b/kie-dmn/kie-dmn-pmml-tests-parent/kie-dmn-pmml-tests/src/test/resources/org/kie/dmn/pmml/test_regression.pmml
index 2c18ff0c23..b6e6f6ca86 100644
---
a/kie-dmn/kie-dmn-pmml-tests-parent/kie-dmn-pmml-tests/src/test/resources/org/kie/dmn/pmml/test_regression.pmml
+++
b/kie-dmn/kie-dmn-pmml-tests-parent/kie-dmn-pmml-tests/src/test/resources/org/kie/dmn/pmml/test_regression.pmml
@@ -1,5 +1,5 @@
<PMML version="4.2" xsi:schemaLocation="http://www.dmg.org/PMML-4_2
http://www.dmg.org/v4-2-1/pmml-4-2.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.dmg.org/PMML-4_2">
- <Header copyright="JBoss"/>
+ <Header copyright="Apache"/>
<DataDictionary numberOfFields="5">
<DataField dataType="double" name="fld1" optype="continuous"/>
<DataField dataType="double" name="fld2" optype="continuous"/>
diff --git
a/kie-dmn/kie-dmn-pmml-tests-parent/kie-dmn-pmml-tests/src/test/resources/org/kie/dmn/pmml/test_regression_clax.pmml
b/kie-dmn/kie-dmn-pmml-tests-parent/kie-dmn-pmml-tests/src/test/resources/org/kie/dmn/pmml/test_regression_clax.pmml
index e376389fc5..0664d21bc4 100644
---
a/kie-dmn/kie-dmn-pmml-tests-parent/kie-dmn-pmml-tests/src/test/resources/org/kie/dmn/pmml/test_regression_clax.pmml
+++
b/kie-dmn/kie-dmn-pmml-tests-parent/kie-dmn-pmml-tests/src/test/resources/org/kie/dmn/pmml/test_regression_clax.pmml
@@ -1,5 +1,5 @@
<PMML version="4.2" xsi:schemaLocation="http://www.dmg.org/PMML-4_2
http://www.dmg.org/v4-2-1/pmml-4-2.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.dmg.org/PMML-4_2">
- <Header copyright="JBoss"/>
+ <Header copyright="Apache"/>
<DataDictionary numberOfFields="4">
<DataField dataType="double" name="fld1" optype="continuous"/>
<DataField dataType="double" name="fld2" optype="continuous"/>
diff --git
a/kie-pmml-trusty/kie-pmml-models/kie-pmml-models-regression/kie-pmml-models-regression-compiler/src/test/resources/test_regression.pmml
b/kie-pmml-trusty/kie-pmml-models/kie-pmml-models-regression/kie-pmml-models-regression-compiler/src/test/resources/test_regression.pmml
index 246ca450f5..a4f6f56b66 100644
---
a/kie-pmml-trusty/kie-pmml-models/kie-pmml-models-regression/kie-pmml-models-regression-compiler/src/test/resources/test_regression.pmml
+++
b/kie-pmml-trusty/kie-pmml-models/kie-pmml-models-regression/kie-pmml-models-regression-compiler/src/test/resources/test_regression.pmml
@@ -1,5 +1,5 @@
<PMML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="4.2"
xsi:schemaLocation="http://www.dmg.org/PMML-4_2
http://www.dmg.org/v4-2-1/pmml-4-2.xsd" xmlns="http://www.dmg.org/PMML-4_2">
- <Header copyright="JBoss"/>
+ <Header copyright="Apache"/>
<DataDictionary numberOfFields="5">
<DataField dataType="double" name="fld1" optype="continuous"/>
<DataField dataType="double" name="fld2" optype="continuous"/>
diff --git
a/kie-pmml-trusty/kie-pmml-models/kie-pmml-models-regression/kie-pmml-models-regression-compiler/src/test/resources/test_regression_clax.pmml
b/kie-pmml-trusty/kie-pmml-models/kie-pmml-models-regression/kie-pmml-models-regression-compiler/src/test/resources/test_regression_clax.pmml
index b99991838b..e1833f78a6 100644
---
a/kie-pmml-trusty/kie-pmml-models/kie-pmml-models-regression/kie-pmml-models-regression-compiler/src/test/resources/test_regression_clax.pmml
+++
b/kie-pmml-trusty/kie-pmml-models/kie-pmml-models-regression/kie-pmml-models-regression-compiler/src/test/resources/test_regression_clax.pmml
@@ -1,5 +1,5 @@
<PMML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="4.2"
xsi:schemaLocation="http://www.dmg.org/PMML-4_2
http://www.dmg.org/v4-2-1/pmml-4-2.xsd" xmlns="http://www.dmg.org/PMML-4_2">
- <Header copyright="JBoss"/>
+ <Header copyright="Apache"/>
<DataDictionary numberOfFields="4">
<DataField dataType="double" name="fld1" optype="continuous"/>
<DataField dataType="double" name="fld2" optype="continuous"/>
diff --git a/pom.xml b/pom.xml
index 15fc147799..d2863b6223 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,8 +21,8 @@
<url>http://www.drools.org</url>
<inceptionYear>2001</inceptionYear>
<organization>
- <name>JBoss by Red Hat</name>
- <url>http://www.jboss.org/</url>
+ <name>The Apache Software Foundation</name>
+ <url>https://apache.org/</url>
</organization>
<licenses>
<license>
@@ -35,10 +35,10 @@
<repositories>
<repository>
<!-- Duplicating the Maven Central repository here (as it is already
coming from Super POM) makes the build much faster,
- as the Maven Central is now treated as the first (default)
repository (because it is before the JBoss.org one).
+ as the Maven Central is now treated as the first (default)
repository (because it is before the Apache Nexus one).
Artifacts with release (fixed) versions are being downloaded
primarily from there. Without the central being the
- first repository the JBoss.org Nexus would be contacted first and
since it is quite slow it slows down the build.
- We use JBoss.org repo only to download our SNAPSHOTs. -->
+ first repository the Apache Nexus would be contacted first and
since it is quite slow it slows down the build.
+ We use Apache repo only to download our SNAPSHOTs. -->
<id>central</id>
<name>Central Repository</name>
<url>https://repo.maven.apache.org/maven2</url>
@@ -47,12 +47,10 @@
<enabled>false</enabled>
</snapshots>
</repository>
- <!-- Bootstrap repository to locate the parent pom when the parent pom has
not been build locally. -->
- <!-- Conventions are described in
http://community.jboss.org/wiki/MavenGettingStarted-Developers -->
<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>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
@@ -67,10 +65,10 @@
<pluginRepositories>
<pluginRepository>
<!-- Duplicating the Maven Central repository here (as it is already
coming from Super POM) makes the build much faster,
- as the Maven Central is now treated as the first (default)
repository (because it is before the JBoss.org one).
+ as the Maven Central is now treated as the first (default)
repository (because it is before the Apache Nexus one).
Artifacts with release (fixed) versions are being downloaded
primarily from there. Without the central being the
- first repository the JBoss.org Nexus would be contacted first and
since it is quite slow it slows down the build.
- We use JBoss.org repo only to download our SNAPSHOTs. -->
+ first repository the Apache Nexus would be contacted first and
since it is quite slow it slows down the build.
+ We use Apache repo only to download our SNAPSHOTs. -->
<id>central</id>
<name>Central Repository</name>
<url>https://repo.maven.apache.org/maven2</url>
@@ -80,9 +78,9 @@
</snapshots>
</pluginRepository>
<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>
<releases>
<enabled>true</enabled>
</releases>
@@ -93,18 +91,18 @@
</pluginRepositories>
<scm>
- <connection>scm:git:https://github.com/kiegroup/drools.git</connection>
-
<developerConnection>scm:git:[email protected]:kiegroup/drools.git</developerConnection>
- <url>https://github.com/kiegroup/drools</url>
+
<connection>scm:git:https://github.com/apache/incubator-kie-drools.git</connection>
+
<developerConnection>scm:git:[email protected]:apache/incubator-kie-drools.git</developerConnection>
+ <url>https://github.com/apache/incubator-kie-drools</url>
</scm>
<ciManagement>
<system>jenkins</system>
- <url>https://jenkins-kieci.rhcloud.com</url>
+ <url>https://ci-builds.apache.org/job/KIE/</url>
</ciManagement>
<issueManagement>
- <system>jira</system>
- <url>https://issues.jboss.org/browse/DROOLS</url>
+ <system>GitHub Issues</system>
+ <url>https://github.com/apache/incubator-kie-issues/issues</url>
</issueManagement>
<developers>
<developer>
@@ -119,6 +117,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/drools-setup</subscribe>
@@ -133,11 +138,6 @@
<subscribe>https://groups.google.com/forum/#!forum/drools-usage</subscribe>
<unsubscribe>https://groups.google.com/forum/#!forum/drools-usage</unsubscribe>
</mailingList>
- <mailingList>
- <name>development</name>
-
<subscribe>https://groups.google.com/forum/#!forum/drools-development</subscribe>
-
<unsubscribe>https://groups.google.com/forum/#!forum/drools-development</unsubscribe>
- </mailingList>
</mailingLists>
<profiles>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]