You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by io...@apache.org on 2012/09/26 12:40:45 UTC

svn commit: r1390395 - /camel/trunk/pom.xml

Author: iocanel
Date: Wed Sep 26 10:40:44 2012
New Revision: 1390395

URL: http://svn.apache.org/viewvc?rev=1390395&view=rev
Log:
Fixed compiler plugin definition, that was accidentially added by the IDE.

Modified:
    camel/trunk/pom.xml

Modified: camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/pom.xml?rev=1390395&r1=1390394&r2=1390395&view=diff
==============================================================================
--- camel/trunk/pom.xml (original)
+++ camel/trunk/pom.xml Wed Sep 26 10:40:44 2012
@@ -163,17 +163,6 @@
         </plugin>
       </plugins>
     </pluginManagement>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>2.3.2</version>
-        <configuration>
-          <source>1.6</source>
-          <target>1.6</target>
-        </configuration>
-      </plugin>
-    </plugins>
   </build>
 
   <profiles>