Skip to content

Commit

Permalink
prepare for 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
takawitter committed Oct 22, 2016
1 parent 9686aba commit 44d842d
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions 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.3</version>
<version>0.9.4</version>
<name>Trie4J</name>
<packaging>jar</packaging>
<description>Various TRIE implementation including DoubleArray and LOUDS by Java.</description>
Expand Down Expand Up @@ -34,14 +34,6 @@
</scm>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.0</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
Expand All @@ -68,6 +60,8 @@
</build>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 44d842d

Please sign in to comment.