Skip to content

Commit 3f34adf

Browse files
committed
updating changelog, bumping to 0.17.0
1 parent 2a665a3 commit 3f34adf

File tree

10 files changed

+21
-10
lines changed

10 files changed

+21
-10
lines changed

android-driver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.selendroid</groupId>
66
<artifactId>selendroid</artifactId>
7-
<version>0.17.0-SNAPSHOT</version>
7+
<version>0.17.0</version>
88
</parent>
99
<artifactId>android-driver-app</artifactId>
1010
<packaging>apk</packaging>

changelog.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
1-
0.17.0-SNAPSHOT (under current development)
1+
0.18.0-SNAPSHOT (under current development)
22
---
33

4+
5+
0.17.0
6+
---
7+
- wrapping webviews in a better way, to handle hybrid apps that override methods on the webview(s)
8+
- native element getAttribute now run on UI Thread, to access certain attributes on a WebView (like getScale)
9+
- marshmallow support
10+
- add factory to allow custom drivers
11+
- merge device config into node capability for grid auto re-register
12+
- kill orphaned processes after test has finished
13+
- update selenium maven dependency
14+
415
0.16.0
516
---
617
- gets app version from pom.xml if class path doesn't start with jar [#835](../../issues/835)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>io.selendroid</groupId>
44
<artifactId>selendroid</artifactId>
5-
<version>0.17.0-SNAPSHOT</version>
5+
<version>0.17.0</version>
66
<packaging>pom</packaging>
77
<name>selendroid</name>
88
<description>"Selenium for Android Apps" (Test automate native or hybrid Android apps with Selendroid.)</description>

selendroid-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.selendroid</groupId>
66
<artifactId>selendroid</artifactId>
7-
<version>0.17.0-SNAPSHOT</version>
7+
<version>0.17.0</version>
88
</parent>
99
<artifactId>selendroid-client</artifactId>
1010
<name>selendroid-client</name>

selendroid-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.selendroid</groupId>
66
<artifactId>selendroid</artifactId>
7-
<version>0.17.0-SNAPSHOT</version>
7+
<version>0.17.0</version>
88
</parent>
99
<artifactId>selendroid-common</artifactId>
1010
<name>selendroid-common</name>

selendroid-grid-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.selendroid</groupId>
66
<artifactId>selendroid</artifactId>
7-
<version>0.17.0-SNAPSHOT</version>
7+
<version>0.17.0</version>
88
</parent>
99
<artifactId>selendroid-grid-plugin</artifactId>
1010
<name>selendroid-grid-plugin</name>

selendroid-server-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.selendroid</groupId>
66
<artifactId>selendroid</artifactId>
7-
<version>0.17.0-SNAPSHOT</version>
7+
<version>0.17.0</version>
88
</parent>
99
<artifactId>selendroid-server-common</artifactId>
1010
<name>selendroid-server-common</name>

selendroid-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.selendroid</groupId>
66
<artifactId>selendroid</artifactId>
7-
<version>0.17.0-SNAPSHOT</version>
7+
<version>0.17.0</version>
88
</parent>
99
<artifactId>selendroid-server</artifactId>
1010
<name>selendroid-server</name>

selendroid-standalone/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.selendroid</groupId>
77
<artifactId>selendroid</artifactId>
8-
<version>0.17.0-SNAPSHOT</version>
8+
<version>0.17.0</version>
99
</parent>
1010
<artifactId>selendroid-standalone</artifactId>
1111
<name>selendroid-standalone</name>

selendroid-test-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.selendroid</groupId>
66
<artifactId>selendroid</artifactId>
7-
<version>0.17.0-SNAPSHOT</version>
7+
<version>0.17.0</version>
88
</parent>
99
<artifactId>selendroid-test-app</artifactId>
1010
<packaging>apk</packaging>

0 commit comments

Comments
 (0)