Modified: stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/restful-nlp/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/restful-nlp/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/restful-nlp/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/restful-nlp/pom.xml Fri Sep 9 10:57:27 2016 @@ -15,13 +15,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-enhancement-engines</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.restful.nlp</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Enhancement Engine : RESTful NLP processing</name> @@ -81,17 +81,17 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.nlp</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.nlp.json</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.felix</groupId>
Modified: stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/sentiment-summarization/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/sentiment-summarization/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/sentiment-summarization/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/sentiment-summarization/pom.xml Fri Sep 9 10:57:27 2016 @@ -15,13 +15,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-enhancement-engines</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.sentiment.summarization</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Enhancement Engine : Sentiment Summarization</name> @@ -82,12 +82,12 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.nlp</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.felix</groupId> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/sentiment-wordclassifier/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/sentiment-wordclassifier/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/sentiment-wordclassifier/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/sentiment-wordclassifier/pom.xml Fri Sep 9 10:57:27 2016 @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-enhancement-engines</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.sentiment.wordclassifier</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Enhancement Engine : Sentiment Word Classifier</name> @@ -103,17 +103,17 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.nlp</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <!-- for tracking and loading sentiment wordlists --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.stanboltools.datafileprovider</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency><!-- for stemming English words --> <groupId>org.apache.lucene</groupId> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/smartcn-token/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/smartcn-token/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/smartcn-token/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/smartcn-token/pom.xml Fri Sep 9 10:57:27 2016 @@ -15,13 +15,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-enhancement-engines</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.smartcn.token</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Enhancement Engine : Smart Chinese Tokenizer</name> @@ -81,17 +81,17 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.solr.extras.smartcn</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.nlp</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.felix</groupId> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/textannotationnewmodel/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/textannotationnewmodel/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/textannotationnewmodel/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/textannotationnewmodel/pom.xml Fri Sep 9 10:57:27 2016 @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-enhancement-engines</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <packaging>bundle</packaging> @@ -74,19 +74,19 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <!-- for tests --> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.test</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.core</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/tika/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/tika/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/tika/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/tika/pom.xml Fri Sep 9 10:57:27 2016 @@ -22,13 +22,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-enhancement-engines</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.tika</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Enhancement Engine : Tika</name> @@ -111,7 +111,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>provided</scope> </dependency> @@ -148,7 +148,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.core</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>test</scope> </dependency> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/topic/api/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/topic/api/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/topic/api/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/topic/api/pom.xml Fri Sep 9 10:57:27 2016 @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-enhancement-engines</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engine.topic.api</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Enhancement Engine : Topic Classification (API)</name> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/topic/engine/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/topic/engine/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/topic/engine/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/topic/engine/pom.xml Fri Sep 9 10:57:27 2016 @@ -16,13 +16,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-enhancement-engines</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engine.topic</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Enhancement Engine : Topic Classification</name> @@ -279,12 +279,12 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <!-- anyway transitive dependency of managed <dependency> @@ -295,14 +295,14 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.solr.managed</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <!-- API dependency --> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engine.topic.api</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> </dependencies> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/topic/web/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/topic/web/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/topic/web/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/topic/web/pom.xml Fri Sep 9 10:57:27 2016 @@ -22,13 +22,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-enhancement-engines</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engine.topic.web</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Enhancement Engine : Topic Classification : Web API</name> @@ -100,22 +100,22 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.web.base</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engine.topic.api</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engine.topic</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> @@ -135,7 +135,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.web.viewable</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/uima/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/uima/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/uima/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/uima/pom.xml Fri Sep 9 10:57:27 2016 @@ -22,13 +22,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-enhancement-engines</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-enhancement-engines-uima</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Stanbol Enhancement Engine : UIMA</name> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/uima/uimalocal-template/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/uima/uimalocal-template/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/uima/uimalocal-template/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/uima/uimalocal-template/pom.xml Fri Sep 9 10:57:27 2016 @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-enhancement-engines-uima</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> @@ -94,7 +94,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> @@ -110,7 +110,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.caslight</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.lucene</groupId> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/uima/uimaremote/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/uima/uimaremote/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/uima/uimaremote/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/uima/uimaremote/pom.xml Fri Sep 9 10:57:27 2016 @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-enhancement-engines-uima</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> @@ -101,7 +101,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.clerezza</groupId> @@ -115,7 +115,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.caslight</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> </dependencies> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/uima/uimatotriples/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/uima/uimatotriples/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/uima/uimatotriples/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/uima/uimatotriples/pom.xml Fri Sep 9 10:57:27 2016 @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-enhancement-engines-uima</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> @@ -100,7 +100,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> @@ -116,7 +116,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.caslight</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> </dependencies> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/xmpextractor/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/xmpextractor/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/xmpextractor/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/xmpextractor/pom.xml Fri Sep 9 10:57:27 2016 @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-enhancement-engines</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.xmpextractor</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Enhancement Engine : XMP Extractor</name> @@ -73,7 +73,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> @@ -101,13 +101,13 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.test</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.core</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/zemanta/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/zemanta/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/zemanta/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/zemanta/pom.xml Fri Sep 9 10:57:27 2016 @@ -22,13 +22,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-enhancement-engines</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.zemanta</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Enhancement Engine : Zemanta</name> @@ -87,13 +87,13 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.stanboltools.offline</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>provided</scope> </dependency> @@ -127,13 +127,13 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.test</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.core</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/benchmark/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/benchmark/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/benchmark/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/benchmark/pom.xml Fri Sep 9 10:57:27 2016 @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-enhancer</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> @@ -105,7 +105,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/chain/allactive/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/chain/allactive/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/chain/allactive/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/chain/allactive/pom.xml Fri Sep 9 10:57:27 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-enhancer</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -76,13 +76,13 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.stanboltools.datafileprovider</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <!-- Stanbol Enhancer dependencies --> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/chain/graph/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/chain/graph/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/chain/graph/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/chain/graph/pom.xml Fri Sep 9 10:57:27 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-enhancer</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -78,13 +78,13 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.stanboltools.datafileprovider</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <!-- Stanbol Enhancer dependencies --> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/chain/list/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/chain/list/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/chain/list/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/chain/list/pom.xml Fri Sep 9 10:57:27 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-enhancer</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -78,13 +78,13 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.stanboltools.datafileprovider</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <!-- Stanbol Enhancer dependencies --> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/chain/weighted/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/chain/weighted/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/chain/weighted/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/chain/weighted/pom.xml Fri Sep 9 10:57:27 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-enhancer</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -79,13 +79,13 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.stanboltools.datafileprovider</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <!-- Stanbol Enhancer dependencies --> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/defaults/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/defaults/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/defaults/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/defaults/pom.xml Fri Sep 9 10:57:27 2016 @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-enhancer</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/generic/core/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/generic/core/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/generic/core/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/generic/core/pom.xml Fri Sep 9 10:57:27 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-enhancer</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -94,12 +94,12 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.indexedgraph</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> @@ -119,7 +119,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.test</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>junit</groupId> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/generic/nlp-json/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/generic/nlp-json/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/generic/nlp-json/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/generic/nlp-json/pom.xml Fri Sep 9 10:57:27 2016 @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-enhancer</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -91,7 +91,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.nlp</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>javax.ws.rs</groupId> @@ -120,7 +120,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.core</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/generic/nlp/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/generic/nlp/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/generic/nlp/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/generic/nlp/pom.xml Fri Sep 9 10:57:27 2016 @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-enhancer</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -121,7 +121,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>commons-collections</groupId> @@ -137,7 +137,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.core</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/generic/rdfentities/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/generic/rdfentities/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/generic/rdfentities/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/generic/rdfentities/pom.xml Fri Sep 9 10:57:27 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-enhancer</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -69,12 +69,12 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.indexedgraph</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> @@ -94,7 +94,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.core</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/generic/servicesapi/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/generic/servicesapi/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/generic/servicesapi/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/generic/servicesapi/pom.xml Fri Sep 9 10:57:27 2016 @@ -16,7 +16,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-enhancer</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -91,7 +91,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.indexedgraph</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/generic/test/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/generic/test/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/generic/test/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/generic/test/pom.xml Fri Sep 9 10:57:27 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-enhancer</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -72,7 +72,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/jersey/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/jersey/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/jersey/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/jersey/pom.xml Fri Sep 9 10:57:27 2016 @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-enhancer</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> @@ -96,22 +96,22 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.jsonld</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.web.base</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.indexedgraph</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <!-- Clerezza dependencies --> @@ -132,7 +132,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.web.viewable</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>javax.ws.rs</groupId> @@ -197,7 +197,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.core</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/jobmanager/event/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/jobmanager/event/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/jobmanager/event/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/jobmanager/event/pom.xml Fri Sep 9 10:57:27 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-enhancer</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -81,7 +81,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/jobmanager/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/jobmanager/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/jobmanager/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/jobmanager/pom.xml Fri Sep 9 10:57:27 2016 @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>7-SNAPSHOT</version> + <version>6-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/jobmanager/weightedjobmanager/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/jobmanager/weightedjobmanager/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/jobmanager/weightedjobmanager/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/jobmanager/weightedjobmanager/pom.xml Fri Sep 9 10:57:27 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-enhancer</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -76,7 +76,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/ldpath/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/ldpath/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/ldpath/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/ldpath/pom.xml Fri Sep 9 10:57:27 2016 @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-enhancer</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> @@ -93,12 +93,12 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.ldpath.clerezza</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <!-- Clerezza dependencies --> @@ -131,13 +131,13 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.core</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.indexedgraph</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>test</scope> </dependency> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/pom.xml Fri Sep 9 10:57:27 2016 @@ -22,13 +22,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>7-SNAPSHOT</version> + <version>6-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-enhancer</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Stanbol Enhancer</name> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/defaults/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/defaults/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/defaults/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/defaults/pom.xml Fri Sep 9 10:57:27 2016 @@ -16,7 +16,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/generic/core/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/generic/core/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/generic/core/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/generic/core/pom.xml Fri Sep 9 10:57:27 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -99,17 +99,17 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.service</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.stanboltools.offline</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <!-- OSGI framework dependencies --> @@ -146,7 +146,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.test</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/generic/servicesapi/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/generic/servicesapi/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/generic/servicesapi/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/generic/servicesapi/pom.xml Fri Sep 9 10:57:27 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/generic/test/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/generic/test/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/generic/test/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/generic/test/pom.xml Fri Sep 9 10:57:27 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -59,12 +59,12 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.testing.stanbol</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/core/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/core/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/core/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/core/pom.xml Fri Sep 9 10:57:27 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub-indexing</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> @@ -95,18 +95,18 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.service</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.core</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.ldpath</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <!-- for the Main (command line utility) --> @@ -155,7 +155,7 @@ <dependency> <!-- provides the default Stanbol mappings --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.provider.stanbol</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/dblp/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/dblp/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/dblp/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/dblp/pom.xml Fri Sep 9 10:57:27 2016 @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub-indexing</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> @@ -96,26 +96,26 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.stanboltools.datafileprovider</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.source.jenatdb</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>runtime</scope> </dependency> <!-- dependencies of the solr yard destination --> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.destination.solryard</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>runtime</scope> </dependency> @@ -123,12 +123,12 @@ <dependency> <!-- provides the default Stanbol mappings --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.provider.stanbol</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <!-- provides the prefix.cc mappings --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.provider.prefixcc</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/dbpedia/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/dbpedia/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/dbpedia/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/dbpedia/pom.xml Fri Sep 9 10:57:27 2016 @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub-indexing</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> @@ -116,20 +116,20 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.source.jenatdb</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>runtime</scope> </dependency> <!-- dependencies of the solr yard destination --> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.destination.solryard</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>runtime</scope> </dependency> @@ -137,34 +137,34 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.solr.extras.icu</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.solr.extras.smartcn</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.solr.extras.kuromoji</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.solr.extras.stempel</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <!-- namespace prefixes mappings --> <dependency> <!-- provides the default Stanbol mappings --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.provider.stanbol</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <!-- provides the prefix.cc mappings --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.provider.prefixcc</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <!-- for the Main (command line utility) --> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/destination/solryard/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/destination/solryard/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/destination/solryard/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/destination/solryard/pom.xml Fri Sep 9 10:57:27 2016 @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub-indexing</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -102,17 +102,17 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.solr.core</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.yard.solr</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <!-- FST model generation --> <dependency> @@ -149,7 +149,7 @@ <dependency> <!-- provides the default Stanbol mappings --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.provider.stanbol</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>test</scope> </dependency> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/freebase/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/freebase/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/freebase/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/freebase/pom.xml Fri Sep 9 10:57:27 2016 @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub-indexing</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> @@ -120,20 +120,20 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.source.jenatdb</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>runtime</scope> </dependency> <!-- dependencies of the solr yard destination --> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.destination.solryard</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>runtime</scope> </dependency> @@ -141,34 +141,34 @@ <dependency> <!-- provides the default Stanbol mappings --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.provider.stanbol</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <!-- provides the prefix.cc mappings --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.provider.prefixcc</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <!-- additional Solr modules --> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.solr.extras.icu</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.solr.extras.smartcn</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.solr.extras.kuromoji</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.solr.extras.stempel</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <!-- for the Main (command line utility) --> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/genericrdf/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/genericrdf/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/genericrdf/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/genericrdf/pom.xml Fri Sep 9 10:57:27 2016 @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub-indexing</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> @@ -97,7 +97,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>runtime</scope> </dependency> @@ -105,12 +105,12 @@ <dependency> <!-- provides the default Stanbol mappings --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.provider.stanbol</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <!-- provides the prefix.cc mappings --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.provider.prefixcc</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <!-- for the Main (command line utility) --> @@ -150,7 +150,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.source.jenatdb</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>runtime</scope> </dependency> @@ -158,7 +158,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.source.vcard</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>runtime</scope> </dependency> @@ -166,7 +166,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.destination.solryard</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>runtime</scope> </dependency> </dependencies> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/geonames/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/geonames/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/geonames/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/geonames/pom.xml Fri Sep 9 10:57:27 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub-indexing</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> @@ -111,20 +111,20 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <!-- runtime dependencies for the standalone tool --> <dependency> <!-- provides the default Stanbol mappings --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.provider.stanbol</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> <!-- provides the prefix.cc mappings --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.provider.prefixcc</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> <!-- we use log4j 1.2 --> @@ -141,7 +141,7 @@ <dependency> <!-- we want to use the SolrYard as target --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.destination.solryard</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>runtime</scope> </dependency> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/pom.xml Fri Sep 9 10:57:27 2016 @@ -22,13 +22,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>7-SNAPSHOT</version> + <version>6-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub-indexing</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Stanbol Entityhub Indexing</name> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/source/jenatdb/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/source/jenatdb/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/source/jenatdb/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/source/jenatdb/pom.xml Fri Sep 9 10:57:27 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub-indexing</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -93,18 +93,18 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.service</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.ldpath</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/source/sesame/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/source/sesame/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/source/sesame/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/source/sesame/pom.xml Fri Sep 9 10:57:27 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub-indexing</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -90,23 +90,23 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.service</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.model.sesame</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.ldpath</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <!-- the sesame repository API --> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/source/vcard/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/source/vcard/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/source/vcard/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/indexing/source/vcard/pom.xml Fri Sep 9 10:57:27 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub-indexing</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -75,7 +75,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/jersey/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/jersey/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/jersey/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/jersey/pom.xml Fri Sep 9 10:57:27 2016 @@ -16,7 +16,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> @@ -83,50 +83,50 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.web.base</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.service</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.indexedgraph</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <!-- Jersey and Freemarker --> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.web.viewable</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <!-- dependencies on other Entityhub modules --> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.core</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.model.clerezza</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.query.clerezza</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.ldpath</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/ldpath/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/ldpath/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/ldpath/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/ldpath/pom.xml Fri Sep 9 10:57:27 2016 @@ -16,7 +16,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> @@ -90,12 +90,12 @@ <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId> <!-- NOTE: 0.11.0 would be fine, but 1.0.0-SNAPSHOT is required for unit tests --> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.core</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <!-- LD Path --> @@ -140,13 +140,13 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.yard.solr</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.sites.dbpedia</artifactId> - <version>1.2.1-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <scope>test</scope> </dependency> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/model/clerezza/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/model/clerezza/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/model/clerezza/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/model/clerezza/pom.xml Fri Sep 9 10:57:27 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -90,12 +90,12 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.indexedgraph</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> @@ -111,7 +111,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.test</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/model/sesame/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/model/sesame/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/model/sesame/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/model/sesame/pom.xml Fri Sep 9 10:57:27 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -80,7 +80,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <!-- the sesame repository API --> <groupId>org.openrdf.sesame</groupId> @@ -95,7 +95,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.test</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>test</scope> </dependency> <!-- TODO: will need a sesame repository for testing --> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/pom.xml Fri Sep 9 10:57:27 2016 @@ -22,13 +22,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>7-SNAPSHOT</version> + <version>6-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Stanbol Entityhub</name> Modified: stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/query/clerezza/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/query/clerezza/pom.xml?rev=1759982&r1=1759981&r2=1759982&view=diff ============================================================================== --- stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/query/clerezza/pom.xml (original) +++ stanbol/branches/apache-stanbol-1.0.0-branch/entityhub/query/clerezza/pom.xml Fri Sep 9 10:57:27 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -84,22 +84,22 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.core</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <!-- generic SPARQL classes are now in this module--> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.query.sparql</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.model.clerezza</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.indexedgraph</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency>
