summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGravatar Matthias Jaros <jarlucmat@mailbox.org>2026-04-13 17:31:55 +0200
committerGravatar Matthias Jaros <jarlucmat@mailbox.org>2026-07-09 09:59:28 +0200
commit8b881560dd8884e8e54e1e64654f79749d9ff456 (patch)
treefaffd2348b9430bcda9591120a0aa392923e422c /pom.xml
parentb1bdcf02479f67a65f6176ed8a87b47925903e81 (diff)
Renamed package from network_scanner to jscanner
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 5ca32ba..1551535 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,10 +3,10 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.it-jaros</groupId>
- <artifactId>networkScanner</artifactId>
+ <artifactId>jscanner</artifactId>
<version>1.0-SNAPSHOT</version>
- <name>networkScanner</name>
+ <name>jscanner</name>
<!-- FIXME change it to the project's website -->
<url>http://www.example.com</url>
@@ -68,7 +68,7 @@
<configuration>
<archive>
<manifest>
- <mainClass>com.it_jaros.network_scanner.App</mainClass>
+ <mainClass>com.it_jaros.jscanner.App</mainClass>
</manifest>
</archive>
</configuration>