-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release dkpro-tc-0.8.0
- Loading branch information
Showing
23 changed files
with
45 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
</parent> | ||
<groupId>org.dkpro.tc</groupId> | ||
<artifactId>dkpro-tc</artifactId> | ||
<version>0.8.0-SNAPSHOT</version> | ||
<version>0.8.0</version> | ||
<packaging>pom</packaging> | ||
<description>DKPro TC is a UIMA-based text classification framework built on top of DKPro Core and DKPro Lab. It is intended to alleviate supervised machine learning experiments with any kind of textual data.</description> | ||
<inceptionYear>2013</inceptionYear> | ||
|
@@ -39,7 +39,7 @@ | |
<connection>scm:git:git://github.com/dkpro/dkpro-tc</connection> | ||
<developerConnection>scm:git:[email protected]:dkpro/dkpro-tc.git</developerConnection> | ||
<url>https://github.com/dkpro/dkpro-tc</url> | ||
<tag>dkpro-tc-0.8.0-SNAPSHOT</tag> | ||
<tag>dkpro-tc-0.8.0</tag> | ||
</scm> | ||
<issueManagement> | ||
<url>https://github.com/dkpro/dkpro-tc/issues</url> | ||
|
@@ -91,17 +91,17 @@ | |
<dependency> | ||
<groupId>org.dkpro.tc</groupId> | ||
<artifactId>dkpro-tc-api</artifactId> | ||
<version>0.8.0-SNAPSHOT</version> | ||
<version>0.8.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.dkpro.tc</groupId> | ||
<artifactId>dkpro-tc-api-features</artifactId> | ||
<version>0.8.0-SNAPSHOT</version> | ||
<version>0.8.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.dkpro.tc</groupId> | ||
<artifactId>dkpro-tc-core</artifactId> | ||
<version>0.8.0-SNAPSHOT</version> | ||
<version>0.8.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.dkpro.tc</groupId> | ||
|
@@ -111,92 +111,92 @@ | |
<dependency> | ||
<groupId>org.dkpro.tc</groupId> | ||
<artifactId>dkpro-tc-evaluation</artifactId> | ||
<version>0.8.0-SNAPSHOT</version> | ||
<version>0.8.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.dkpro.tc</groupId> | ||
<artifactId>dkpro-tc-examples</artifactId> | ||
<version>0.8.0-SNAPSHOT</version> | ||
<version>0.8.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.dkpro.tc</groupId> | ||
<artifactId>dkpro-tc-examples-groovy</artifactId> | ||
<version>0.8.0-SNAPSHOT</version> | ||
<version>0.8.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.dkpro.tc</groupId> | ||
<artifactId>dkpro-tc-features</artifactId> | ||
<version>0.8.0-SNAPSHOT</version> | ||
<version>0.8.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.dkpro.tc</groupId> | ||
<artifactId>dkpro-tc-features-ngram</artifactId> | ||
<version>0.8.0-SNAPSHOT</version> | ||
<version>0.8.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.dkpro.tc</groupId> | ||
<artifactId>dkpro-tc-features-pair</artifactId> | ||
<version>0.8.0-SNAPSHOT</version> | ||
<version>0.8.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.dkpro.tc</groupId> | ||
<artifactId>dkpro-tc-features-pair-similarity</artifactId> | ||
<version>0.8.0-SNAPSHOT</version> | ||
<version>0.8.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.dkpro.tc</groupId> | ||
<artifactId>dkpro-tc-features-readability</artifactId> | ||
<version>0.8.0-SNAPSHOT</version> | ||
<version>0.8.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.dkpro.tc</groupId> | ||
<artifactId>dkpro-tc-features-spelling</artifactId> | ||
<version>0.8.0-SNAPSHOT</version> | ||
<version>0.8.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.dkpro.tc</groupId> | ||
<artifactId>dkpro-tc-fstore-simple</artifactId> | ||
<version>0.8.0-SNAPSHOT</version> | ||
<version>0.8.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.dkpro.tc</groupId> | ||
<artifactId>dkpro-tc-integrationtest</artifactId> | ||
<version>0.8.0-SNAPSHOT</version> | ||
<version>0.8.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.dkpro.tc</groupId> | ||
<artifactId>dkpro-tc-ml</artifactId> | ||
<version>0.8.0-SNAPSHOT</version> | ||
<version>0.8.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.dkpro.tc</groupId> | ||
<artifactId>dkpro-tc-ml-crfsuite</artifactId> | ||
<version>0.8.0-SNAPSHOT</version> | ||
<version>0.8.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.dkpro.tc</groupId> | ||
<artifactId>dkpro-tc-ml-liblinear</artifactId> | ||
<version>0.8.0-SNAPSHOT</version> | ||
<version>0.8.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.dkpro.tc</groupId> | ||
<artifactId>dkpro-tc-ml-mallet</artifactId> | ||
<version>0.8.0-SNAPSHOT</version> | ||
<version>0.8.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.dkpro.tc</groupId> | ||
<artifactId>dkpro-tc-ml-svmhmm</artifactId> | ||
<version>0.8.0-SNAPSHOT</version> | ||
<version>0.8.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.dkpro.tc</groupId> | ||
<artifactId>dkpro-tc-ml-weka</artifactId> | ||
<version>0.8.0-SNAPSHOT</version> | ||
<version>0.8.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.dkpro.tc</groupId> | ||
<artifactId>dkpro-tc-testing</artifactId> | ||
<version>0.8.0-SNAPSHOT</version> | ||
<version>0.8.0</version> | ||
</dependency> | ||
<!-- Other dependencies --> | ||
<dependency> | ||
|