diff options
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |
