This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/main by this push:
     new 0092fcffb2 Replace the deprecated expression ${parent.version} with 
${project.parent.version} (#8055)
0092fcffb2 is described below

commit 0092fcffb2b4a70b72fd4ff992d64b11a7849a9f
Author: Nicolas Adment <[email protected]>
AuthorDate: Fri Aug 21 18:31:32 2026 +0200

    Replace the deprecated expression ${parent.version} with 
${project.parent.version} (#8055)
---
 lib-p2/tm4e/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib-p2/tm4e/pom.xml b/lib-p2/tm4e/pom.xml
index 6f159c56f7..a4b326fc5a 100644
--- a/lib-p2/tm4e/pom.xml
+++ b/lib-p2/tm4e/pom.xml
@@ -47,7 +47,7 @@
             <dependency>
                 <groupId>org.apache.hop</groupId>
                 <artifactId>hop-libs</artifactId>
-                <version>${parent.version}</version>
+                <version>${project.parent.version}</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>

Reply via email to