summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
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>