Set version to 0.1.
[rhynodge.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 0130d8b..ec72184 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -2,8 +2,8 @@
        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>net.pterodactylus</groupId>
-       <artifactId>reactor</artifactId>
-       <version>0.0.1-SNAPSHOT</version>
+       <artifactId>rhynodge</artifactId>
+       <version>0.1</version>
        <properties>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        </properties>
@@ -22,7 +22,7 @@
                                <artifactId>exec-maven-plugin</artifactId>
                                <version>1.2.1</version>
                                <configuration>
-                                       <mainClass>net.pterodactylus.reactor.engine.Starter</mainClass>
+                                       <mainClass>net.pterodactylus.rhynodge.engine.Starter</mainClass>
                                </configuration>
                        </plugin>
                </plugins>