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-drools.git
The following commit(s) were added to refs/heads/main by this push:
new 253ad1a1c1 NO-ISSUE: Fix maven build warnings (#6359)
253ad1a1c1 is described below
commit 253ad1a1c1e041227ddb2d928a05726c5817cf3c
Author: Yeser Amer <[email protected]>
AuthorDate: Fri May 30 08:52:34 2025 +0200
NO-ISSUE: Fix maven build warnings (#6359)
---
build-parent/pom.xml | 18 +++++++++++-------
kie-dmn/kie-dmn-efesto-runtime/pom.xml | 6 +++---
kie-maven-plugin/src/test/resources/unit/pmml/pom.xml | 1 -
3 files changed, 14 insertions(+), 11 deletions(-)
diff --git a/build-parent/pom.xml b/build-parent/pom.xml
index a53584015f..87612b73d1 100644
--- a/build-parent/pom.xml
+++ b/build-parent/pom.xml
@@ -220,6 +220,7 @@
<!-- download-maven-plugin used to download arbitrary files at compile
time -->
<version.download-maven-plugin>2.0.0</version.download-maven-plugin>
+ <version.property-maven-plugin>1.2.1</version.property-maven-plugin>
<!-- plugin used to enforce architectural constraints -->
<archunit.maven.plugin.version>2.9.1</archunit.maven.plugin.version>
<version.archunit.junit5>1.4.0</version.archunit.junit5>
@@ -1893,12 +1894,21 @@
<artifactId>frontend-maven-plugin</artifactId>
<version>${version.com.github.eirslett}</version>
</plugin>
-
<plugin>
<groupId>com.societegenerale.commons</groupId>
<artifactId>arch-unit-maven-plugin</artifactId>
<version>${archunit.maven.plugin.version}</version>
</plugin>
+ <plugin>
+ <groupId>io.github.download-maven-plugin</groupId>
+ <artifactId>download-maven-plugin</artifactId>
+ <version>${version.download-maven-plugin}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>properties-maven-plugin</artifactId>
+ <version>${version.property-maven-plugin}</version>
+ </plugin>
</plugins>
</pluginManagement>
@@ -2038,12 +2048,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>io.github.download-maven-plugin</groupId>
- <artifactId>download-maven-plugin</artifactId>
- <version>${version.download-maven-plugin}</version>
- </plugin>
-
</plugins>
</pluginManagement>
</build>
diff --git a/kie-dmn/kie-dmn-efesto-runtime/pom.xml
b/kie-dmn/kie-dmn-efesto-runtime/pom.xml
index 50d955cfd6..38932d4fb0 100644
--- a/kie-dmn/kie-dmn-efesto-runtime/pom.xml
+++ b/kie-dmn/kie-dmn-efesto-runtime/pom.xml
@@ -42,17 +42,17 @@
<dependency>
<groupId>org.kie</groupId>
<artifactId>kie-dmn-efesto-api</artifactId>
- <version>${version}</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.kie</groupId>
<artifactId>efesto-runtime-manager-api</artifactId>
- <version>${version}</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.kie</groupId>
<artifactId>efesto-runtime-manager-core</artifactId>
- <version>${version}</version>
+ <version>${project.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/kie-maven-plugin/src/test/resources/unit/pmml/pom.xml
b/kie-maven-plugin/src/test/resources/unit/pmml/pom.xml
index c7afb69a28..c4c6cada06 100644
--- a/kie-maven-plugin/src/test/resources/unit/pmml/pom.xml
+++ b/kie-maven-plugin/src/test/resources/unit/pmml/pom.xml
@@ -121,7 +121,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>properties-maven-plugin</artifactId>
- <version>1.0.0</version>
</plugin>
<plugin>
<groupId>org.kie</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]