Skip to content

Commit

Permalink
STANBOL-913: copy for tag apache-stanbol-enhancement-engines-0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Christ committed Feb 14, 2013
2 parents 67fccfa + 93b197e commit c3fafa7
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion entityhublinking/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.enhancer.engines.entitylinking.engine</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.0</version>
</dependency>
<dependency>
<groupId>org.apache.stanbol</groupId>
Expand Down
2 changes: 1 addition & 1 deletion entitylinking/labeltokenizer-lucene/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.enhancer.engines.entitylinking.engine</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.0</version>
</dependency>
<dependency>
<groupId>org.apache.stanbol</groupId>
Expand Down
2 changes: 1 addition & 1 deletion entitylinking/labeltokenizer-opennlp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.enhancer.engines.entitylinking.engine</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion entitylinking/labeltokenizer-paoding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.enhancer.engines.entitylinking.engine</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.0</version>
</dependency>
<!-- Testing -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion entitylinking/labeltokenizer-smartcn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<dependency> <!-- depend on the module the config is for -->
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.enhancer.engines.entitylinking.labeltokenizer.lucene</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.0</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions entitylinking/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@

<scm>
<connection>
scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-enhancement-engines-0.10.0/entityinging
scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-enhancement-engines-0.10.0/entitylinking
</connection>
<developerConnection>
scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-enhancement-engines-0.10.0/entityinging
scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-enhancement-engines-0.10.0/entitylinking
</developerConnection>
<url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-enhancement-engines-0.10.0/stanbol.apache.org</url>
</scm>
Expand Down
2 changes: 1 addition & 1 deletion tika/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.enhancer.engines.tika</artifactId>
<version>yes</version>
<version>0.10.0</version>
<packaging>bundle</packaging>

<name>Apache Stanbol Enhancement Engine : Tika</name>
Expand Down

0 comments on commit c3fafa7

Please sign in to comment.