Skip to content

Commit

Permalink
prepare 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
takawitter committed Jan 24, 2018
1 parent 9745705 commit 1908bd2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions trie4j/go.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
mvn install -N -DskipTests=true
mvn clean compile -DskipTests=true
mvn javadoc:jar source:jar package deploy -DskipTests=true
2 changes: 1 addition & 1 deletion trie4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.takawitter</groupId>
<artifactId>trie4j</artifactId>
<version>0.9.7</version>
<version>0.9.8</version>
<name>Trie4J</name>
<packaging>jar</packaging>
<description>Various TRIE implementation including DoubleArray and LOUDS by Java.</description>
Expand Down
Empty file.

0 comments on commit 1908bd2

Please sign in to comment.