Modified: stanbol/branches/commons-ng/launchers/bundlelists/enhancer/src/main/bundles/list.xml URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/launchers/bundlelists/enhancer/src/main/bundles/list.xml?rev=1504485&r1=1504484&r2=1504485&view=diff ============================================================================== --- stanbol/branches/commons-ng/launchers/bundlelists/enhancer/src/main/bundles/list.xml (original) +++ stanbol/branches/commons-ng/launchers/bundlelists/enhancer/src/main/bundles/list.xml Thu Jul 18 14:18:25 2013 @@ -53,22 +53,22 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId> - <version>0.11.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.core</artifactId> - <version>0.11.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> <bundle> <!-- NLP processing (STANBOL-733) --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.nlp</artifactId> - <version>0.11.0-SNAPSHOT</version> + <version>1.0.0-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>0.11.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> </startLevel> <!-- LDPath --> @@ -76,7 +76,7 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.ldpath</artifactId> - <version>0.11.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> </startLevel> <!-- EnhancementJobManager implementations --> @@ -84,12 +84,12 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.eventjobmanager</artifactId> - <version>0.11.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.weightedjobmanager</artifactId> - <version>0.11.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> </startLevel> <!-- Enhancement Chain implementations --> @@ -97,22 +97,22 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.chain.allactive</artifactId> - <version>0.11.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.chain.graph</artifactId> - <version>0.11.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.chain.weighted</artifactId> - <version>0.11.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.chain.list</artifactId> - <version>0.11.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> </startLevel> <!-- Web Fragment --> @@ -120,7 +120,7 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.jersey</artifactId> - <version>0.11.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> </startLevel> @@ -129,7 +129,7 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.benchmark</artifactId> - <version>0.11.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> </startLevel> @@ -146,30 +146,30 @@ <bundle><!-- Apache Tika Engine --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.tika</artifactId> - <version>0.10.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> <bundle><!-- XMP Extractor engine --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.xmpextractor</artifactId> - <version>0.10.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> <!-- language identification --> - <bundle> + <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.langdetect</artifactId> - <version>0.10.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.langid</artifactId> - <version>0.10.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> <bundle><!-- RESTful Language Identification engine --> <groupId>org.apache.stanbol</groupId> <!-- see STANBOL-895 --> <artifactId>org.apache.stanbol.enhancer.engines.restful.nlp</artifactId> - <version>0.10.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> <!-- NLP processing engines (all STANBOL-733 and sub-tasks) --> @@ -177,83 +177,83 @@ <bundle><!-- sentence detection with OpenNLP --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.opennlp.sentence</artifactId> - <version>0.10.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> <bundle><!-- OpenNLP based tokenizing of Texts --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.opennlp.token</artifactId> - <version>0.10.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> <bundle><!-- POS tagging with OpenNLP --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.opennlp.pos</artifactId> - <version>0.10.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> <bundle><!-- Chunking tagging with OpenNLP --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.opennlp.chunker</artifactId> - <version>0.10.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> <bundle> <!-- Open NLP based NER --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.opennlp.ner</artifactId> - <version>0.10.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> <bundle><!-- RESTful NLP Analysis engine --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.restful.nlp</artifactId> - <version>0.10.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> <!-- NLP metadata to RDF (using NIF 1.0) - NOT YET READY FOR DEFAULT CONFIG <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.nlp2rdf</artifactId> - <version>0.10.1-SNAPSHOT</version> + <version>1.0.0-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>0.10.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> <!-- NOT YET READY FOR DEFAULT CONFIG <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.sentiment.summarization</artifactId> - <version>0.10.1-SNAPSHOT</version> + <version>1.0.0-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>0.10.1-SNAPSHOT</version> + <version>1.0.0-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>0.10.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> <!-- Stanbol EntityLinking --> <bundle><!-- Engine --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.entitylinking.engine</artifactId> - <version>0.10.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> <bundle><!-- OpenNLP LabelTokenizing support --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.entitylinking.labeltokenizer.opennlp</artifactId> - <version>0.10.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> <bundle><!-- Lucene LabelTokenizing support --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.entitylinking.labeltokenizer.lucene</artifactId> - <version>0.10.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> <bundle><!-- EntityLinking for the Stanbol Entityhub --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.entityhublinking</artifactId> - <version>0.10.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> @@ -262,22 +262,22 @@ <bundle> <!-- Disambigutation using Solr MLT queries --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engine.disambiguation.mlt</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>1.0.0-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>0.10.1-SNAPSHOT</version> + <version>1.0.0-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>0.10.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> <bundle> <!-- Refactor Enhancement Engine --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.refactor</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> @@ -286,27 +286,27 @@ <bundle> <!-- http://www.opencalais.com/ --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.opencalais</artifactId> - <version>0.10.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> <bundle> <!-- http://www.zemanta.com/ --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.zemanta</artifactId> - <version>0.10.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> <bundle> <!-- http://www.geonames.org/ --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.geonames</artifactId> - <version>0.10.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> <bundle> <!-- http://linguagrid.org/ --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.celi</artifactId> - <version>0.10.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> <bundle> <!-- DBpedia Spotlight Engines (STANBOL-706) --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.dbpspotlight</artifactId> - <version>0.10.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> </startLevel> @@ -316,7 +316,7 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.defaults</artifactId> - <version>0.11.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> </startLevel> </bundles>
Modified: stanbol/branches/commons-ng/launchers/bundlelists/entityhub/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/launchers/bundlelists/entityhub/pom.xml?rev=1504485&r1=1504484&r2=1504485&view=diff ============================================================================== --- stanbol/branches/commons-ng/launchers/bundlelists/entityhub/pom.xml (original) +++ stanbol/branches/commons-ng/launchers/bundlelists/entityhub/pom.xml Thu Jul 18 14:18:25 2013 @@ -16,7 +16,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-bundlelists</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> Modified: stanbol/branches/commons-ng/launchers/bundlelists/entityhub/src/main/bundles/list.xml URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/launchers/bundlelists/entityhub/src/main/bundles/list.xml?rev=1504485&r1=1504484&r2=1504485&view=diff ============================================================================== --- stanbol/branches/commons-ng/launchers/bundlelists/entityhub/src/main/bundles/list.xml (original) +++ stanbol/branches/commons-ng/launchers/bundlelists/entityhub/src/main/bundles/list.xml Thu Jul 18 14:18:25 2013 @@ -22,22 +22,22 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId> - <version>0.12.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.model.clerezza</artifactId> - <version>0.12.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.query.clerezza</artifactId> - <version>0.12.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.site.managed</artifactId> - <version>0.12.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> @@ -47,22 +47,22 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.yard.clerezza</artifactId> - <version>0.12.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.yard.solr</artifactId> - <version>0.12.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.core</artifactId> - <version>0.12.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.ldpath</artifactId> - <version>0.12.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> </startLevel> @@ -79,7 +79,7 @@ <bundle> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.defaults</artifactId> - <version>0.12.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </bundle> </startLevel> </bundles> \ No newline at end of file Modified: stanbol/branches/commons-ng/launchers/bundlelists/osgiframework/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/launchers/bundlelists/osgiframework/pom.xml?rev=1504485&r1=1504484&r2=1504485&view=diff ============================================================================== --- stanbol/branches/commons-ng/launchers/bundlelists/osgiframework/pom.xml (original) +++ stanbol/branches/commons-ng/launchers/bundlelists/osgiframework/pom.xml Thu Jul 18 14:18:25 2013 @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-bundlelists</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> Modified: stanbol/branches/commons-ng/launchers/bundlelists/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/launchers/bundlelists/pom.xml?rev=1504485&r1=1504484&r2=1504485&view=diff ============================================================================== --- stanbol/branches/commons-ng/launchers/bundlelists/pom.xml (original) +++ stanbol/branches/commons-ng/launchers/bundlelists/pom.xml Thu Jul 18 14:18:25 2013 @@ -67,7 +67,7 @@ <module>sentimentdata</module> --> <!-- Components --> - <!-- <module>enhancer</module> --> + <module>enhancer</module> <module>entityhub</module> <!-- <module>cmsadapter</module> <module>contenthub</module> Modified: stanbol/branches/commons-ng/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml?rev=1504485&r1=1504484&r2=1504485&view=diff ============================================================================== --- stanbol/branches/commons-ng/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml (original) +++ stanbol/branches/commons-ng/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml Thu Jul 18 14:18:25 2013 @@ -343,7 +343,7 @@ <bundle> <groupId>org.apache.clerezza</groupId> <artifactId>rdf.core</artifactId> - <version>0.12-incubating</version> + <version>0.13</version> </bundle> <bundle> <groupId>org.apache.clerezza</groupId> @@ -363,22 +363,22 @@ <bundle> <groupId>org.apache.clerezza</groupId> <artifactId>rdf.jena.sparql</artifactId> - <version>0.5-incubating</version> + <version>0.6</version> </bundle> <bundle> <groupId>org.apache.clerezza</groupId> <artifactId>rdf.jena.commons</artifactId> - <version>0.5-incubating</version> + <version>0.6</version> </bundle> <bundle> <groupId>org.apache.clerezza</groupId> <artifactId>rdf.jena.facade</artifactId> - <version>0.12-incubating</version> + <version>0.13</version> </bundle> <bundle> <groupId>org.apache.clerezza.ext</groupId> <artifactId>com.hp.hpl.jena.tdb</artifactId> - <version>0.3-incubating</version> + <version>0.4-SNAPSHOT</version> </bundle> <bundle> <groupId>org.apache.clerezza.ext</groupId> @@ -388,7 +388,7 @@ <bundle> <groupId>org.wymiwyg</groupId> <artifactId>wymiwyg-commons-core</artifactId> - <version>0.7.5</version> + <version>0.7.6</version> </bundle> <!-- ICU is an bundle in the meantime bundle> @@ -399,22 +399,22 @@ <bundle> <groupId>org.apache.clerezza</groupId> <artifactId>rdf.jena.storage</artifactId> - <version>0.5-incubating</version> + <version>0.6</version> </bundle> <bundle> <groupId>org.apache.clerezza</groupId> <artifactId>rdf.jena.tdb.storage</artifactId> - <version>0.5-incubating</version> + <version>0.6</version> </bundle> <bundle> <groupId>org.apache.clerezza</groupId> <artifactId>rdf.jena.serializer</artifactId> - <version>0.9-incubating</version> + <version>0.10</version> </bundle> <bundle> <groupId>org.apache.clerezza</groupId> <artifactId>rdf.jena.parser</artifactId> - <version>0.10-incubating</version> + <version>0.11</version> </bundle> <bundle> <groupId>org.apache.clerezza</groupId> Modified: stanbol/branches/commons-ng/launchers/bundlelists/zzshell/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/launchers/bundlelists/zzshell/pom.xml?rev=1504485&r1=1504484&r2=1504485&view=diff ============================================================================== --- stanbol/branches/commons-ng/launchers/bundlelists/zzshell/pom.xml (original) +++ stanbol/branches/commons-ng/launchers/bundlelists/zzshell/pom.xml Thu Jul 18 14:18:25 2013 @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-bundlelists</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> Modified: stanbol/branches/commons-ng/launchers/mini/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/launchers/mini/pom.xml?rev=1504485&r1=1504484&r2=1504485&view=diff ============================================================================== --- stanbol/branches/commons-ng/launchers/mini/pom.xml (original) +++ stanbol/branches/commons-ng/launchers/mini/pom.xml Thu Jul 18 14:18:25 2013 @@ -152,7 +152,7 @@ <!-- The Apache Stanbol lauchpad --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.launchpad</artifactId> - <version>0.12.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <!-- maven-launchpad-plugin builds on the launchpad.base app --> Modified: stanbol/branches/commons-ng/launchers/stable/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/launchers/stable/pom.xml?rev=1504485&r1=1504484&r2=1504485&view=diff ============================================================================== --- stanbol/branches/commons-ng/launchers/stable/pom.xml (original) +++ stanbol/branches/commons-ng/launchers/stable/pom.xml Thu Jul 18 14:18:25 2013 @@ -151,7 +151,7 @@ <!-- The Apache Stanbol lauchpad --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.launchpad</artifactId> - <version>0.12.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <!-- maven-launchpad-plugin builds on the launchpad.base app --> @@ -179,13 +179,13 @@ </dependency> <!-- Stanbol Enhancer Bundle List --> - <!-- <dependency> + <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.enhancer</artifactId> - <version>0.11.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> - </dependency> --> + </dependency> <!-- Stanbol Data Bundle List --> <!-- <dependency> Modified: stanbol/branches/commons-ng/nbactions.xml URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/nbactions.xml?rev=1504485&r1=1504484&r2=1504485&view=diff ============================================================================== --- stanbol/branches/commons-ng/nbactions.xml (original) +++ stanbol/branches/commons-ng/nbactions.xml Thu Jul 18 14:18:25 2013 @@ -29,4 +29,15 @@ <Env.MAVEN_OPTS>-Xmx1024M -XX:MaxPermSize=128M</Env.MAVEN_OPTS> </properties> </action> + <action> + <actionName>CUSTOM-use-latests-versions</actionName> + <displayName>use-latests-versions</displayName> + <goals> + <goal>versions:use-latest-versions</goal> + </goals> + <properties> + <includes>org.apache.stanbol</includes> + <allowSnapshots>true</allowSnapshots> + </properties> + </action> </actions> Modified: stanbol/branches/commons-ng/parent/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/parent/pom.xml?rev=1504485&r1=1504484&r2=1504485&view=diff ============================================================================== --- stanbol/branches/commons-ng/parent/pom.xml (original) +++ stanbol/branches/commons-ng/parent/pom.xml Thu Jul 18 14:18:25 2013 @@ -594,7 +594,7 @@ <dependency> <groupId>org.wymiwyg</groupId> <artifactId>wymiwyg-commons-core</artifactId> - <version>0.7.5</version> + <version>0.7.6</version> </dependency> <dependency> <groupId>org.apache.clerezza</groupId> @@ -604,7 +604,7 @@ <dependency> <groupId>org.apache.clerezza</groupId> <artifactId>rdf.core</artifactId> - <version>0.12-incubating</version> + <version>0.13</version> </dependency> <dependency> <groupId>org.apache.clerezza</groupId> @@ -629,17 +629,17 @@ <dependency> <groupId>org.apache.clerezza</groupId> <artifactId>rdf.jena.serializer</artifactId> - <version>0.9-incubating</version> + <version>0.10</version> </dependency> <dependency> <groupId>org.apache.clerezza</groupId> <artifactId>rdf.jena.parser</artifactId> - <version>0.10-incubating</version> + <version>0.11</version> </dependency> <dependency> <groupId>org.apache.clerezza</groupId> <artifactId>rdf.jena.sparql</artifactId> - <version>0.5-incubating</version> + <version>0.6</version> </dependency> <dependency> <groupId>org.apache.clerezza</groupId> @@ -664,7 +664,7 @@ <dependency> <groupId>org.apache.clerezza</groupId> <artifactId>jaxrs.rdf.providers</artifactId> - <version>0.13-incubating</version> + <version>0.14</version> </dependency> <dependency> <groupId>org.apache.clerezza</groupId> @@ -674,7 +674,7 @@ <dependency> <groupId>org.apache.clerezza</groupId> <artifactId>rdf.jena.facade</artifactId> - <version>0.12-incubating</version> + <version>0.13</version> </dependency> <dependency> <groupId>org.apache.clerezza</groupId> Modified: stanbol/branches/commons-ng/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/pom.xml?rev=1504485&r1=1504484&r2=1504485&view=diff ============================================================================== --- stanbol/branches/commons-ng/pom.xml (original) +++ stanbol/branches/commons-ng/pom.xml Thu Jul 18 14:18:25 2013 @@ -68,13 +68,13 @@ <module>entityhub</module> <!-- <module>ontologymanager</module> - <module>rules</module> + <module>rules</module> --> <module>enhancer</module> - <module>contenthub</module> + <!-- <module>contenthub</module> --> <module>enhancement-engines</module> - <module>cmsadapter</module> + <!-- <module>cmsadapter</module> <module>reasoners</module>
