diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2013-01-16 10:05:19 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2013-01-16 10:05:19 +0100 |
| commit | 35e8043542178752ef18d40681c3b3e028b8c35b (patch) | |
| tree | 422bdcd8f562faeff77d994a9559acb14d5a99eb | |
| parent | dcf67f9c7ff800c04493628382d5436c7889b7c0 (diff) | |
Ignore eclipse project files and set first proper version number
| -rw-r--r-- | .gitignore | 4 | ||||
| -rw-r--r-- | pom.xml | 2 |
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 @@ -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>
|
