Skip to content

Commit 4530bb1

Browse files
Shivanshu-07claude
andauthored
release 2.2.1-beta.0 (PER-7348) (#313)
Bump version to 2.2.1-beta.0 to ship the readiness gate (waitForReady before serialize, PER-7348) merged in #308. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 39e6deb commit 4530bb1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 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.2.0</version>
8+
<version>2.2.1-beta.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</tag>
35+
<tag>v2.2.1-beta.0</tag>
3636
</scm>
3737

3838
<properties>

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";
13+
private final static String SDK_VERSION = "2.2.1-beta.0";
1414
private final static String SDK_NAME = "percy-java-selenium";
1515

1616
private String clientInfoOverride;

0 commit comments

Comments
 (0)