summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2013-01-16 10:05:19 +0100
committerAndrew Branson <andrew.branson@cern.ch>2013-01-16 10:05:19 +0100
commit35e8043542178752ef18d40681c3b3e028b8c35b (patch)
tree422bdcd8f562faeff77d994a9559acb14d5a99eb
parentdcf67f9c7ff800c04493628382d5436c7889b7c0 (diff)
Ignore eclipse project files and set first proper version number
-rw-r--r--.gitignore4
-rw-r--r--pom.xml2
2 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7037137
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+/.classpath
+/.project
+/target
+/.settings
diff --git a/pom.xml b/pom.xml
index fa0f39f..9a000cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cristal</groupId>
<artifactId>xmldb</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.1-SNAPSHOT</version>
<name>cristal-xmldb</name>
<description>CRISTAL Module</description>
<build>