Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 5dc11f1

Browse files
committed
Making grid extras compile down to java 1.6 for awesome compatability :)
1 parent 4d05ce0 commit 5dc11f1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
1.5.2 - Make the Grid Extras compatible with Java 1.6
12
1.5.1 - [BUG] Firefox on windows was not getting terminated with /kill_firefox command
23
1.5.0 - Automatically record video of a running test
34
- Daily rolling logs for grid extras

SeleniumGridExtras/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.groupon.selenium-grid-extras</groupId>
88
<artifactId>SeleniumGridExtras</artifactId>
9-
<version>1.5.1-SNAPSHOT</version>
9+
<version>1.5.2-SNAPSHOT</version>
1010

1111
<repositories>
1212
<repository>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<version>2.3.2</version>
2222
<configuration>
2323
<source>1.7</source>
24-
<target>1.7</target>
24+
<target>1.6</target>
2525
</configuration>
2626
</plugin>
2727
</plugins>

0 commit comments

Comments
 (0)