We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da1cf64 commit a6fc9b4Copy full SHA for a6fc9b4
pom.xml
@@ -5,7 +5,7 @@
5
<groupId>com.manouti.examples</groupId>
6
<artifactId>completablefuture</artifactId>
7
<version>1.0</version>
8
- <description>Examples using CompletableFuture in Java 9</description>
+ <description>Examples using CompletableFuture</description>
9
10
<properties>
11
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -17,7 +17,8 @@
17
<artifactId>maven-compiler-plugin</artifactId>
18
<version>3.7.0</version>
19
<configuration>
20
- <release>9</release>
+ <source>1.8</source>
21
+ <target>1.8</target>
22
</configuration>
23
</plugin>
24
<plugin>
@@ -45,4 +46,4 @@
45
46
<version>4.12</version>
47
</dependency>
48
</dependencies>
-</project>
49
+</project>
0 commit comments