Modified: stanbol/trunk/launchers/bundlelists/enhancer/src/main/bundles/list.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/enhancer/src/main/bundles/list.xml?rev=1767958&r1=1767957&r2=1767958&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/enhancer/src/main/bundles/list.xml (original) +++ stanbol/trunk/launchers/bundlelists/enhancer/src/main/bundles/list.xml Thu Nov 3 19:41:55 2016 @@ -45,7 +45,7 @@ <bundle> <!-- Stanbol version of the Apache Tika bundle --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.tikabundle</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> </startLevel> <!-- Stanbol Enhancer infrastructure and required libraries --> @@ -53,32 +53,32 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.core</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <!-- NLP processing (STANBOL-733) --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.nlp</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <!-- JSON serialization support for AnalyzedText (STANBOL-878) --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.nlp.json</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <!-- API for Topic Classification Engines --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engine.topic.api</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <!-- Core Module for Dereference Engines --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.dereference.core</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> </startLevel> <!-- LDPath --> @@ -86,7 +86,7 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.ldpath</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> </startLevel> <!-- EnhancementJobManager implementations --> @@ -94,12 +94,12 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.eventjobmanager</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.weightedjobmanager</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> </startLevel> <!-- Enhancement Chain implementations --> @@ -107,22 +107,22 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.chain.allactive</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.chain.graph</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.chain.weighted</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.chain.list</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> </startLevel> <!-- Web Fragment --> @@ -130,7 +130,7 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.jersey</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> </startLevel> @@ -139,7 +139,7 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.benchmark</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> </startLevel> @@ -151,17 +151,17 @@ <!-- bundle> - Metaxa deactivated - STANBOL-510 <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.metaxa</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.10.1-SNAPSHOT</version> </bundle --> <bundle><!-- Apache Tika Engine --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.tika</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle><!-- XMP Extractor engine --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.xmpextractor</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <!-- language identification --> @@ -169,17 +169,17 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.langdetect</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.langid</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle><!-- RESTful Language Identification engine --> <groupId>org.apache.stanbol</groupId> <!-- see STANBOL-895 --> <artifactId>org.apache.stanbol.enhancer.engines.restful.langident</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <!-- NLP processing engines (all STANBOL-733 and sub-tasks) --> @@ -187,105 +187,105 @@ <bundle><!-- sentence detection with OpenNLP --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.opennlp.sentence</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle><!-- OpenNLP based tokenizing of Texts --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.opennlp.token</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle><!-- POS tagging with OpenNLP --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.opennlp.pos</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle><!-- Chunking tagging with OpenNLP --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.opennlp.chunker</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <!-- Open NLP based NER --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.opennlp.ner</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle><!-- RESTful NLP Analysis engine --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.restful.nlp</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <!-- POS annotation based chunker (STANBOL-1251) --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.poschunker</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <!-- allows to serialize NLP Annotations as NIF 1.0 and NIF 2.0 --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.nlp2rdf</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <!-- Sentiment Enhancement Engines --> <bundle><!-- Sentiment Word Classifiers --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.sentiment.wordclassifier</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.sentiment.summarization</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <!-- Solr based Topic Engine (see also the topic.api bundle above --> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engine.topic</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <!-- The RESTful services used to train the engine --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engine.topic.web</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <!-- Entity Extraction/Linking --> <bundle><!-- NER linking (depends on the Entityhub) --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engine.entitytagging</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle><!-- Keyword Extraction from Text DEPRECATED! (depends on the Entityhub) --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engine.keywordextraction</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <!-- Stanbol EntityLinking --> <bundle><!-- Engine --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.entitylinking.engine</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle><!-- OpenNLP LabelTokenizing support --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.entitylinking.labeltokenizer.opennlp</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle><!-- Lucene LabelTokenizing support --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.entitylinking.labeltokenizer.lucene</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle><!-- EntityLinking for the Stanbol Entityhub --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.entityhublinking</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle><!-- FST Linking Engine (STANBOL-1128) --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.lucenefstlinking</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <!-- Post-Processing engine --> @@ -293,23 +293,23 @@ <bundle> <!-- Disambigutation using Solr MLT queries --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engine.disambiguation.mlt</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <!-- Converts TextAnnotations to the STANBOL-987 model extensions --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.textannotationnewmodel</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <!-- finds co-mentions of Entities earlier mentioned on the Text (STANBOL-1070)--> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.entitycomention</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <!-- Dereference Engine for the Entityhub (STANBOL-1223) --> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.dereference.entityhub</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <!-- Refactor Enhancement Engine --> @@ -317,14 +317,14 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.refactor</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> --> <!-- bundle> - finds co-mentions of Entities (STANBOL-1070) - TODO: Not yet in trunk <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.entitycoreference</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> --> <!-- External Service Integration --> @@ -332,7 +332,7 @@ <bundle> <!-- DBpedia Spotlight Engines (STANBOL-706) --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.dbpspotlight</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> </startLevel> @@ -342,7 +342,7 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.defaults</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> </startLevel> </bundles>
Modified: stanbol/trunk/launchers/bundlelists/entityhub/clerezza/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/entityhub/clerezza/pom.xml?rev=1767958&r1=1767957&r2=1767958&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/entityhub/clerezza/pom.xml (original) +++ stanbol/trunk/launchers/bundlelists/entityhub/clerezza/pom.xml Thu Nov 3 19:41:55 2016 @@ -16,12 +16,12 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-bundlelists</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <artifactId>org.apache.stanbol.launchers.bundlelists.entityhub.clerezza</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <packaging>partialbundlelist</packaging> <name>Apache Stanbol Bundlelist for Clerezza based RDF support of the Entityhub</name> Modified: stanbol/trunk/launchers/bundlelists/entityhub/clerezza/src/main/bundles/list.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/entityhub/clerezza/src/main/bundles/list.xml?rev=1767958&r1=1767957&r2=1767958&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/entityhub/clerezza/src/main/bundles/list.xml (original) +++ stanbol/trunk/launchers/bundlelists/entityhub/clerezza/src/main/bundles/list.xml Thu Nov 3 19:41:55 2016 @@ -22,22 +22,22 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.model.clerezza</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.query.clerezza</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.site.linkeddata</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.yard.clerezza</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> </startLevel> @@ -46,7 +46,7 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.web.clerezza</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> </startLevel> -</bundles> \ No newline at end of file +</bundles> Modified: stanbol/trunk/launchers/bundlelists/entityhub/core/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/entityhub/core/pom.xml?rev=1767958&r1=1767957&r2=1767958&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/entityhub/core/pom.xml (original) +++ stanbol/trunk/launchers/bundlelists/entityhub/core/pom.xml Thu Nov 3 19:41:55 2016 @@ -16,12 +16,12 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-bundlelists</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <artifactId>org.apache.stanbol.launchers.bundlelists.entityhub.core</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <packaging>partialbundlelist</packaging> <name>Apache Stanbol Bundlelist for Entityhub</name> Modified: stanbol/trunk/launchers/bundlelists/entityhub/core/src/main/bundles/list.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/entityhub/core/src/main/bundles/list.xml?rev=1767958&r1=1767957&r2=1767958&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/entityhub/core/src/main/bundles/list.xml (original) +++ stanbol/trunk/launchers/bundlelists/entityhub/core/src/main/bundles/list.xml Thu Nov 3 19:41:55 2016 @@ -22,32 +22,32 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.core</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.query.sparql</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.site.managed</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.yard.solr</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.ldpath</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> </startLevel> @@ -56,7 +56,7 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.jersey</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> </startLevel> <!-- Default configuration for the Entityhub --> @@ -64,7 +64,7 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.defaults</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> </startLevel> -</bundles> \ No newline at end of file +</bundles> Modified: stanbol/trunk/launchers/bundlelists/entityhub/sesame/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/entityhub/sesame/pom.xml?rev=1767958&r1=1767957&r2=1767958&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/entityhub/sesame/pom.xml (original) +++ stanbol/trunk/launchers/bundlelists/entityhub/sesame/pom.xml Thu Nov 3 19:41:55 2016 @@ -16,12 +16,12 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-bundlelists</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <artifactId>org.apache.stanbol.launchers.bundlelists.entityhub.sesame</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <packaging>partialbundlelist</packaging> <name>Apache Stanbol Bundlelist for Sesame based RDF support of the Entityhub</name> Modified: stanbol/trunk/launchers/bundlelists/entityhub/sesame/src/main/bundles/list.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/entityhub/sesame/src/main/bundles/list.xml?rev=1767958&r1=1767957&r2=1767958&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/entityhub/sesame/src/main/bundles/list.xml (original) +++ stanbol/trunk/launchers/bundlelists/entityhub/sesame/src/main/bundles/list.xml Thu Nov 3 19:41:55 2016 @@ -59,17 +59,17 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.model.sesame</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.query.sesame</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.yard.sesame</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> </startLevel> @@ -78,7 +78,7 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.web.sesame</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> </startLevel> -</bundles> \ No newline at end of file +</bundles> Modified: stanbol/trunk/launchers/bundlelists/language-extras/kuromoji/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/language-extras/kuromoji/pom.xml?rev=1767958&r1=1767957&r2=1767958&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/language-extras/kuromoji/pom.xml (original) +++ stanbol/trunk/launchers/bundlelists/language-extras/kuromoji/pom.xml Thu Nov 3 19:41:55 2016 @@ -16,13 +16,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-bundlelists</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.languageextras.kuromoji</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <packaging>partialbundlelist</packaging> <name>Apache Stanbol Bundlelist for Language Support: Kuromoji Japanese</name> Modified: stanbol/trunk/launchers/bundlelists/language-extras/kuromoji/src/main/bundles/list.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/language-extras/kuromoji/src/main/bundles/list.xml?rev=1767958&r1=1767957&r2=1767958&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/language-extras/kuromoji/src/main/bundles/list.xml (original) +++ stanbol/trunk/launchers/bundlelists/language-extras/kuromoji/src/main/bundles/list.xml Thu Nov 3 19:41:55 2016 @@ -23,7 +23,7 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.solr.extras.kuromoji</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> </startLevel> @@ -34,7 +34,7 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.kuromoji.nlp</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> </startLevel> @@ -51,8 +51,8 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.entitylinking.labeltokenizer.kuromoji</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> </startLevel> -</bundles> \ No newline at end of file +</bundles> Modified: stanbol/trunk/launchers/bundlelists/language-extras/smartcn/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/language-extras/smartcn/pom.xml?rev=1767958&r1=1767957&r2=1767958&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/language-extras/smartcn/pom.xml (original) +++ stanbol/trunk/launchers/bundlelists/language-extras/smartcn/pom.xml Thu Nov 3 19:41:55 2016 @@ -16,13 +16,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-bundlelists</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.languageextras.smartcn</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <packaging>partialbundlelist</packaging> <name>Apache Stanbol Bundlelist for Language Support: Smart Chinese</name> Modified: stanbol/trunk/launchers/bundlelists/language-extras/smartcn/src/main/bundles/list.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/language-extras/smartcn/src/main/bundles/list.xml?rev=1767958&r1=1767957&r2=1767958&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/language-extras/smartcn/src/main/bundles/list.xml (original) +++ stanbol/trunk/launchers/bundlelists/language-extras/smartcn/src/main/bundles/list.xml Thu Nov 3 19:41:55 2016 @@ -23,7 +23,7 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.solr.extras.smartcn</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> </startLevel> @@ -35,7 +35,7 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.smartcn.token</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> </startLevel> @@ -52,8 +52,8 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.entitylinking.labeltokenizer.smartcn</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> </startLevel> -</bundles> \ No newline at end of file +</bundles> Modified: stanbol/trunk/launchers/bundlelists/marmotta/kiwi/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/marmotta/kiwi/pom.xml?rev=1767958&r1=1767957&r2=1767958&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/marmotta/kiwi/pom.xml (original) +++ stanbol/trunk/launchers/bundlelists/marmotta/kiwi/pom.xml Thu Nov 3 19:41:55 2016 @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-bundlelists</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> Modified: stanbol/trunk/launchers/bundlelists/marmotta/kiwi/src/main/bundles/list.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/marmotta/kiwi/src/main/bundles/list.xml?rev=1767958&r1=1767957&r2=1767958&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/marmotta/kiwi/src/main/bundles/list.xml (original) +++ stanbol/trunk/launchers/bundlelists/marmotta/kiwi/src/main/bundles/list.xml Thu Nov 3 19:41:55 2016 @@ -200,7 +200,7 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.marmotta.kiwi</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> </startLevel> Modified: stanbol/trunk/launchers/bundlelists/ontologymanager/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/ontologymanager/pom.xml?rev=1767958&r1=1767957&r2=1767958&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/ontologymanager/pom.xml (original) +++ stanbol/trunk/launchers/bundlelists/ontologymanager/pom.xml Thu Nov 3 19:41:55 2016 @@ -16,13 +16,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-bundlelists</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.ontologymanager</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <packaging>partialbundlelist</packaging> <name>Apache Stanbol Bundlelist for Ontology Manager</name> Modified: stanbol/trunk/launchers/bundlelists/ontologymanager/src/main/bundles/list.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/ontologymanager/src/main/bundles/list.xml?rev=1767958&r1=1767957&r2=1767958&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/ontologymanager/src/main/bundles/list.xml (original) +++ stanbol/trunk/launchers/bundlelists/ontologymanager/src/main/bundles/list.xml Thu Nov 3 19:41:55 2016 @@ -22,7 +22,7 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.ontologymanager.servicesapi</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> </startLevel> @@ -31,33 +31,33 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.ontologymanager.core</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.ontologymanager.multiplexer.clerezza</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.ontologymanager.registry</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.ontologymanager.sources.clerezza</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.ontologymanager.sources.owlapi</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.ontologymanager.web</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> </startLevel> -</bundles> \ No newline at end of file +</bundles> Modified: stanbol/trunk/launchers/bundlelists/opennlp/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/opennlp/pom.xml?rev=1767958&r1=1767957&r2=1767958&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/opennlp/pom.xml (original) +++ stanbol/trunk/launchers/bundlelists/opennlp/pom.xml Thu Nov 3 19:41:55 2016 @@ -16,13 +16,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-bundlelists</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.opennlp</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> <packaging>partialbundlelist</packaging> <name>Apache Stanbol Bundlelist for OpenNLP Models</name> Modified: stanbol/trunk/launchers/bundlelists/opennlp/src/main/bundles/list.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/opennlp/src/main/bundles/list.xml?rev=1767958&r1=1767957&r2=1767958&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/opennlp/src/main/bundles/list.xml (original) +++ stanbol/trunk/launchers/bundlelists/opennlp/src/main/bundles/list.xml Thu Nov 3 19:41:55 2016 @@ -25,17 +25,17 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.opennlp.ner.en</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.opennlp.ner.es</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.opennlp.ner.nl</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> </bundle> <!-- Language models --> @@ -44,37 +44,37 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.opennlp.lang.en</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> </bundle> <bundle> <!-- Spanish POS tagging support (STANBOL-688) --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.opennlp.lang.es</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.opennlp.lang.da</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.opennlp.lang.de</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.opennlp.lang.nl</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.opennlp.lang.pt</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.opennlp.lang.sv</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> </bundle> </startLevel> -</bundles> \ No newline at end of file +</bundles> Modified: stanbol/trunk/launchers/bundlelists/osgiframework/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/osgiframework/pom.xml?rev=1767958&r1=1767957&r2=1767958&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/osgiframework/pom.xml (original) +++ stanbol/trunk/launchers/bundlelists/osgiframework/pom.xml Thu Nov 3 19:41:55 2016 @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-bundlelists</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.osgiframework</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <packaging>partialbundlelist</packaging> <name>Apache Stanbol Bundlelist for the OSGi Framework</name> Modified: stanbol/trunk/launchers/bundlelists/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/pom.xml?rev=1767958&r1=1767957&r2=1767958&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/pom.xml (original) +++ stanbol/trunk/launchers/bundlelists/pom.xml Thu Nov 3 19:41:55 2016 @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>6-SNAPSHOT</version> + <version>7-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-bundlelists</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Stanbol Bundlelists</name> Modified: stanbol/trunk/launchers/bundlelists/reasoners/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/reasoners/pom.xml?rev=1767958&r1=1767957&r2=1767958&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/reasoners/pom.xml (original) +++ stanbol/trunk/launchers/bundlelists/reasoners/pom.xml Thu Nov 3 19:41:55 2016 @@ -16,13 +16,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-bundlelists</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.reasoners</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <packaging>partialbundlelist</packaging> <name>Apache Stanbol Bundlelist for Reasoners</name> Modified: stanbol/trunk/launchers/bundlelists/reasoners/src/main/bundles/list.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/reasoners/src/main/bundles/list.xml?rev=1767958&r1=1767957&r2=1767958&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/reasoners/src/main/bundles/list.xml (original) +++ stanbol/trunk/launchers/bundlelists/reasoners/src/main/bundles/list.xml Thu Nov 3 19:41:55 2016 @@ -21,36 +21,36 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.reasoners.servicesapi</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.reasoners.manager</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.reasoners.jena</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.reasoners.owlapi</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> </startLevel> <startLevel level="35"> <bundle> <!-- NOTE: This requires the Enhancer Component --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.refactor</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> </startLevel> <startLevel level="38"> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.reasoners.web</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> </startLevel> </bundles> Modified: stanbol/trunk/launchers/bundlelists/rules/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/rules/pom.xml?rev=1767958&r1=1767957&r2=1767958&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/rules/pom.xml (original) +++ stanbol/trunk/launchers/bundlelists/rules/pom.xml Thu Nov 3 19:41:55 2016 @@ -22,13 +22,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-bundlelists</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.rules</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <packaging>partialbundlelist</packaging> <name>Apache Stanbol Bundlelist for Rules</name> Modified: stanbol/trunk/launchers/bundlelists/rules/src/main/bundles/list.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/rules/src/main/bundles/list.xml?rev=1767958&r1=1767957&r2=1767958&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/rules/src/main/bundles/list.xml (original) +++ stanbol/trunk/launchers/bundlelists/rules/src/main/bundles/list.xml Thu Nov 3 19:41:55 2016 @@ -22,47 +22,47 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.rules.base</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.rules.manager</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.rules.adapters.abstract</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.rules.adapters.jena</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.rules.adapters.sparql</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.rules.adapters.clerezza</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.rules.adapters.swrl</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.rules.refactor</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.rules.web</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> </startLevel> -</bundles> \ No newline at end of file +</bundles> Modified: stanbol/trunk/launchers/bundlelists/security/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/security/pom.xml?rev=1767958&r1=1767957&r2=1767958&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/security/pom.xml (original) +++ stanbol/trunk/launchers/bundlelists/security/pom.xml Thu Nov 3 19:41:55 2016 @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>6-SNAPSHOT</version> + <version>7-SNAPSHOT</version> <relativePath>../../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.security</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <packaging>partialbundlelist</packaging> <name>Apache Stanbol Bundlelist for Security</name> Modified: stanbol/trunk/launchers/bundlelists/security/src/main/bundles/list.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/security/src/main/bundles/list.xml?rev=1767958&r1=1767957&r2=1767958&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/security/src/main/bundles/list.xml (original) +++ stanbol/trunk/launchers/bundlelists/security/src/main/bundles/list.xml Thu Nov 3 19:41:55 2016 @@ -41,22 +41,22 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.security.core</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.authentication.basic</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.security.fexilwebconsole</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.security.usermanagement</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <!-- <bundle> <groupId>org.apache.clerezza</groupId> Modified: stanbol/trunk/launchers/bundlelists/sentimentdata/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/sentimentdata/pom.xml?rev=1767958&r1=1767957&r2=1767958&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/sentimentdata/pom.xml (original) +++ stanbol/trunk/launchers/bundlelists/sentimentdata/pom.xml Thu Nov 3 19:41:55 2016 @@ -16,13 +16,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-bundlelists</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.sentimentdata</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> <packaging>partialbundlelist</packaging> <name>Apache Stanbol Bundlelist for Sentiment Data</name> Modified: stanbol/trunk/launchers/bundlelists/sentimentdata/src/main/bundles/list.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/sentimentdata/src/main/bundles/list.xml?rev=1767958&r1=1767957&r2=1767958&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/sentimentdata/src/main/bundles/list.xml (original) +++ stanbol/trunk/launchers/bundlelists/sentimentdata/src/main/bundles/list.xml Thu Nov 3 19:41:55 2016 @@ -21,12 +21,12 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.sentiment.sentiws</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.sentiment.sentiwordnet</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> </bundle> </startLevel> -</bundles> \ No newline at end of file +</bundles> Modified: stanbol/trunk/launchers/bundlelists/stanbolcommons/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/stanbolcommons/pom.xml?rev=1767958&r1=1767957&r2=1767958&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/stanbolcommons/pom.xml (original) +++ stanbol/trunk/launchers/bundlelists/stanbolcommons/pom.xml Thu Nov 3 19:41:55 2016 @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-bundlelists</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.stanbolcommons</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <packaging>partialbundlelist</packaging> <name>Apache Stanbol Bundlelist for Commons Libraries</name> Modified: stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml?rev=1767958&r1=1767957&r2=1767958&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml (original) +++ stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml Thu Nov 3 19:41:55 2016 @@ -21,7 +21,7 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.frameworkfragment</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> </startLevel> @@ -30,13 +30,13 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.cors</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <!-- Allows to parse Http Headers as QueryParameter --> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.httpqueryheaders</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> </startLevel> @@ -60,7 +60,7 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.installer.bundleprovider</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.sling</groupId> @@ -426,7 +426,7 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.indexedgraph</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> </startLevel> <!-- Stanbol Commons --> @@ -436,49 +436,49 @@ <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.stanboltools.offline </artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <!-- DataFileProvider and implementations --> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.stanboltools.datafileprovider </artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.stanboltools.datafileprovider.bundle </artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <!-- Namespace prefix service --> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.service</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <!-- Provides the Stanbol specific Prefix Mappings: Backward compatibility --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.provider.stanbol</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <!-- Provides the namespace prefixes managed by http://prefix.cc --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.provider.prefixcc</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <!-- OWL libraries and utilities --> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.owl</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <!-- support for JSON-LD --> <!-- JSON-LD support for Clerezza --> <bundle> <!-- this for now provides the Parser/Serializer provider for Clerezza --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.jsonld</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <!-- this will (in a future version replace the above) --> <groupId>com.github.jsonld-java</groupId> @@ -494,12 +494,12 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.jobs.api</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.jobs.web</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> </startLevel> <!-- OpenNLP + extensions and utilities --> @@ -517,12 +517,12 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.opennlp</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <!-- ixa-pipe-nerc extensions for OpenNLP (STANBOL-1422) --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.ixa-pipe-nerc</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> </startLevel> @@ -531,36 +531,36 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.solr.core</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.solr.extras.icu</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> </startLevel> <startLevel level="28"> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.solr.managed</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.solr.web</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <!-- defualt config for Solr --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.solr.defaults</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> </startLevel> <startLevel level="29"> <bundle> <!-- IMPORTANT: this need to be started after commons.solr.defaults! --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.solr.install</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> </startLevel> @@ -569,22 +569,22 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.web.resources</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.web.base</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.web.base.jersey</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.web.home</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> </startLevel> @@ -608,32 +608,32 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.ldpath.clerezza</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.ldpathtemplate</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.freemarker</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.web.viewable</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.web.rdfviewable.writer</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.web.viewable.writer</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> </startLevel> Modified: stanbol/trunk/launchers/full-war/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/full-war/pom.xml?rev=1767958&r1=1767957&r2=1767958&view=diff ============================================================================== --- stanbol/trunk/launchers/full-war/pom.xml (original) +++ stanbol/trunk/launchers/full-war/pom.xml Thu Nov 3 19:41:55 2016 @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>6-SNAPSHOT</version> + <version>7-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.full-war</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <packaging>war</packaging> <name>Apache Stanbol Launchers Full Launcher as WAR</name> @@ -140,7 +140,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.osgiframework</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -165,7 +165,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.stanbolcommons</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -174,7 +174,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.security</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -192,7 +192,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.defaultdata</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.2-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -200,7 +200,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.opennlp</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -209,7 +209,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.enhancer</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -217,7 +217,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.enhancer-engines-restricted</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -226,21 +226,21 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.entityhub.core</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.entityhub.clerezza</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.entityhub.sesame</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -248,7 +248,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.marmotta.kiwi</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -257,7 +257,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.ontologymanager</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -266,7 +266,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.rules</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -275,7 +275,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.reasoners</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -285,7 +285,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.languageextras.smartcn</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -293,7 +293,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.languageextras.kuromoji</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> Modified: stanbol/trunk/launchers/full-war/src/main/bundles/list.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/full-war/src/main/bundles/list.xml?rev=1767958&r1=1767957&r2=1767958&view=diff ============================================================================== --- stanbol/trunk/launchers/full-war/src/main/bundles/list.xml (original) +++ stanbol/trunk/launchers/full-war/src/main/bundles/list.xml Thu Nov 3 19:41:55 2016 @@ -31,7 +31,7 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.web.sparql</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> </startLevel> Modified: stanbol/trunk/launchers/full/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/full/pom.xml?rev=1767958&r1=1767957&r2=1767958&view=diff ============================================================================== --- stanbol/trunk/launchers/full/pom.xml (original) +++ stanbol/trunk/launchers/full/pom.xml Thu Nov 3 19:41:55 2016 @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>6-SNAPSHOT</version> + <version>7-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.full</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <packaging>jar</packaging> <name>Apache Stanbol Launchers Full Launcher</name> @@ -178,7 +178,7 @@ <!-- The Apache Stanbol lauchpad --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.launchpad</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </dependency> <dependency> <!-- maven-launchpad-plugin builds on the launchpad.base app --> @@ -191,7 +191,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.osgiframework</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -216,7 +216,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.stanbolcommons</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -225,7 +225,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.security</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -242,7 +242,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.defaultdata</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.2-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -250,7 +250,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.opennlp</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -259,7 +259,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.enhancer</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -267,7 +267,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.enhancer-engines-restricted</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -276,21 +276,21 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.entityhub.core</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.entityhub.clerezza</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.entityhub.sesame</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -298,7 +298,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.marmotta.kiwi</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -307,7 +307,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.ontologymanager</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -316,7 +316,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.rules</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -325,7 +325,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.reasoners</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -335,7 +335,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.languageextras.smartcn</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -343,7 +343,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.languageextras.kuromoji</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> Modified: stanbol/trunk/launchers/full/src/main/bundles/list.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/full/src/main/bundles/list.xml?rev=1767958&r1=1767957&r2=1767958&view=diff ============================================================================== --- stanbol/trunk/launchers/full/src/main/bundles/list.xml (original) +++ stanbol/trunk/launchers/full/src/main/bundles/list.xml Thu Nov 3 19:41:55 2016 @@ -48,7 +48,7 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.web.sparql</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </bundle> </startLevel> @@ -74,6 +74,7 @@ <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.demos.enhancer.vie</artifactId> <version>0.10.0-SNAPSHOT</version> + </bundle --> </startLevel> Modified: stanbol/trunk/launchers/mini-war/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/mini-war/pom.xml?rev=1767958&r1=1767957&r2=1767958&view=diff ============================================================================== --- stanbol/trunk/launchers/mini-war/pom.xml (original) +++ stanbol/trunk/launchers/mini-war/pom.xml Thu Nov 3 19:41:55 2016 @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>6-SNAPSHOT</version> + <version>7-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.mini-war</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <packaging>war</packaging> <name>Apache Stanbol Minimal WAR Launcher</name> @@ -140,7 +140,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.osgiframework</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -157,7 +157,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.stanbolcommons</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> Modified: stanbol/trunk/launchers/mini-war/src/main/bundles/list.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/mini-war/src/main/bundles/list.xml?rev=1767958&r1=1767957&r2=1767958&view=diff ============================================================================== --- stanbol/trunk/launchers/mini-war/src/main/bundles/list.xml (original) +++ stanbol/trunk/launchers/mini-war/src/main/bundles/list.xml Thu Nov 3 19:41:55 2016 @@ -25,38 +25,17 @@ (internal and external) ********************************************************************* --> - <!-- Stanbol Commons --> - <startLevel level="27"> - <!-- The common web interface --> - <bundle> - <groupId>org.apache.stanbol</groupId> - <artifactId>org.apache.stanbol.commons.web.sparql</artifactId> - <version>1.0.0-SNAPSHOT</version> - </bundle> - </startLevel> <!-- ********************************************************************* start level 20 TO 24 reserved for Stanbol Framework (Enhancer, Entityhub, Contenthub, Factstore ... incl. Web Fragments) ********************************************************************* --> - <!-- KReS - <startLevel level="32"> - </startLevel> --> - <!-- ********************************************************************* start level 25 TO 29 reserved for Stanbol plug-ins (currently the Enhancement Engines) ********************************************************************* --> - <startLevel level="36"> - <!-- The Content-Editable based UI for Enhancing Text written on a Webpage --> - <!-- bundle> - <groupId>org.apache.stanbol</groupId> - <artifactId>org.apache.stanbol.demos.enhancer.vie</artifactId> - <version>0.10.0-SNAPSHOT</version> - </bundle --> - </startLevel> <!-- ********************************************************************* start level >= 30 are unused Modified: stanbol/trunk/launchers/mini/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/mini/pom.xml?rev=1767958&r1=1767957&r2=1767958&view=diff ============================================================================== --- stanbol/trunk/launchers/mini/pom.xml (original) +++ stanbol/trunk/launchers/mini/pom.xml Thu Nov 3 19:41:55 2016 @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>6-SNAPSHOT</version> + <version>7-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.mini</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <packaging>jar</packaging> <name>Apache Stanbol Launchers Mini Launcher</name> @@ -178,7 +178,7 @@ <!-- The Apache Stanbol lauchpad --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.launchpad</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </dependency> <dependency> <!-- maven-launchpad-plugin builds on the launchpad.base app --> @@ -191,7 +191,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.osgiframework</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -208,7 +208,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.stanbolcommons</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -218,7 +218,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.security</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> Modified: stanbol/trunk/launchers/stable-war/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/stable-war/pom.xml?rev=1767958&r1=1767957&r2=1767958&view=diff ============================================================================== --- stanbol/trunk/launchers/stable-war/pom.xml (original) +++ stanbol/trunk/launchers/stable-war/pom.xml Thu Nov 3 19:41:55 2016 @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>6-SNAPSHOT</version> + <version>7-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.stable-war</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <packaging>war</packaging> <name>Apache Stanbol Stable WAR Launcher</name> @@ -144,7 +144,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.osgiframework</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -161,7 +161,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.stanbolcommons</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -170,7 +170,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.enhancer</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -180,7 +180,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.defaultdata</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.2-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -189,14 +189,14 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.entityhub.core</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.entityhub.clerezza</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> Modified: stanbol/trunk/launchers/stable-war/src/main/bundles/list.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/stable-war/src/main/bundles/list.xml?rev=1767958&r1=1767957&r2=1767958&view=diff ============================================================================== --- stanbol/trunk/launchers/stable-war/src/main/bundles/list.xml (original) +++ stanbol/trunk/launchers/stable-war/src/main/bundles/list.xml Thu Nov 3 19:41:55 2016 @@ -25,38 +25,16 @@ (internal and external) ********************************************************************* --> - <!-- Stanbol Commons --> - <startLevel level="27"> - <!-- The common web interface --> - <bundle> - <groupId>org.apache.stanbol</groupId> - <artifactId>org.apache.stanbol.commons.web.sparql</artifactId> - <version>1.0.0-SNAPSHOT</version> - </bundle> - </startLevel> <!-- ********************************************************************* start level 20 TO 24 reserved for Stanbol Framework (Enhancer, Entityhub, Contenthub, Factstore ... incl. Web Fragments) ********************************************************************* --> - <!-- KReS - <startLevel level="32"> - </startLevel> --> - <!-- ********************************************************************* start level 25 TO 29 reserved for Stanbol plug-ins (currently the Enhancement Engines) ********************************************************************* --> - - <startLevel level="36"> - <!-- The Content-Editable based UI for Enhancing Text written on a Webpage --> - <!-- bundle> - <groupId>org.apache.stanbol</groupId> - <artifactId>org.apache.stanbol.demos.enhancer.vie</artifactId> - <version>0.10.0-SNAPSHOT</version> - </bundle --> - </startLevel> <!-- ********************************************************************* start level >= 30 are unused Modified: stanbol/trunk/launchers/stable/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/stable/pom.xml?rev=1767958&r1=1767957&r2=1767958&view=diff ============================================================================== --- stanbol/trunk/launchers/stable/pom.xml (original) +++ stanbol/trunk/launchers/stable/pom.xml Thu Nov 3 19:41:55 2016 @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>6-SNAPSHOT</version> + <version>7-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.stable</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <packaging>jar</packaging> <name>Apache Stanbol Launchers Stable Launcher</name> @@ -179,7 +179,7 @@ <!-- The Apache Stanbol lauchpad --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.launchpad</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </dependency> <dependency> <!-- maven-launchpad-plugin builds on the launchpad.base app --> @@ -192,7 +192,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.osgiframework</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -217,7 +217,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.stanbolcommons</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -226,7 +226,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.enhancer</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -235,7 +235,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.defaultdata</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.2-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -244,14 +244,14 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.entityhub.core</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.entityhub.clerezza</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency>