Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[maven-release-plugin] prepare for next development iteration
  • Loading branch information
reckart committed Oct 3, 2017
1 parent ff0a0ca commit 9dda4e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -24,7 +24,7 @@
</parent>
<groupId>com.googlecode.jweb1t</groupId>
<artifactId>com.googlecode.jweb1t</artifactId>
<version>1.4.0</version>
<version>1.5.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>jWeb1T</name>
<description>jWeb1T is an open source Java tool for efficiently searching n-gram data in the Web 1T 5-gram corpus format. It is based on a binary search algorithm that finds the n-grams and returns their frequency counts in logarithmic time. As the corpus is stored in many files a simple index is used to retrieve the files containing the n-grams.</description>
Expand All @@ -44,7 +44,7 @@
<connection>scm:git:https://github.com/dkpro/jweb1t</connection>
<developerConnection>scm:git:https://github.com/dkpro/jweb1t</developerConnection>
<url>https://github.com/dkpro/jweb1t</url>
<tag>com.googlecode.jweb1t-1.4.0</tag>
<tag>HEAD</tag>
</scm>
<prerequisites>
<maven>3.0.5</maven>
Expand Down

0 comments on commit 9dda4e0

Please sign in to comment.