Skip to content

Commit fc9eef6

Browse files
committed
Add LICENSE section to README.md.
Update the core version Fix localization file pl.json
1 parent 863c204 commit fc9eef6

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,6 @@ See quick start example [here](./src/test/java/tests/usecases/QuickStartExample.
8181
To get more details please look at documentation:
8282
- [In English](https://github.com/aquality-automation/aquality-selenium-java/wiki/Overview-(English))
8383
- [In Russian](https://github.com/aquality-automation/aquality-selenium-java/wiki/Overview-(Russian))
84+
85+
### License
86+
Library's source code is made available under the [Apache 2.0 license](LICENSE).

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>com.github.aquality-automation</groupId>
8383
<artifactId>aquality-selenium-core</artifactId>
84-
<version>2.0.3</version>
84+
<version>2.0.4</version>
8585
</dependency>
8686

8787
<dependency>

src/main/resources/localization/pl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"loc.send.text": "Ustawianie tekstu - '%s'",
7171
"loc.setting.value": "Ustawienie wartości - '%s'",
7272
"loc.text.clearing": "Oczyszczenie",
73-
"loc.text.submitting": "Oczyszczenie",
73+
"loc.text.submitting": "Przesyłanie",
7474
"loc.text.field": "Pole tekstowe",
7575
"loc.text.sending.key": "Wysyłanie klawisz '%1$s'",
7676
"loc.text.typing": "Wpisywanie '%s'",

0 commit comments

Comments
 (0)