Skip to content

Commit 31c54b7

Browse files
removing version from pr
1 parent 3372ce4 commit 31c54b7

3 files changed

Lines changed: 7 additions & 9 deletions

File tree

pom.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.percy</groupId>
77
<artifactId>percy-java-selenium</artifactId>
8-
<version>2.1.2-alpha.0</version>
8+
<version>4.28.0</version>
99
<packaging>jar</packaging>
1010

1111
<name>${project.groupId}:${project.artifactId}</name>
@@ -32,7 +32,7 @@
3232
<connection>scm:git:git://github.com/percy/percy-java-selenium.git</connection>
3333
<developerConnection>scm:git:https://github.com/percy/percy-java-selenium.git</developerConnection>
3434
<url>https://github.com/percy/percy-java-selenium/tree/master</url>
35-
<tag>v2.1.2-alpha.0</tag>
35+
<tag>v2.0.0</tag>
3636
</scm>
3737

3838
<properties>
@@ -45,13 +45,13 @@
4545
<dependency>
4646
<groupId>org.seleniumhq.selenium</groupId>
4747
<artifactId>selenium-java</artifactId>
48-
<version>4.5.3</version>
49-
<scope>provided</scope>
48+
<version>4.15.0</version>
49+
5050
</dependency>
5151
<dependency>
5252
<groupId>org.seleniumhq.selenium</groupId>
5353
<artifactId>selenium-firefox-driver</artifactId>
54-
<version>4.5.3</version>
54+
<version>4.15.0</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>org.json</groupId>
@@ -61,8 +61,7 @@
6161
<dependency>
6262
<groupId>io.github.bonigarcia</groupId>
6363
<artifactId>webdrivermanager</artifactId>
64-
<version>5.3.2</version>
65-
<scope>test</scope>
64+
<version>5.6.2</version>
6665
</dependency>
6766
<dependency>
6867
<groupId>org.junit.jupiter</groupId>

src/main/java/io/percy/selenium/Environment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111
class Environment {
1212
private WebDriver driver;
13-
private final static String SDK_VERSION = "2.1.2-alpha.0";
13+
private final static String SDK_VERSION = "2.1.1";
1414
private final static String SDK_NAME = "percy-java-selenium";
1515

1616
Environment(WebDriver driver) {

src/main/java/io/percy/selenium/Percy.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,6 @@ public List<Map<String, Object>> captureResponsiveDom(WebDriver driver, Set<Cook
888888
} finally {
889889
changeWindowDimensionAndWait(driver, currentWidth, currentHeight, resizeCount + 1);
890890
}
891-
892891
return domSnapshots;
893892
}
894893

0 commit comments

Comments
 (0)