We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b24067 commit ccd0067Copy full SHA for ccd0067
pom.xml
@@ -5,7 +5,7 @@
5
<modelVersion>4.0.0</modelVersion>
6
<groupId>com.github.automatedowl</groupId>
7
<artifactId>selenium-java-pom-example</artifactId>
8
- <version>1.0.5</version>
+ <version>1.0.6</version>
9
<properties>
10
<aspectj.version>1.9.1</aspectj.version>
11
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -36,8 +36,8 @@
36
<artifactId>maven-compiler-plugin</artifactId>
37
<version>3.8.1</version>
38
<configuration>
39
- <source>12</source>
40
- <target>12</target>
+ <source>1.8</source>
+ <target>1.8</target>
41
</configuration>
42
</plugin>
43
</plugins>
0 commit comments