Committed by
Gerrit Code Review
CORD GUI - Changed pom to use 1.7 compiler.
Change-Id: I20d552a97c5b8476e61fef3a61ff32efcbfb1e50
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -98,8 +98,8 @@ | ... | @@ -98,8 +98,8 @@ |
98 | <!-- https://jira.codehaus.org/browse/MCOMPILER-205 --> | 98 | <!-- https://jira.codehaus.org/browse/MCOMPILER-205 --> |
99 | <version>2.5.1</version> | 99 | <version>2.5.1</version> |
100 | <configuration> | 100 | <configuration> |
101 | - <source>1.8</source> | 101 | + <source>1.7</source> |
102 | - <target>1.8</target> | 102 | + <target>1.7</target> |
103 | </configuration> | 103 | </configuration> |
104 | </plugin> | 104 | </plugin> |
105 | </plugins> | 105 | </plugins> | ... | ... |
-
Please register or login to post a comment