Skip to content

Commit

Permalink
Release version: 27.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbabcoc committed Jan 15, 2023
1 parent 1dcfd17 commit d27dbcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ To add a dependency on **Selenium Foundation**, use the following:

| Maven |
|:---|
| <pre>&lt;dependency&gt;<br/>&nbsp;&nbsp;&lt;groupId&gt;com.nordstrom.ui-tools&lt;/groupId&gt;<br/>&nbsp;&nbsp;&lt;artifactId&gt;selenium-foundation&lt;/artifactId&gt;<br/>&nbsp;&nbsp;&lt;version&gt;26.7.0-s3&lt;/version&gt;<br/>&lt;/dependency&gt;</pre> |
| <pre>&lt;dependency&gt;<br/>&nbsp;&nbsp;&lt;groupId&gt;com.nordstrom.ui-tools&lt;/groupId&gt;<br/>&nbsp;&nbsp;&lt;artifactId&gt;selenium-foundation&lt;/artifactId&gt;<br/>&nbsp;&nbsp;&lt;version&gt;27.0.0-s3&lt;/version&gt;<br/>&lt;/dependency&gt;</pre> |

| Gradle |
|:---|
| <pre>dependencies {<br/>&nbsp;&nbsp;compile 'com.nordstrom.ui-tools:selenium-foundation:26.7.0-s3'<br/>}</pre> |
| <pre>dependencies {<br/>&nbsp;&nbsp;compile 'com.nordstrom.ui-tools:selenium-foundation:27.0.0-s3'<br/>}</pre> |

### Building Selenium Foundation

Expand Down

0 comments on commit d27dbcb

Please sign in to comment.