Skip to content

Commit 9914794

Browse files
committed
update version in README and ensure packaging is defined in pom.xml
1 parent 2c0f577 commit 9914794

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The resulting artifacts will be created in the `target` subdirectory.
5252
You can run the executable jar via `java -jar target/androidscreencast-VERSION-executable.jar`, replacing VERSION with
5353
the current version.
5454

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

5757
Additionally OS-packages would be created with ADB executables bundled:
5858
* `androidscreencast-VERSION-windows.zip`

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<artifactId>androidscreencast</artifactId>
66
<version>0.0.10s</version>
77
<name>Android Screencast</name>
8+
<packaging>jar</packaging>
89
<properties>
910
<dagger2.version>2.9</dagger2.version>
1011
<ddmlib.version>25.2.0</ddmlib.version>

0 commit comments

Comments
 (0)