aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2016-07-26 19:43:13 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2016-07-26 19:47:14 +0300
commit8234767203a7f673b12c8f51b83762c511274366 (patch)
tree3dfa221a1bc0c94860363a74bdaf4c3dbb23226d /pom.xml
parent9c189c2d1ef35184ec9a9d08bdeeb52936902867 (diff)
Rename project to tunkki
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 600e0e4..ed3d68d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,8 +1,8 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>com.jantuomi.borker</groupId>
- <artifactId>borker</artifactId>
+ <groupId>com.jantuomi.tunkki</groupId>
+ <artifactId>tunkki</artifactId>
<version>0.1</version>
<url>http://maven.apache.org</url>
@@ -48,7 +48,7 @@
<configuration>
<archive>
<manifest>
- <mainClass>com.jantuomi.borker.Main</mainClass>
+ <mainClass>com.jantuomi.tunkki.Main</mainClass>
</manifest>
</archive>
<descriptorRefs>