You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2021/05/18 13:44:06 UTC

[creadur-whisker] 01/02: WHISKER-19: Use newer Maven API

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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-whisker.git

commit 1a2eb7fa5b12cda447877fe76abd7c7f2be7b90e
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Tue May 18 14:46:36 2021 +0200

    WHISKER-19: Use newer Maven API
---
 apache-whisker-maven-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apache-whisker-maven-plugin/pom.xml b/apache-whisker-maven-plugin/pom.xml
index 416bf3e..94956fe 100644
--- a/apache-whisker-maven-plugin/pom.xml
+++ b/apache-whisker-maven-plugin/pom.xml
@@ -30,7 +30,7 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-api</artifactId>
-      <version>${mavenVersion}</version>
+      <version>3.8.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>