You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2019/06/26 16:17:28 UTC

svn commit: r1862156 - in /velocity/engine/branches/parser_experiments: pom.xml velocity-custom-parser-example/pom.xml

Author: cbrisson
Date: Wed Jun 26 16:17:27 2019
New Revision: 1862156

URL: http://svn.apache.org/viewvc?rev=1862156&view=rev
Log:
[engine][VELOCITY-917] Move maven-clean-plugin version to parent pom

Modified:
    velocity/engine/branches/parser_experiments/pom.xml
    velocity/engine/branches/parser_experiments/velocity-custom-parser-example/pom.xml

Modified: velocity/engine/branches/parser_experiments/pom.xml
URL: http://svn.apache.org/viewvc/velocity/engine/branches/parser_experiments/pom.xml?rev=1862156&r1=1862155&r2=1862156&view=diff
==============================================================================
--- velocity/engine/branches/parser_experiments/pom.xml (original)
+++ velocity/engine/branches/parser_experiments/pom.xml Wed Jun 26 16:17:27 2019
@@ -101,6 +101,11 @@
                     <artifactId>replacer</artifactId>
                     <version>1.5.3</version>
                 </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-clean-plugin</artifactId>
+                    <version>3.1.0</version>
+                </plugin>
             </plugins>
         </pluginManagement>
         <plugins>

Modified: velocity/engine/branches/parser_experiments/velocity-custom-parser-example/pom.xml
URL: http://svn.apache.org/viewvc/velocity/engine/branches/parser_experiments/velocity-custom-parser-example/pom.xml?rev=1862156&r1=1862155&r2=1862156&view=diff
==============================================================================
--- velocity/engine/branches/parser_experiments/velocity-custom-parser-example/pom.xml (original)
+++ velocity/engine/branches/parser_experiments/velocity-custom-parser-example/pom.xml Wed Jun 26 16:17:27 2019
@@ -185,7 +185,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-clean-plugin</artifactId>
-                <version>3.1.0</version>
                 <executions>
                     <execution>
                         <id>clean-extra-javacc</id>