File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ The resulting artifacts will be created in the `target` subdirectory.
62
62
You can run the executable jar via ` java -jar target/androidscreencast-VERSION-executable.jar ` , replacing VERSION with
63
63
the current version.
64
64
65
- For example, ` java -jar target/androidscreencast-0.0.8s -executable.jar ` .
65
+ For example, ` java -jar target/androidscreencast-0.0.9s -executable.jar ` .
66
66
67
67
Additionally OS-packages would be created with ADB executables bundled:
68
68
* ` androidscreencast-VERSION-windows.zip `
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.github.xsavikx</groupId >
5
5
<artifactId >androidscreencast</artifactId >
6
- <version >0.0.9s-SNAPSHOT </version >
6
+ <version >0.0.9s</version >
7
7
<name >Android Screencast</name >
8
8
<properties >
9
9
<spring .version>4.3.5.RELEASE</spring .version>
You can’t perform that action at this time.
0 commit comments