You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2016/06/07 17:58:55 UTC

svn commit: r1747287 - /commons/proper/bcel/trunk/pom.xml

Author: sebb
Date: Tue Jun  7 17:58:55 2016
New Revision: 1747287

URL: http://svn.apache.org/viewvc?rev=1747287&view=rev
Log:
Stop Maven complaining about missing versions

Modified:
    commons/proper/bcel/trunk/pom.xml

Modified: commons/proper/bcel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/pom.xml?rev=1747287&r1=1747286&r2=1747287&view=diff
==============================================================================
--- commons/proper/bcel/trunk/pom.xml (original)
+++ commons/proper/bcel/trunk/pom.xml Tue Jun  7 17:58:55 2016
@@ -406,6 +406,7 @@
         <plugins>
           <plugin>
             <artifactId>maven-surefire-plugin</artifactId>
+            <version>${commons.surefire.version}</version>
             <configuration>
               <includes>
                 <include>**/PerformanceTest.java</include>
@@ -460,6 +461,7 @@
           <!-- Enable the compilation of the benchmarks -->
           <plugin>
             <artifactId>maven-compiler-plugin</artifactId>
+            <version>${commons.compiler.version}</version>
             <configuration combine.self="override">
               <testIncludes>
                 <testInclude>**/*</testInclude>