From 15379722e885dd38873b0fde0cea3be99570b4bc Mon Sep 17 00:00:00 2001 From: Stephen Neal Date: Mon, 22 Jun 2015 13:28:11 +0930 Subject: [PATCH] Change version to minor iteration (to avoid clash with parent) and ignore Eclipse project files --- .gitignore | 9 ++++++++- pom.xml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) 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.