Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Aug 14, 2023
1 parent 43d2c81 commit 161baed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ and integration with CI platforms and Browser services.

## Breaking changes

- Java only: As of V3.1.0 Java 11 as minimum version supported (this is the requirement of the upcoming Selenium V5)
- Java only: As of V3.1.0, Java 11 is the minimum version supported (requirement of the upcoming Selenium v5)
- As of v3.0.0 the class `SeleniumManager` is renamed to `SeleManager` to avoid naming conflics with Selenium >=v4.6

# Getting started
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>io.github.javiertuya</groupId>
<artifactId>selema</artifactId>
<version>3.0.5-SNAPSHOT</version>
<version>3.1.0</version>
<packaging>jar</packaging>
<organization>
<name>Software Engineering Research Group - University of Oviedo, ES</name>
Expand Down
4 changes: 2 additions & 2 deletions net/Selema/Selema.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>netstandard2.0</TargetFramework>
<InformationalVersion>3.0.5-SNAPSHOT</InformationalVersion>
<InformationalVersion>3.1.0</InformationalVersion>
<Version>3.1.0</Version>

<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>CS1591</NoWarn>
<SonarQubeTestProject>false</SonarQubeTestProject>

<PackageOutputPath>./nupkg</PackageOutputPath>
<RepositoryUrl>https://github.com/$(GITHUB_REPOSITORY)</RepositoryUrl>
<Version>3.0.5-SNAPSHOT</Version>
<Authors>Javier Tuya</Authors>
<Company>GIIS - University of Oviedo, ES</Company>
<Description>
Expand Down

0 comments on commit 161baed

Please sign in to comment.