You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2022/03/31 15:01:20 UTC

[GitHub] [bookkeeper] Shoothzj commented on a change in pull request #3166: [build] Complement missing maven plugin version

Shoothzj commented on a change in pull request #3166:
URL: https://github.com/apache/bookkeeper/pull/3166#discussion_r839715758



##########
File path: bookkeeper-server/pom.xml
##########
@@ -305,7 +305,7 @@
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>exec-maven-plugin</artifactId>
-            <version>1.6.0</version>
+            <version>${exec-maven-plugin.version}</version>

Review comment:
       @nicoloboschi it's already in the root POM? did I miss something?

##########
File path: bookkeeper-server/pom.xml
##########
@@ -305,7 +305,7 @@
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>exec-maven-plugin</artifactId>
-            <version>1.6.0</version>
+            <version>${exec-maven-plugin.version}</version>

Review comment:
       @nicoloboschi it's already in the root POM. did I miss something?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org