diff --git a/.gitignore b/.gitignore
index a6f89c2..e31e1bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,8 @@
-/target/
\ No newline at end of file
+/target/
+
+#
+# Eclipse project configuration files
+#
+/.settings/
+/.classpath
+/.project
diff --git a/pom.xml b/pom.xml
index c0d2f0d..301abed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
com.threerings
getdown
jar
- 1.5-SNAPSHOT
+ 1.4.1-SNAPSHOT
getdown
An application installer and updater.