downgrading maven-compiler-plugin version
Change-Id: I6f01acffc1f05aab106c7132d91be2c4e6faa399
Showing
1 changed file
with
3 additions
and
1 deletions
... | @@ -304,7 +304,9 @@ | ... | @@ -304,7 +304,9 @@ |
304 | <plugin> | 304 | <plugin> |
305 | <groupId>org.apache.maven.plugins</groupId> | 305 | <groupId>org.apache.maven.plugins</groupId> |
306 | <artifactId>maven-compiler-plugin</artifactId> | 306 | <artifactId>maven-compiler-plugin</artifactId> |
307 | - <version>3.1</version> | 307 | + <!-- TODO: update once following issue is fixed. --> |
308 | + <!-- https://jira.codehaus.org/browse/MCOMPILER-205 --> | ||
309 | + <version>2.5.1</version> | ||
308 | <configuration> | 310 | <configuration> |
309 | <source>1.7</source> | 311 | <source>1.7</source> |
310 | <target>1.7</target> | 312 | <target>1.7</target> | ... | ... |
-
Please register or login to post a comment