Skip to content

Commit d51271e

Browse files
committed
update
1 parent 039024d commit d51271e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@
2222
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
2323
hs_err_pid*
2424
/target/
25+
26+
src/main/java/info/unterrainer/java/tools/scripting/bulkmakemkv/Information.java

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@
55
<parent>
66
<groupId>info.unterrainer.commons</groupId>
77
<artifactId>parent-pom</artifactId>
8-
<version>0.1.3</version>
8+
<version>0.1.5</version>
99
</parent>
1010

1111
<properties>
1212
<mainclass>info.unterrainer.java.tools.scripting.bulkmakemkv.BulkMakeMkv</mainclass>
13+
<name>BulkMakeMKV</name>
14+
<package-path>info/unterrainer/java/tools/scripting/bulkmakemkv</package-path>
15+
<packg-string>info.unterrainer.java.tools.scripting.bulkmakemkv</packg-string>
1316
</properties>
1417

1518
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)