Author: tommaso
Date: Sat Oct 9 10:51:09 2010
New Revision: 1006133
URL: http://svn.apache.org/viewvc?rev=1006133&view=rev
Log:
[UIMA-1837] - removed missing property reference
Modified:
uima/sandbox/trunk/sandbox-osgi-runtime/ (props changed)
uima/sandbox/trunk/sandbox-osgi-runtime/alchemyapi/ (props changed)
uima/sandbox/trunk/sandbox-osgi-runtime/alchemyapi/pom.xml
uima/sandbox/trunk/sandbox-osgi-runtime/bsf/ (props changed)
uima/sandbox/trunk/sandbox-osgi-runtime/bsf/pom.xml
uima/sandbox/trunk/sandbox-osgi-runtime/cfe/ (props changed)
uima/sandbox/trunk/sandbox-osgi-runtime/cfe/pom.xml
uima/sandbox/trunk/sandbox-osgi-runtime/conceptmapper/pom.xml
uima/sandbox/trunk/sandbox-osgi-runtime/dictionary/pom.xml
uima/sandbox/trunk/sandbox-osgi-runtime/hmmtagger/pom.xml
uima/sandbox/trunk/sandbox-osgi-runtime/lucas/pom.xml
uima/sandbox/trunk/sandbox-osgi-runtime/opencalais/pom.xml
uima/sandbox/trunk/sandbox-osgi-runtime/pom.xml
uima/sandbox/trunk/sandbox-osgi-runtime/snowball/pom.xml
uima/sandbox/trunk/sandbox-osgi-runtime/tika/pom.xml
uima/sandbox/trunk/sandbox-osgi-runtime/whitespacetokenizer/pom.xml
Propchange: uima/sandbox/trunk/sandbox-osgi-runtime/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Oct 9 10:51:09 2010
@@ -0,0 +1 @@
+.settings
Propchange: uima/sandbox/trunk/sandbox-osgi-runtime/alchemyapi/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Oct 9 10:51:09 2010
@@ -0,0 +1,3 @@
+.settings
+META-INF
+*.iml
Modified: uima/sandbox/trunk/sandbox-osgi-runtime/alchemyapi/pom.xml
URL:
http://svn.apache.org/viewvc/uima/sandbox/trunk/sandbox-osgi-runtime/alchemyapi/pom.xml?rev=1006133&r1=1006132&r2=1006133&view=diff
==============================================================================
--- uima/sandbox/trunk/sandbox-osgi-runtime/alchemyapi/pom.xml (original)
+++ uima/sandbox/trunk/sandbox-osgi-runtime/alchemyapi/pom.xml Sat Oct 9
10:51:09 2010
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>alchemy-annotator</artifactId>
- <version>${uimaDependencyVersion}</version>
+ <version>2.3.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
Propchange: uima/sandbox/trunk/sandbox-osgi-runtime/bsf/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Oct 9 10:51:09 2010
@@ -0,0 +1,3 @@
+*.iml
+*.settings
+META-INF
Modified: uima/sandbox/trunk/sandbox-osgi-runtime/bsf/pom.xml
URL:
http://svn.apache.org/viewvc/uima/sandbox/trunk/sandbox-osgi-runtime/bsf/pom.xml?rev=1006133&r1=1006132&r2=1006133&view=diff
==============================================================================
--- uima/sandbox/trunk/sandbox-osgi-runtime/bsf/pom.xml (original)
+++ uima/sandbox/trunk/sandbox-osgi-runtime/bsf/pom.xml Sat Oct 9 10:51:09 2010
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>BSFAnnotator</artifactId>
- <version>${uimaDependencyVersion}</version>
+ <version>2.3.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>bsf</groupId>
Propchange: uima/sandbox/trunk/sandbox-osgi-runtime/cfe/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Oct 9 10:51:09 2010
@@ -0,0 +1 @@
+.settings
Modified: uima/sandbox/trunk/sandbox-osgi-runtime/cfe/pom.xml
URL:
http://svn.apache.org/viewvc/uima/sandbox/trunk/sandbox-osgi-runtime/cfe/pom.xml?rev=1006133&r1=1006132&r2=1006133&view=diff
==============================================================================
--- uima/sandbox/trunk/sandbox-osgi-runtime/cfe/pom.xml (original)
+++ uima/sandbox/trunk/sandbox-osgi-runtime/cfe/pom.xml Sat Oct 9 10:51:09 2010
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>ConfigurableFeatureExtractor</artifactId>
- <version>${uimaDependencyVersion}</version>
+ <version>2.3.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-jxpath</groupId>
Modified: uima/sandbox/trunk/sandbox-osgi-runtime/conceptmapper/pom.xml
URL:
http://svn.apache.org/viewvc/uima/sandbox/trunk/sandbox-osgi-runtime/conceptmapper/pom.xml?rev=1006133&r1=1006132&r2=1006133&view=diff
==============================================================================
--- uima/sandbox/trunk/sandbox-osgi-runtime/conceptmapper/pom.xml (original)
+++ uima/sandbox/trunk/sandbox-osgi-runtime/conceptmapper/pom.xml Sat Oct 9
10:51:09 2010
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>ConceptMapper</artifactId>
- <version>${uimaDependencyVersion}</version>
+ <version>2.3.1-SNAPSHOT</version>
</dependency>
</dependencies>
Modified: uima/sandbox/trunk/sandbox-osgi-runtime/dictionary/pom.xml
URL:
http://svn.apache.org/viewvc/uima/sandbox/trunk/sandbox-osgi-runtime/dictionary/pom.xml?rev=1006133&r1=1006132&r2=1006133&view=diff
==============================================================================
--- uima/sandbox/trunk/sandbox-osgi-runtime/dictionary/pom.xml (original)
+++ uima/sandbox/trunk/sandbox-osgi-runtime/dictionary/pom.xml Sat Oct 9
10:51:09 2010
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>DictionaryAnnotator</artifactId>
- <version>${uimaDependencyVersion}</version>
+ <version>2.3.1-SNAPSHOT</version>
</dependency>
</dependencies>
Modified: uima/sandbox/trunk/sandbox-osgi-runtime/hmmtagger/pom.xml
URL:
http://svn.apache.org/viewvc/uima/sandbox/trunk/sandbox-osgi-runtime/hmmtagger/pom.xml?rev=1006133&r1=1006132&r2=1006133&view=diff
==============================================================================
--- uima/sandbox/trunk/sandbox-osgi-runtime/hmmtagger/pom.xml (original)
+++ uima/sandbox/trunk/sandbox-osgi-runtime/hmmtagger/pom.xml Sat Oct 9
10:51:09 2010
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>Tagger</artifactId>
- <version>${uimaDependencyVersion}</version>
+ <version>2.3.1-SNAPSHOT</version>
</dependency>
</dependencies>
Modified: uima/sandbox/trunk/sandbox-osgi-runtime/lucas/pom.xml
URL:
http://svn.apache.org/viewvc/uima/sandbox/trunk/sandbox-osgi-runtime/lucas/pom.xml?rev=1006133&r1=1006132&r2=1006133&view=diff
==============================================================================
--- uima/sandbox/trunk/sandbox-osgi-runtime/lucas/pom.xml (original)
+++ uima/sandbox/trunk/sandbox-osgi-runtime/lucas/pom.xml Sat Oct 9 10:51:09
2010
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>Lucas</artifactId>
- <version>${uimaDependencyVersion}</version>
+ <version>2.3.1-SNAPSHOT</version>
</dependency>
</dependencies>
Modified: uima/sandbox/trunk/sandbox-osgi-runtime/opencalais/pom.xml
URL:
http://svn.apache.org/viewvc/uima/sandbox/trunk/sandbox-osgi-runtime/opencalais/pom.xml?rev=1006133&r1=1006132&r2=1006133&view=diff
==============================================================================
--- uima/sandbox/trunk/sandbox-osgi-runtime/opencalais/pom.xml (original)
+++ uima/sandbox/trunk/sandbox-osgi-runtime/opencalais/pom.xml Sat Oct 9
10:51:09 2010
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>OpenCalaisAnnotator</artifactId>
- <version>${uimaDependencyVersion}</version>
+ <version>2.3.1-SNAPSHOT</version>
</dependency>
</dependencies>
Modified: uima/sandbox/trunk/sandbox-osgi-runtime/pom.xml
URL:
http://svn.apache.org/viewvc/uima/sandbox/trunk/sandbox-osgi-runtime/pom.xml?rev=1006133&r1=1006132&r2=1006133&view=diff
==============================================================================
--- uima/sandbox/trunk/sandbox-osgi-runtime/pom.xml (original)
+++ uima/sandbox/trunk/sandbox-osgi-runtime/pom.xml Sat Oct 9 10:51:09 2010
@@ -51,7 +51,7 @@
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimaj-core</artifactId>
- <version>${uimaDependencyVersion}</version>
+ <version>2.3.1-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Modified: uima/sandbox/trunk/sandbox-osgi-runtime/snowball/pom.xml
URL:
http://svn.apache.org/viewvc/uima/sandbox/trunk/sandbox-osgi-runtime/snowball/pom.xml?rev=1006133&r1=1006132&r2=1006133&view=diff
==============================================================================
--- uima/sandbox/trunk/sandbox-osgi-runtime/snowball/pom.xml (original)
+++ uima/sandbox/trunk/sandbox-osgi-runtime/snowball/pom.xml Sat Oct 9
10:51:09 2010
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>SnowballAnnotator</artifactId>
- <version>${uimaDependencyVersion}</version>
+ <version>2.3.1-SNAPSHOT</version>
</dependency>
</dependencies>
Modified: uima/sandbox/trunk/sandbox-osgi-runtime/tika/pom.xml
URL:
http://svn.apache.org/viewvc/uima/sandbox/trunk/sandbox-osgi-runtime/tika/pom.xml?rev=1006133&r1=1006132&r2=1006133&view=diff
==============================================================================
--- uima/sandbox/trunk/sandbox-osgi-runtime/tika/pom.xml (original)
+++ uima/sandbox/trunk/sandbox-osgi-runtime/tika/pom.xml Sat Oct 9 10:51:09
2010
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>TikaAnnotator</artifactId>
- <version>${uimaDependencyVersion}</version>
+ <version>2.3.1-SNAPSHOT</version>
</dependency>
</dependencies>
Modified: uima/sandbox/trunk/sandbox-osgi-runtime/whitespacetokenizer/pom.xml
URL:
http://svn.apache.org/viewvc/uima/sandbox/trunk/sandbox-osgi-runtime/whitespacetokenizer/pom.xml?rev=1006133&r1=1006132&r2=1006133&view=diff
==============================================================================
--- uima/sandbox/trunk/sandbox-osgi-runtime/whitespacetokenizer/pom.xml
(original)
+++ uima/sandbox/trunk/sandbox-osgi-runtime/whitespacetokenizer/pom.xml Sat Oct
9 10:51:09 2010
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>WhitespaceTokenizer</artifactId>
- <version>${uimaDependencyVersion}</version>
+ <version>2.3.1-SNAPSHOT</version>
</dependency>
</dependencies>