Skip to content

Commit d51839e

Browse files
authored
🔖 v1.2.0
* Prepare new snapshot for release 1.2.0 * [maven-release-plugin] prepare release percy-java-selenium-1.2.0 * [maven-release-plugin] prepare for next development iteration * README update 1.2.0
1 parent 8227065 commit d51839e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add percy-java-selenium to your project dependencies. If you're using Maven:
1919
<dependency>
2020
<groupId>io.percy</groupId>
2121
<artifactId>percy-java-selenium</artifactId>
22-
<version>1.0.0</version>
22+
<version>1.2.0</version>
2323
</dependency>
2424
```
2525

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>1.1.1-SNAPSHOT</version>
8+
<version>1.2.1-SNAPSHOT</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>percy-java-selenium-1.0.0</tag>
35+
<tag>percy-java-selenium-1.2.0</tag>
3636
</scm>
3737

3838
<properties>

0 commit comments

Comments
 (0)