summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGravatar Matthias Jaros <jarlucmat@mailbox.org>2026-08-12 16:36:28 +0200
committerGravatar Matthias Jaros <jarlucmat@mailbox.org>2026-08-12 16:36:28 +0200
commit1cbb5b6ffd5afdf55ea6727ee23550796a57809b (patch)
tree1c1b31e14966afadf6677d66e5af92b0dea9b2d4 /pom.xml
parent7fc179ed2d663a04c22e4182cde898301597f74f (diff)
Renamed jscanner package to jns
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index d13e08c..9f9ef0d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,7 @@
<configuration>
<archive>
<manifest>
- <mainClass>com.it_jaros.jscanner.App</mainClass>
+ <mainClass>com.it_jaros.jns.App</mainClass>
</manifest>
</archive>
</configuration>