You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2015/06/05 10:24:09 UTC

svn commit: r1683674 - /myfaces/tobago/trunk/tobago-tool/tobago-theme-plugin/pom.xml

Author: deki
Date: Fri Jun  5 08:24:09 2015
New Revision: 1683674

URL: http://svn.apache.org/r1683674
Log:
use maven-compiler-plugin version from parent

Modified:
    myfaces/tobago/trunk/tobago-tool/tobago-theme-plugin/pom.xml

Modified: myfaces/tobago/trunk/tobago-tool/tobago-theme-plugin/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-tool/tobago-theme-plugin/pom.xml?rev=1683674&r1=1683673&r2=1683674&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-tool/tobago-theme-plugin/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-tool/tobago-theme-plugin/pom.xml Fri Jun  5 08:24:09 2015
@@ -74,7 +74,6 @@
       <plugins>
         <plugin>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>2.3.2</version>
           <configuration>
             <source>1.5</source>
             <target>1.5</target>