gnodet commented on code in PR #843: URL: https://github.com/apache/maven/pull/843#discussion_r1028987867
########## maven-model/pom.xml: ########## @@ -79,18 +79,38 @@ under the License. <artifactId>modello-plugin-velocity</artifactId> <executions> <execution> - <id>velocity</id> + <id>velocity-v3</id> <phase>generate-sources</phase> <goals> <goal>velocity</goal> </goals> <configuration> - <version>4.0.0</version> + <version>4.1.0</version> Review Comment: I don't get the argument. The name is currently `http://maven.apache.org/POM/4.0.0`, so even a micro change could change that target namespace. The only way is to actually force modello to generate the 4.0.0 version. I don't really see how that would change anything. -- 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-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org