drop the snapshot in version

This commit is contained in:
Dennis Crissman 2013-11-18 12:22:04 -05:00
parent d57ce27cd1
commit 7116fd1889
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View file

@ -5,3 +5,6 @@ build/
dist/ dist/
out/ out/
target/ target/
.project
.classpath
.settings/

View file

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.redhat.trie</groupId> <groupId>com.redhat.trie</groupId>
<artifactId>PathPacker</artifactId> <artifactId>PathPacker</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1</version>
<dependencies> <dependencies>
<dependency> <dependency>