diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2016-07-26 19:43:13 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2016-07-26 19:47:14 +0300 |
| commit | 8234767203a7f673b12c8f51b83762c511274366 (patch) | |
| tree | 3dfa221a1bc0c94860363a74bdaf4c3dbb23226d /pom.xml | |
| parent | 9c189c2d1ef35184ec9a9d08bdeeb52936902867 (diff) | |
Rename project to tunkki
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> |
