We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 244602d commit a027365Copy full SHA for a027365
java/pom.xml
@@ -8,7 +8,7 @@
8
<groupId>org.seleniumhq.selenium.fluent</groupId>
9
<artifactId>fluent-selenium</artifactId>
10
<packaging>jar</packaging>
11
- <version>1.21-SNAPSHOT</version>
+ <version>1.21</version>
12
<name>fluent-selenium</name>
13
<description>A Fluent API on top of Selenium's WebDriver API</description>
14
<url>http://github.com/SeleniumHQ/fluent-selenium</url>
@@ -22,7 +22,7 @@
22
<connection>scm:git:git@github.com:SeleniumHQ/fluent-selenium.git</connection>
23
<developerConnection>scm:git:git@github.com:SeleniumHQ/fluent-selenium.git</developerConnection>
24
<url>git@github.com:SeleniumHQ/fluent-selenium.git</url>
25
- <tag>HEAD</tag>
+ <tag>fluent-selenium-1.21</tag>
26
</scm>
27
<dependencies>
28
<dependency>
0 commit comments