You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2014/08/08 16:11:00 UTC

svn commit: r1616765 - /maven/plugins/trunk/maven-ejb-plugin/pom.xml

Author: khmarbaise
Date: Fri Aug  8 14:11:00 2014
New Revision: 1616765

URL: http://svn.apache.org/r1616765
Log:
[MEJB-64]
 - Followup accidently removed the property for the 
   maven-plugin-plugin version as well.

Modified:
    maven/plugins/trunk/maven-ejb-plugin/pom.xml

Modified: maven/plugins/trunk/maven-ejb-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ejb-plugin/pom.xml?rev=1616765&r1=1616764&r2=1616765&view=diff
==============================================================================
--- maven/plugins/trunk/maven-ejb-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-ejb-plugin/pom.xml Fri Aug  8 14:11:00 2014
@@ -139,7 +139,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-plugin-plugin</artifactId>
-          <version>${mavenPluginVersion}</version>
+          <version>3.2</version>
           <configuration>
             <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
           </configuration>