File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
eclipse.preferences.version =1
2
2
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode =enabled
3
- org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.8
4
- org.eclipse.jdt.core.compiler.compliance =1.8
3
+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.7
4
+ org.eclipse.jdt.core.compiler.compliance =1.7
5
5
org.eclipse.jdt.core.compiler.problem.assertIdentifier =error
6
6
org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
7
7
org.eclipse.jdt.core.compiler.problem.forbiddenReference =warning
8
- org.eclipse.jdt.core.compiler.source =1.8
8
+ org.eclipse.jdt.core.compiler.source =1.7
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<faceted-project >
3
3
<installed facet =" jst.utility" version =" 1.0" />
4
- <installed facet =" java" version =" 1.8 " />
4
+ <installed facet =" java" version =" 1.7 " />
5
5
</faceted-project >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.bstek.uflo</groupId >
8
8
<artifactId >uflo-parent</artifactId >
9
- <version >2.0.2 </version >
9
+ <version >2.0.3 </version >
10
10
</parent >
11
11
<dependencies >
12
12
<dependency >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.bstek.uflo</groupId >
8
8
<artifactId >uflo-parent</artifactId >
9
- <version >2.0.2 </version >
9
+ <version >2.0.3 </version >
10
10
</parent >
11
11
<properties >
12
12
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >com.bstek.uflo</groupId >
4
4
<artifactId >uflo-parent</artifactId >
5
- <version >2.0.2 </version >
5
+ <version >2.0.3 </version >
6
6
<properties >
7
7
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
8
8
</properties >
90
90
<artifactId >maven-compiler-plugin</artifactId >
91
91
<version >2.4</version >
92
92
<configuration >
93
- <source >1.8 </source >
94
- <target >1.8 </target >
93
+ <source >1.7 </source >
94
+ <target >1.7 </target >
95
95
<encoding >utf-8</encoding >
96
96
</configuration >
97
97
</plugin >
You can’t perform that action at this time.
0 commit comments