ilgrosso commented on code in PR #422:
URL: https://github.com/apache/syncope/pull/422#discussion_r1129574775
##########
archetype/src/main/resources/archetype-resources/fit/pom.xml:
##########
@@ -300,6 +300,26 @@ under the License.
</deployables>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <version>1.10</version>
Review Comment:
Please remove this `<version>` tag, version is taken from parent pom (and is
currently set to `3.3.0`).
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]