From c7401788c379359020800cd1f12fe9f2ab9ea12a Mon Sep 17 00:00:00 2001 From: Obed Vazquez Date: Sat, 17 Dec 2022 17:25:44 -0600 Subject: [PATCH] - testing deployment solutions - upgraded version to avoid conflicts with GitHub --- README.md | 8 ++++---- pom.xml | 8 +++----- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 2ea93d9..8a5664f 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ WebDriver webDriver=util.driver; The framework will also take care of the entire configuration of the Drivers, you just need to specify what supported WebExplorers do you want to run your scenarios on. -* Version: [0.3.0](https://github.com/orgs/WhiteOrganization/packages) +* Version: [0.3.1](https://github.com/orgs/WhiteOrganization/packages) This is still in development and some methods are being constantly added as they are used. Please help us by requesting those you need or need more detailed documentation. @@ -48,7 +48,7 @@ by including it in your POM](https://maven.pkg.github.com/whiteorganization/whit io.github.whiteorganization white-selenium-framework - 0.3.0 + 0.3.1 ``` If used on a long-term heavy-use project we recommend: @@ -61,7 +61,7 @@ If used on a long-term heavy-use project we recommend: io.github.whiteorganization white-selenium-framework - 0.3.0 + 0.3.1 @@ -101,7 +101,7 @@ and import the dependency like this: com.github.WhiteOrganization White_SeleniumFramework - white-selenium-framework-0.3.0 + white-selenium-framework-0.3.1 ``` diff --git a/pom.xml b/pom.xml index 7fa7b49..5d4f581 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 io.github.whiteorganization white-selenium-framework - 0.3.0 + 0.3.1 ${project.groupId}:${project.artifactId} A Selenium Framework that will help to execute tests and custom scenarios faster and reduce the effort to access many sections Selenium related. @@ -181,9 +181,6 @@ sonatype - - -Xdoclint:none - +