Skip to content

Commit ccd0067

Browse files
authored
Update pom.xml
1 parent 3b24067 commit ccd0067

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.github.automatedowl</groupId>
77
<artifactId>selenium-java-pom-example</artifactId>
8-
<version>1.0.5</version>
8+
<version>1.0.6</version>
99
<properties>
1010
<aspectj.version>1.9.1</aspectj.version>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -36,8 +36,8 @@
3636
<artifactId>maven-compiler-plugin</artifactId>
3737
<version>3.8.1</version>
3838
<configuration>
39-
<source>12</source>
40-
<target>12</target>
39+
<source>1.8</source>
40+
<target>1.8</target>
4141
</configuration>
4242
</plugin>
4343
</plugins>

0 commit comments

Comments
 (0)