Skip to content

Commit

Permalink
Changed pom version for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
jose.fernandez committed Oct 10, 2019
1 parent 27c0aed commit 91ad832
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.privaliatech</groupId>
<artifactId>gingerspec</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.4</version>

<name>Privalia GingerSpec framework</name>
<description>Acceptance Test library. Testing runtime to rule over Privalia's acceptance tests.</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ private static List<String> gridBrowsers(Map<String, String> filter) {
LOGGER.warn("No browser specified, using chrome as default");
response.add("chrome_1.0");
} else {
response.add(browser + "1.0");
response.add(browser + "_1.0");
}

}
Expand Down

0 comments on commit 91ad832

Please sign in to comment.