Skip to content

Commit

Permalink
[maven-release-plugin] rollback the release of com.googlecode.jweb1t-…
Browse files Browse the repository at this point in the history
…1.4.0
  • Loading branch information
reckart committed Oct 3, 2017
1 parent a6e7da8 commit 1f86bed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.sonatype.oss</groupId>
Expand All @@ -24,7 +25,7 @@
</parent>
<groupId>com.googlecode.jweb1t</groupId>
<artifactId>com.googlecode.jweb1t</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.4.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 @@ -40,7 +41,6 @@
<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>HEAD</tag>
</scm>
<prerequisites>
<maven>3.0.5</maven>
Expand Down

0 comments on commit 1f86bed

Please sign in to comment.