drop the snapshot in version
This commit is contained in:
parent
d57ce27cd1
commit
7116fd1889
2 changed files with 4 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -5,3 +5,6 @@ build/
|
||||||
dist/
|
dist/
|
||||||
out/
|
out/
|
||||||
target/
|
target/
|
||||||
|
.project
|
||||||
|
.classpath
|
||||||
|
.settings/
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue