Change version to minor iteration (to avoid clash with parent) and ignore Eclipse project files

This commit is contained in:
Stephen Neal
2015-06-22 13:28:11 +09:30
parent c9ccb4aee0
commit 15379722e8
2 changed files with 9 additions and 2 deletions
+8 -1
View File
@@ -1 +1,8 @@
/target/
/target/
#
# Eclipse project configuration files
#
/.settings/
/.classpath
/.project
+1 -1
View File
@@ -10,7 +10,7 @@
<groupId>com.threerings</groupId>
<artifactId>getdown</artifactId>
<packaging>jar</packaging>
<version>1.5-SNAPSHOT</version>
<version>1.4.1-SNAPSHOT</version>
<name>getdown</name>
<description>An application installer and updater.</description>