This is an automated email from the ASF dual-hosted git repository.
jstastnycz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/main by this push:
new 9448c7252c9 kie-issues#1123:unify maven projects configuration (#2270)
9448c7252c9 is described below
commit 9448c7252c961c7812833dcb8e33a83798da837e
Author: Jan Stastny <[email protected]>
AuthorDate: Tue May 14 09:50:52 2024 +0200
kie-issues#1123:unify maven projects configuration (#2270)
Co-authored-by: jstastny-cz <[email protected]>
---
packages/maven-base/pom.xml | 45 +++++++++++++++++++++++++++++++++++++++------
1 file changed, 39 insertions(+), 6 deletions(-)
diff --git a/packages/maven-base/pom.xml b/packages/maven-base/pom.xml
index 09190759322..0002e804396 100644
--- a/packages/maven-base/pom.xml
+++ b/packages/maven-base/pom.xml
@@ -52,9 +52,9 @@
</licenses>
<scm>
-
<connection>scm:git:[email protected]:apache/incubator-kie-tools.git</connection>
-
<developerConnection>scm:git:[email protected]:apache/incubator-kie-tools.git</developerConnection>
- <url>scm:git:[email protected]:apache/incubator-kie-tools.git</url>
+
<connection>scm:git:https://github.com/apache/incubator-kie-tools.git</connection>
+
<developerConnection>scm:git:https://github.com/apache/incubator-kie-tools.git</developerConnection>
+ <url>https://github.com/apache/incubator-kie-tools</url>
<tag>HEAD</tag>
</scm>
@@ -63,6 +63,39 @@
<url>https://github.com/apache/incubator-kie-issues/issues</url>
</issueManagement>
+ <developers>
+ <developer>
+ <name>The Apache KIE Team</name>
+ <email>[email protected]</email>
+ <url>https://kie.apache.org</url>
+ <organization>Apache Software Foundation</organization>
+ <organizationUrl>http://apache.org/</organizationUrl>
+ </developer>
+ </developers>
+ <mailingLists>
+ <mailingList>
+ <name>Development List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ <post>[email protected]</post>
+ <archive>https://lists.apache.org/[email protected]</archive>
+ </mailingList>
+ <mailingList>
+ <name>User List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ <post>[email protected]</post>
+
<archive>https://lists.apache.org/[email protected]</archive>
+ </mailingList>
+ <mailingList>
+ <name>Commits List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ <post>[email protected]</post>
+
<archive>https://lists.apache.org/[email protected]</archive>
+ </mailingList>
+ </mailingLists>
+
<properties>
<project.build.outputTimestamp>2024-01-12T00:00:00Z</project.build.outputTimestamp>
<version.maven.artifact.plugin>3.4.1</version.maven.artifact.plugin>
@@ -114,9 +147,9 @@
<scope>import</scope>
</dependency>
<dependency>
- <groupId>org.kie.kogito</groupId>
- <artifactId>kogito-quarkus-test-utils</artifactId>
- <version>${version.org.kie.kogito}</version>
+ <groupId>org.kie.kogito</groupId>
+ <artifactId>kogito-quarkus-test-utils</artifactId>
+ <version>${version.org.kie.kogito}</version>
</dependency>
</dependencies>
</dependencyManagement>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]