Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
20.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Sidochenko committed Aug 4, 2020
1 parent c5d3f4b commit b4407ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ru.sbtqa</groupId>
<artifactId>yandexdriver-bin</artifactId>
<version>20.7.0</version>
<version>20.7.2</version>
<name>yandexdriver-bin</name>
<description>Package yandexdriver as maven artifact</description>
<url>http://github.com/sbtqa/yandexdriver-bin</url>
Expand Down Expand Up @@ -34,15 +34,15 @@
</scm>

<properties>
<win32.version>899</win32.version>
<win32.version>124</win32.version>
<win32.phase.wget>pre-integration-test</win32.phase.wget>
<win32.phase.attach>package</win32.phase.attach>

<linux64.version></linux64.version>
<linux64.phase.wget>pre-integration-test</linux64.phase.wget>
<linux64.phase.attach>package</linux64.phase.attach>

<mac64.version>869</mac64.version>
<mac64.version></mac64.version>
<mac64.phase.wget>pre-integration-test</mac64.phase.wget>
<mac64.phase.attach>package</mac64.phase.attach>

Expand Down

0 comments on commit b4407ac

Please sign in to comment.