... |
... |
@@ -14,11 +14,11 @@ |
14 |
14 |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
15 |
15 |
|
16 |
16 |
<!-- Dependencies --> |
17 |
|
- <xfc-version>4.2.3</xfc-version> |
|
17 |
+ <xfc-version>7.0.9</xfc-version> |
18 |
18 |
|
19 |
19 |
<!-- Plugins --> |
20 |
|
- <maven-compiler-plugin-version>3.3</maven-compiler-plugin-version> |
21 |
|
- <maven-jar-plugin-version>2.4</maven-jar-plugin-version> |
|
20 |
+ <maven-compiler-plugin-version>3.8.1</maven-compiler-plugin-version> |
|
21 |
+ <maven-jar-plugin-version>3.1.0</maven-jar-plugin-version> |
22 |
22 |
</properties> |
23 |
23 |
|
24 |
24 |
<repositories> |
... |
... |
@@ -52,8 +52,7 @@ |
52 |
52 |
<artifactId>maven-compiler-plugin</artifactId> |
53 |
53 |
<version>${maven-compiler-plugin-version}</version> |
54 |
54 |
<configuration> |
55 |
|
- <source>1.7</source> |
56 |
|
- <target>1.7</target> |
|
55 |
+ <release>11</release> |
57 |
57 |
<encoding>UTF-8</encoding> |
58 |
58 |
<showDeprecation>true</showDeprecation> |
59 |
59 |
<showWarnings>true</showWarnings> |
... |
... |
@@ -78,5 +78,3 @@ |
78 |
78 |
</plugins> |
79 |
79 |
</build> |
80 |
80 |
</project> |
81 |
|
- |
82 |
|
- |