From 6b5f39b84e952550919047404c204e3f4dcae8dd Mon Sep 17 00:00:00 2001 From: Scott Babcock Date: Thu, 5 Dec 2024 21:21:04 -0800 Subject: [PATCH] Release version: 28.5.0 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d6ad1628..ac736c44 100644 --- a/README.md +++ b/README.md @@ -67,14 +67,14 @@ To add a dependency on **Selenium Foundation** for Maven, use the following: | Selenium 3 | Selenium 4 | |:---|:---| -|
<dependency>
  <groupId>com.nordstrom.ui-tools</groupId>
  <artifactId>selenium-foundation</artifactId>
  <version>28.4.0-s3</version>
</dependency>
|
<dependency>
  <groupId>com.nordstrom.ui-tools</groupId>
  <artifactId>selenium-foundation</artifactId>
  <version>28.4.0-s4</version>
</dependency>
| +|
<dependency>
  <groupId>com.nordstrom.ui-tools</groupId>
  <artifactId>selenium-foundation</artifactId>
  <version>28.5.0-s3</version>
</dependency>
|
<dependency>
  <groupId>com.nordstrom.ui-tools</groupId>
  <artifactId>selenium-foundation</artifactId>
  <version>28.5.0-s4</version>
</dependency>
| To add a dependency for Gradle: | Platform | Dependency | |:---:|:---| -| **Selenium 3** |
dependencies {
  compile 'com.nordstrom.ui-tools:selenium-foundation:28.4.0-s3'
}
| -| **Selenium 4** |
dependencies {
  compile 'com.nordstrom.ui-tools:selenium-foundation:28.4.0-s4'
}
| +| **Selenium 3** |
dependencies {
  compile 'com.nordstrom.ui-tools:selenium-foundation:28.5.0-s3'
}
| +| **Selenium 4** |
dependencies {
  compile 'com.nordstrom.ui-tools:selenium-foundation:28.5.0-s4'
}
| ### Building Selenium Foundation