You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by mb...@apache.org on 2023/01/08 18:04:15 UTC

[db-jdo] 17/18: JDO-823: Deprecated "${pom}" properties should not be used

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

mbo pushed a commit to branch JDO-823-2
in repository https://gitbox.apache.org/repos/asf/db-jdo.git

commit 46808211a63ee326d7b4b0a6736d46ee63f5f2fd
Author: Michael Bouschen <Mi...@akquinet.de>
AuthorDate: Sat Jan 7 22:58:56 2023 +0100

    JDO-823: Deprecated "${pom}" properties should not be used
---
 parent-pom/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent-pom/pom.xml b/parent-pom/pom.xml
index 6f25ea31..95802056 100644
--- a/parent-pom/pom.xml
+++ b/parent-pom/pom.xml
@@ -317,8 +317,8 @@
                 <configuration>
                     <source>8</source>
                     <doclint>none</doclint>
-                    <doctitle>${project.name} ${pom.currentVersion}</doctitle>
-                    <windowtitle>${project.name} ${pom.currentVersion}</windowtitle>
+                    <doctitle>${project.name} ${project.version}</doctitle>
+                    <windowtitle>${project.name} ${project.version}</windowtitle>
                 </configuration>
             </plugin>
             <plugin>