Skip to content

Commit

Permalink
update version in README and ensure packaging is defined in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
xSAVIKx committed Mar 3, 2017
1 parent 2c0f577 commit 9914794
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The resulting artifacts will be created in the `target` subdirectory.
You can run the executable jar via `java -jar target/androidscreencast-VERSION-executable.jar`, replacing VERSION with
the current version.

For example, `java -jar target/androidscreencast-0.0.9s-executable.jar`.
For example, `java -jar target/androidscreencast-0.0.10s-executable.jar`.

Additionally OS-packages would be created with ADB executables bundled:
* `androidscreencast-VERSION-windows.zip`
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<artifactId>androidscreencast</artifactId>
<version>0.0.10s</version>
<name>Android Screencast</name>
<packaging>jar</packaging>
<properties>
<dagger2.version>2.9</dagger2.version>
<ddmlib.version>25.2.0</ddmlib.version>
Expand Down

0 comments on commit 9914794

Please sign in to comment.