This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-parent.git
The following commit(s) were added to refs/heads/main by this push:
new b69f628 Fix missing version property change
b69f628 is described below
commit b69f62835ded53e29741601d2c9ebccba9229d82
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Fri Nov 3 11:01:23 2023 +0100
Fix missing version property change
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f949081..9887557 100644
--- a/pom.xml
+++ b/pom.xml
@@ -289,7 +289,7 @@
<plugin>
<groupId>org.simplify4u.plugins</groupId>
<artifactId>sign-maven-plugin</artifactId>
- <version>${sign-maven-plugin.version}</version>
+ <version>${version.sign-maven-plugin}</version>
</plugin>
<plugin>