You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ol...@apache.org on 2011/09/30 19:30:17 UTC

svn commit: r1177744 - /tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml

Author: olamy
Date: Fri Sep 30 17:30:16 2011
New Revision: 1177744

URL: http://svn.apache.org/viewvc?rev=1177744&view=rev
Log:
upgrade ecj compiler to 3.7

Modified:
    tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml

Modified: tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml?rev=1177744&r1=1177743&r2=1177744&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml (original)
+++ tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml Fri Sep 30 17:30:16 2011
@@ -106,7 +106,7 @@
     <dependency>
       <groupId>org.eclipse.jdt.core.compiler</groupId>
       <artifactId>ecj</artifactId>
-      <version>3.5.1</version>
+      <version>3.7</version>
     </dependency>
     <dependency>
       <groupId>org.apache.tomcat</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org