Modified: stanbol/branches/release-1.0.0-branch/entityhub/indexing/dbpedia/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/entityhub/indexing/dbpedia/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/entityhub/indexing/dbpedia/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/entityhub/indexing/dbpedia/pom.xml Wed Sep 7 17:08:45 2016 @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub-indexing</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>..</relativePath> </parent> @@ -42,12 +42,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/entityhub/indexing/dbpedia + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/indexing/dbpedia </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/entityhub/indexing/dbpedia + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/indexing/dbpedia </developerConnection> - <url>http://stanbol.apache.org</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <build> @@ -74,7 +74,7 @@ </includes> </artifactSet> <transformers> - <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/> + <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" /> </transformers> </configuration> <executions> @@ -116,20 +116,20 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.source.jenatdb</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <scope>runtime</scope> </dependency> <!-- dependencies of the solr yard destination --> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.destination.solryard</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <scope>runtime</scope> </dependency> @@ -137,34 +137,34 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.solr.extras.icu</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.solr.extras.smartcn</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.solr.extras.kuromoji</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.solr.extras.stempel</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <!-- namespace prefixes mappings --> <dependency> <!-- provides the default Stanbol mappings --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.provider.stanbol</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <!-- provides the prefix.cc mappings --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.provider.prefixcc</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <!-- for the Main (command line utility) -->
Modified: stanbol/branches/release-1.0.0-branch/entityhub/indexing/destination/solryard/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/entityhub/indexing/destination/solryard/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/entityhub/indexing/destination/solryard/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/entityhub/indexing/destination/solryard/pom.xml Wed Sep 7 17:08:45 2016 @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub-indexing</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../..</relativePath> </parent> @@ -44,12 +44,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/entityhub/indexing/destination/solryard + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/indexing/destination/solryard </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/entityhub/indexing/destination/solryard + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/indexing/destination/solryard </developerConnection> - <url>http://stanbol.apache.org</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <build> @@ -102,17 +102,17 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.solr.core</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.yard.solr</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <!-- FST model generation --> <dependency> @@ -149,7 +149,7 @@ <dependency> <!-- provides the default Stanbol mappings --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.provider.stanbol</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <scope>test</scope> </dependency> Modified: stanbol/branches/release-1.0.0-branch/entityhub/indexing/freebase/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/entityhub/indexing/freebase/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/entityhub/indexing/freebase/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/entityhub/indexing/freebase/pom.xml Wed Sep 7 17:08:45 2016 @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub-indexing</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>..</relativePath> </parent> @@ -43,12 +43,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/entityhub/indexing/freebase + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/indexing/freebase </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/entityhub/indexing/freebase + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/indexing/freebase </developerConnection> - <url>http://stanbol.apache.org</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <build> @@ -75,7 +75,7 @@ </includes> </artifactSet> <transformers> - <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/> + <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" /> </transformers> </configuration> <executions> @@ -120,20 +120,20 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.source.jenatdb</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <scope>runtime</scope> </dependency> <!-- dependencies of the solr yard destination --> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.destination.solryard</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <scope>runtime</scope> </dependency> @@ -141,34 +141,34 @@ <dependency> <!-- provides the default Stanbol mappings --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.provider.stanbol</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <!-- provides the prefix.cc mappings --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.provider.prefixcc</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <!-- additional Solr modules --> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.solr.extras.icu</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.solr.extras.smartcn</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.solr.extras.kuromoji</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.solr.extras.stempel</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <!-- for the Main (command line utility) --> Modified: stanbol/branches/release-1.0.0-branch/entityhub/indexing/genericrdf/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/entityhub/indexing/genericrdf/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/entityhub/indexing/genericrdf/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/entityhub/indexing/genericrdf/pom.xml Wed Sep 7 17:08:45 2016 @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub-indexing</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>..</relativePath> </parent> @@ -45,12 +45,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/entityhub/indexing/genericrdf + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/indexing/genericrdf </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/entityhub/indexing/genericrdf + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/indexing/genericrdf </developerConnection> - <url>http://stanbol.apache.org</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <build> @@ -77,7 +77,7 @@ </includes> </artifactSet> <transformers> - <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/> + <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" /> </transformers> </configuration> <executions> @@ -97,7 +97,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <scope>runtime</scope> </dependency> @@ -105,12 +105,12 @@ <dependency> <!-- provides the default Stanbol mappings --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.provider.stanbol</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <!-- provides the prefix.cc mappings --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.provider.prefixcc</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <!-- for the Main (command line utility) --> @@ -150,7 +150,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.source.jenatdb</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <scope>runtime</scope> </dependency> @@ -158,7 +158,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.source.vcard</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <scope>runtime</scope> </dependency> @@ -166,7 +166,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.destination.solryard</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <scope>runtime</scope> </dependency> </dependencies> Modified: stanbol/branches/release-1.0.0-branch/entityhub/indexing/geonames/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/entityhub/indexing/geonames/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/entityhub/indexing/geonames/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/entityhub/indexing/geonames/pom.xml Wed Sep 7 17:08:45 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub-indexing</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>..</relativePath> </parent> @@ -46,12 +46,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/entityhub/indexing/geonames + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/indexing/geonames </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/entityhub/indexing/geonames + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/indexing/geonames </developerConnection> - <url>http://stanbol.apache.org</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <build> @@ -86,7 +86,7 @@ </includes> </artifactSet> <transformers> - <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/> + <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" /> </transformers> </configuration> <executions> @@ -111,20 +111,20 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <!-- runtime dependencies for the standalone tool --> <dependency> <!-- provides the default Stanbol mappings --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.provider.stanbol</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <scope>runtime</scope> </dependency> <dependency> <!-- provides the prefix.cc mappings --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.provider.prefixcc</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <scope>runtime</scope> </dependency> <dependency> <!-- we use log4j 1.2 --> @@ -141,7 +141,7 @@ <dependency> <!-- we want to use the SolrYard as target --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.destination.solryard</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <scope>runtime</scope> </dependency> Modified: stanbol/branches/release-1.0.0-branch/entityhub/indexing/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/entityhub/indexing/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/entityhub/indexing/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/entityhub/indexing/pom.xml Wed Sep 7 17:08:45 2016 @@ -22,13 +22,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>6-SNAPSHOT</version> + <version>6</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub-indexing</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>pom</packaging> <name>Apache Stanbol Entityhub Indexing</name> @@ -46,12 +46,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/entityhub/indexing + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/indexing </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/entityhub/indexing + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/indexing </developerConnection> - <url>http://stanbol.apache.org</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0//stanbol.apache.org</url> </scm> <modules> Modified: stanbol/branches/release-1.0.0-branch/entityhub/indexing/source/jenatdb/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/entityhub/indexing/source/jenatdb/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/entityhub/indexing/source/jenatdb/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/entityhub/indexing/source/jenatdb/pom.xml Wed Sep 7 17:08:45 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub-indexing</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../..</relativePath> </parent> @@ -49,12 +49,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/entityhub/indexing/source/jenatdb + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/indexing/source/jenatdb </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/entityhub/indexing/source/jenatdb + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/indexing/source/jenatdb </developerConnection> - <url>http://stanbol.apache.org</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <build> @@ -93,18 +93,18 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.service</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.ldpath</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> Modified: stanbol/branches/release-1.0.0-branch/entityhub/indexing/source/sesame/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/entityhub/indexing/source/sesame/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/entityhub/indexing/source/sesame/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/entityhub/indexing/source/sesame/pom.xml Wed Sep 7 17:08:45 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub-indexing</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../..</relativePath> </parent> @@ -46,12 +46,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/entityhub/indexing/source/sesame + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/indexing/source/sesame </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/entityhub/indexing/source/sesame + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/indexing/source/sesame </developerConnection> - <url>http://stanbol.apache.org</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <build> @@ -90,23 +90,23 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.service</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.model.sesame</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.ldpath</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <!-- the sesame repository API --> Modified: stanbol/branches/release-1.0.0-branch/entityhub/indexing/source/vcard/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/entityhub/indexing/source/vcard/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/entityhub/indexing/source/vcard/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/entityhub/indexing/source/vcard/pom.xml Wed Sep 7 17:08:45 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub-indexing</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../..</relativePath> </parent> @@ -46,12 +46,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/entityhub/indexing/source/vcard + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/indexing/source/vcard </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/entityhub/indexing/source/vcard + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/indexing/source/vcard </developerConnection> - <url>http://stanbol.apache.org</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <build> @@ -75,7 +75,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> Modified: stanbol/branches/release-1.0.0-branch/entityhub/jersey/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/entityhub/jersey/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/entityhub/jersey/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/entityhub/jersey/pom.xml Wed Sep 7 17:08:45 2016 @@ -16,7 +16,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>..</relativePath> </parent> @@ -37,12 +37,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/entityhub/jersey + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/jersey </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/entityhub/jersey + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/jersey </developerConnection> - <url>http://stanbol.apache.org</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0//stanbol.apache.org</url> </scm> <build> @@ -83,50 +83,50 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.web.base</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.service</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.indexedgraph</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <!-- Jersey and Freemarker --> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.web.viewable</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <!-- dependencies on other Entityhub modules --> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.core</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.model.clerezza</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.query.clerezza</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.ldpath</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> Modified: stanbol/branches/release-1.0.0-branch/entityhub/ldpath/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/entityhub/ldpath/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/entityhub/ldpath/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/entityhub/ldpath/pom.xml Wed Sep 7 17:08:45 2016 @@ -16,7 +16,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>..</relativePath> </parent> @@ -37,12 +37,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/entityhub/ldpath + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/ldpath </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/entityhub/ldpath + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/ldpath </developerConnection> - <url>http://stanbol.apache.org</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0//stanbol.apache.org</url> </scm> <build> @@ -90,12 +90,12 @@ <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId> <!-- NOTE: 0.11.0 would be fine, but 1.0.0-SNAPSHOT is required for unit tests --> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.core</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <!-- LD Path --> @@ -140,13 +140,13 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.yard.solr</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.sites.dbpedia</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <scope>test</scope> </dependency> Modified: stanbol/branches/release-1.0.0-branch/entityhub/model/clerezza/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/entityhub/model/clerezza/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/entityhub/model/clerezza/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/entityhub/model/clerezza/pom.xml Wed Sep 7 17:08:45 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../..</relativePath> </parent> @@ -46,12 +46,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/entityhub/model/clerezza + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/model/clerezza </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/entityhub/model/clerezza + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/model/clerezza </developerConnection> - <url>http://stanbol.apache.org</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <build> @@ -90,12 +90,12 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.indexedgraph</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> @@ -111,7 +111,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.test</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <scope>test</scope> </dependency> <dependency> Modified: stanbol/branches/release-1.0.0-branch/entityhub/model/sesame/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/entityhub/model/sesame/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/entityhub/model/sesame/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/entityhub/model/sesame/pom.xml Wed Sep 7 17:08:45 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../..</relativePath> </parent> @@ -46,12 +46,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/entityhub/model/sesame + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/model/sesame </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/entityhub/model/sesame + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/model/sesame </developerConnection> - <url>http://stanbol.apache.org</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <build> @@ -80,7 +80,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <!-- the sesame repository API --> <groupId>org.openrdf.sesame</groupId> @@ -95,7 +95,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.test</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <scope>test</scope> </dependency> <!-- TODO: will need a sesame repository for testing --> Modified: stanbol/branches/release-1.0.0-branch/entityhub/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/entityhub/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/entityhub/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/entityhub/pom.xml Wed Sep 7 17:08:45 2016 @@ -22,13 +22,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>6-SNAPSHOT</version> + <version>6</version> <relativePath>../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>pom</packaging> <name>Apache Stanbol Entityhub</name> @@ -48,12 +48,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/entityhub + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/entityhub + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub </developerConnection> - <url>http://stanbol.apache.org</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/stanbol.apache.org</url> </scm> <modules> Modified: stanbol/branches/release-1.0.0-branch/entityhub/query/clerezza/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/entityhub/query/clerezza/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/entityhub/query/clerezza/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/entityhub/query/clerezza/pom.xml Wed Sep 7 17:08:45 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../..</relativePath> </parent> @@ -45,12 +45,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/entityhub/query/clerezza + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/query/clerezza </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/entityhub/query/clerezza + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/query/clerezza </developerConnection> - <url>http://stanbol.apache.org</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <build> @@ -84,22 +84,22 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.core</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <!-- generic SPARQL classes are now in this module--> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.query.sparql</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.model.clerezza</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.indexedgraph</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> Modified: stanbol/branches/release-1.0.0-branch/entityhub/query/sesame/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/entityhub/query/sesame/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/entityhub/query/sesame/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/entityhub/query/sesame/pom.xml Wed Sep 7 17:08:45 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../..</relativePath> </parent> @@ -46,12 +46,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/entityhub/query/sesame + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/query/sesame </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/entityhub/query/sesame + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/query/sesame </developerConnection> - <url>http://stanbol.apache.org</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <build> @@ -84,12 +84,12 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.model.sesame</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.query.sparql</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <!-- no tests (tested by the SesameYard tests) --> Modified: stanbol/branches/release-1.0.0-branch/entityhub/query/sparql/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/entityhub/query/sparql/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/entityhub/query/sparql/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/entityhub/query/sparql/pom.xml Wed Sep 7 17:08:45 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../..</relativePath> </parent> @@ -45,12 +45,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/entityhub/query/sparql + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/query/sparql </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/entityhub/query/sparql + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/query/sparql </developerConnection> - <url>http://stanbol.apache.org</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <build> @@ -84,7 +84,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.core</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <!-- for tests --> Modified: stanbol/branches/release-1.0.0-branch/entityhub/site/linkeddata/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/entityhub/site/linkeddata/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/entityhub/site/linkeddata/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/entityhub/site/linkeddata/pom.xml Wed Sep 7 17:08:45 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../..</relativePath> </parent> @@ -46,12 +46,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/entityhub/site/linkeddata + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/site/linkeddata </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/entityhub/site/linkeddata + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/site/linkeddata </developerConnection> - <url>http://stanbol.apache.org</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <build> @@ -83,22 +83,22 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.model.clerezza</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.query.clerezza</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.indexedgraph</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> Modified: stanbol/branches/release-1.0.0-branch/entityhub/site/managed/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/entityhub/site/managed/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/entityhub/site/managed/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/entityhub/site/managed/pom.xml Wed Sep 7 17:08:45 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../..</relativePath> </parent> @@ -44,12 +44,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/entityhub/site/managed + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/site/managed </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/entityhub/site/managed + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/site/managed </developerConnection> - <url>http://stanbol.apache.org</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <build> @@ -82,7 +82,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.core</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <scope>provided</scope> </dependency> <!-- OSGI framework dependencies --> Modified: stanbol/branches/release-1.0.0-branch/entityhub/web/clerezza/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/entityhub/web/clerezza/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/entityhub/web/clerezza/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/entityhub/web/clerezza/pom.xml Wed Sep 7 17:08:45 2016 @@ -16,7 +16,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../..</relativePath> </parent> @@ -37,12 +37,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/entityhub/web/clerezza + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/web/clerezza </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/entityhub/web/clerezza + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/web/clerezza </developerConnection> - <url>http://stanbol.apache.org</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <build> @@ -76,12 +76,12 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.web.base</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.indexedgraph</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <!-- Jersey and Freemarker --> <!-- dependency> @@ -94,7 +94,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <!-- dependency> <groupId>org.apache.stanbol</groupId> @@ -104,22 +104,22 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.model.clerezza</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.query.clerezza</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.ldpath</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.jersey</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> Modified: stanbol/branches/release-1.0.0-branch/entityhub/web/sesame/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/entityhub/web/sesame/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/entityhub/web/sesame/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/entityhub/web/sesame/pom.xml Wed Sep 7 17:08:45 2016 @@ -16,7 +16,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../..</relativePath> </parent> @@ -37,12 +37,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/entityhub/web/sesame + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/web/sesame </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/entityhub/web/sesame + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/web/sesame </developerConnection> - <url>http://stanbol.apache.org</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <build> @@ -78,27 +78,27 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.model.sesame</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.query.sesame</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.ldpath</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.jersey</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> Modified: stanbol/branches/release-1.0.0-branch/entityhub/yard/clerezza/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/entityhub/yard/clerezza/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/entityhub/yard/clerezza/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/entityhub/yard/clerezza/pom.xml Wed Sep 7 17:08:45 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../..</relativePath> </parent> @@ -46,12 +46,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/entityhub/yard/clerezza + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/yard/clerezza </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/entityhub/yard/clerezza + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/yard/clerezza </developerConnection> - <url>http://stanbol.apache.org</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <build> @@ -84,22 +84,22 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.core</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.model.clerezza</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.query.clerezza</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.indexedgraph</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> @@ -119,7 +119,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.test</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <scope>test</scope> </dependency> <!-- A TC Provider is needed to run the Unit Tests of the Yard Interface. Modified: stanbol/branches/release-1.0.0-branch/entityhub/yard/sesame/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/entityhub/yard/sesame/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/entityhub/yard/sesame/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/entityhub/yard/sesame/pom.xml Wed Sep 7 17:08:45 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../..</relativePath> </parent> @@ -46,12 +46,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/entityhub/yard/sesame + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/yard/sesame </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/entityhub/yard/sesame + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/yard/sesame </developerConnection> - <url>http://stanbol.apache.org</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <build> @@ -84,17 +84,17 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.core</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.model.sesame</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.query.sesame</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <!-- the sesame repository API --> <groupId>org.openrdf.sesame</groupId> @@ -105,7 +105,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.test</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <scope>test</scope> </dependency> <dependency> Modified: stanbol/branches/release-1.0.0-branch/entityhub/yard/solr/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/entityhub/yard/solr/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/entityhub/yard/solr/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/entityhub/yard/solr/pom.xml Wed Sep 7 17:08:45 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../..</relativePath> </parent> @@ -46,12 +46,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/entityhub/yard/solr + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/yard/solr </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/entityhub/yard/solr + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/entityhub/yard/solr </developerConnection> - <url>http://stanbol.apache.org</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <build> @@ -100,34 +100,34 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.service</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.stanboltools.datafileprovider</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <!-- provides Solr and OSGI utilities for Solr --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.solr.core</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <!-- provides managed Solr servers --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.solr.managed</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <!-- Stanbol Entityhub internal dependencies --> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.core</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <!-- other (not Solr related) dependencies) --> @@ -168,7 +168,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.test</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <scope>test</scope> </dependency> <dependency> Modified: stanbol/branches/release-1.0.0-branch/integration-tests/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/integration-tests/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/integration-tests/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/integration-tests/pom.xml Wed Sep 7 17:08:45 2016 @@ -15,40 +15,39 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>6-SNAPSHOT</version> + <version>6</version> <relativePath>../parent/pom.xml</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.integration-tests</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>jar</packaging> <name>Apache Stanbol Integration Tests</name> <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/integration-tests/ + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/integration-tests </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/integration-tests/ + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/integration-tests </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/stanbol.apache.org</url> </scm> <properties> <!-- Set this to run the server on a specific port --> - <http.port></http.port> + <http.port /> <!-- Set this to run tests against an existing server instance --> - <test.server.url></test.server.url> + <test.server.url /> <!-- Options for the VM that executes our runnable jar --> <jar.executor.vm.options>-Xmx1g -XX:MaxPermSize=256m -Dorg.apache.stanbol.offline.mode=true</jar.executor.vm.options> @@ -131,33 +130,33 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.full</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.web.base</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.testing.stanbol</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.test</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.indexedgraph</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <!-- Used to access constants such as Ontology URIs --> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <!-- namespace prefixes mappings --> @@ -165,17 +164,17 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.service</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <!-- provides the default Stanbol mappings --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.provider.stanbol</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <!-- provides the prefix.cc mappings --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.provider.prefixcc</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> Modified: stanbol/branches/release-1.0.0-branch/launchers/bundlelists/defaultdata/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/launchers/bundlelists/defaultdata/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/launchers/bundlelists/defaultdata/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/launchers/bundlelists/defaultdata/pom.xml Wed Sep 7 17:08:45 2016 @@ -1,40 +1,39 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor - license agreements. See the NOTICE file distributed with this work for additional - information regarding copyright ownership. The ASF licenses this file to - You under the Apache License, Version 2.0 (the "License"); you may not use - this file except in compliance with the License. You may obtain a copy of - the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required - by applicable law or agreed to in writing, software distributed under the - License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS - OF ANY KIND, either express or implied. See the License for the specific - language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.stanbol</groupId> - <artifactId>apache-stanbol-bundlelists</artifactId> - <version>1.0.0-SNAPSHOT</version> - <relativePath>..</relativePath> - </parent> - - <groupId>org.apache.stanbol</groupId> - <artifactId>org.apache.stanbol.launchers.bundlelists.defaultdata</artifactId> - <version>1.1.0-SNAPSHOT</version> - <packaging>partialbundlelist</packaging> - - <name>Apache Stanbol Bundlelist for Default Data</name> - - <build> - <plugins> - <plugin> - <groupId>org.apache.sling</groupId> - <artifactId>maven-launchpad-plugin</artifactId> - </plugin> - </plugins> - </build> -</project> - +<?xml version="1.0" encoding="UTF-8"?> +<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor + license agreements. See the NOTICE file distributed with this work for additional + information regarding copyright ownership. The ASF licenses this file to + You under the Apache License, Version 2.0 (the "License"); you may not use + this file except in compliance with the License. You may obtain a copy of + the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required + by applicable law or agreed to in writing, software distributed under the + License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS + OF ANY KIND, either express or implied. See the License for the specific + language governing permissions and limitations under the License. --> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.stanbol</groupId> + <artifactId>apache-stanbol-bundlelists</artifactId> + <version>1.0.0</version> + <relativePath>..</relativePath> + </parent> + + <groupId>org.apache.stanbol</groupId> + <artifactId>org.apache.stanbol.launchers.bundlelists.defaultdata</artifactId> + <version>1.1.0</version> + <packaging>partialbundlelist</packaging> + + <name>Apache Stanbol Bundlelist for Default Data</name> + + <build> + <plugins> + <plugin> + <groupId>org.apache.sling</groupId> + <artifactId>maven-launchpad-plugin</artifactId> + </plugin> + </plugins> + </build> +</project> + Modified: stanbol/branches/release-1.0.0-branch/launchers/bundlelists/enhancer-engines-restricted/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/launchers/bundlelists/enhancer-engines-restricted/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/launchers/bundlelists/enhancer-engines-restricted/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/launchers/bundlelists/enhancer-engines-restricted/pom.xml Wed Sep 7 17:08:45 2016 @@ -1,41 +1,40 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor - license agreements. See the NOTICE file distributed with this work for additional - information regarding copyright ownership. The ASF licenses this file to - You under the Apache License, Version 2.0 (the "License"); you may not use - this file except in compliance with the License. You may obtain a copy of - the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required - by applicable law or agreed to in writing, software distributed under the - License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS - OF ANY KIND, either express or implied. See the License for the specific - language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.stanbol</groupId> - <artifactId>apache-stanbol-bundlelists</artifactId> - <version>1.0.0-SNAPSHOT</version> - <relativePath>..</relativePath> - </parent> - - <artifactId>org.apache.stanbol.launchers.bundlelists.enhancer-engines-restricted</artifactId> - <version>1.0.0-SNAPSHOT</version> - <packaging>partialbundlelist</packaging> - - <name>Apache Stanbol Bundlelist for Restricted Enhancement Engines</name> - <description>Any engine that access a service that cannot be accessed without - limits or without providing a license key or similar belong to this list</description> - - <build> - <plugins> - <plugin> - <groupId>org.apache.sling</groupId> - <artifactId>maven-launchpad-plugin</artifactId> - </plugin> - </plugins> - </build> -</project> - +<?xml version="1.0" encoding="UTF-8"?> +<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor + license agreements. See the NOTICE file distributed with this work for additional + information regarding copyright ownership. The ASF licenses this file to + You under the Apache License, Version 2.0 (the "License"); you may not use + this file except in compliance with the License. You may obtain a copy of + the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required + by applicable law or agreed to in writing, software distributed under the + License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS + OF ANY KIND, either express or implied. See the License for the specific + language governing permissions and limitations under the License. --> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.stanbol</groupId> + <artifactId>apache-stanbol-bundlelists</artifactId> + <version>1.0.0</version> + <relativePath>..</relativePath> + </parent> + + <artifactId>org.apache.stanbol.launchers.bundlelists.enhancer-engines-restricted</artifactId> + <version>1.0.0</version> + <packaging>partialbundlelist</packaging> + + <name>Apache Stanbol Bundlelist for Restricted Enhancement Engines</name> + <description>Any engine that access a service that cannot be accessed without + limits or without providing a license key or similar belong to this list</description> + + <build> + <plugins> + <plugin> + <groupId>org.apache.sling</groupId> + <artifactId>maven-launchpad-plugin</artifactId> + </plugin> + </plugins> + </build> +</project> + Modified: stanbol/branches/release-1.0.0-branch/launchers/bundlelists/enhancer/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/launchers/bundlelists/enhancer/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/launchers/bundlelists/enhancer/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/launchers/bundlelists/enhancer/pom.xml Wed Sep 7 17:08:45 2016 @@ -1,39 +1,38 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor - license agreements. See the NOTICE file distributed with this work for additional - information regarding copyright ownership. The ASF licenses this file to - You under the Apache License, Version 2.0 (the "License"); you may not use - this file except in compliance with the License. You may obtain a copy of - the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required - by applicable law or agreed to in writing, software distributed under the - License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS - OF ANY KIND, either express or implied. See the License for the specific - language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.stanbol</groupId> - <artifactId>apache-stanbol-bundlelists</artifactId> - <version>1.0.0-SNAPSHOT</version> - <relativePath>..</relativePath> - </parent> - - <artifactId>org.apache.stanbol.launchers.bundlelists.enhancer</artifactId> - <version>1.0.0-SNAPSHOT</version> - <packaging>partialbundlelist</packaging> - - <name>Apache Stanbol Bundlelist for Enhancer</name> - - <build> - <plugins> - <plugin> - <groupId>org.apache.sling</groupId> - <artifactId>maven-launchpad-plugin</artifactId> - </plugin> - </plugins> - </build> -</project> - +<?xml version="1.0" encoding="UTF-8"?> +<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor + license agreements. See the NOTICE file distributed with this work for additional + information regarding copyright ownership. The ASF licenses this file to + You under the Apache License, Version 2.0 (the "License"); you may not use + this file except in compliance with the License. You may obtain a copy of + the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required + by applicable law or agreed to in writing, software distributed under the + License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS + OF ANY KIND, either express or implied. See the License for the specific + language governing permissions and limitations under the License. --> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.stanbol</groupId> + <artifactId>apache-stanbol-bundlelists</artifactId> + <version>1.0.0</version> + <relativePath>..</relativePath> + </parent> + + <artifactId>org.apache.stanbol.launchers.bundlelists.enhancer</artifactId> + <version>1.0.0</version> + <packaging>partialbundlelist</packaging> + + <name>Apache Stanbol Bundlelist for Enhancer</name> + + <build> + <plugins> + <plugin> + <groupId>org.apache.sling</groupId> + <artifactId>maven-launchpad-plugin</artifactId> + </plugin> + </plugins> + </build> +</project> + Modified: stanbol/branches/release-1.0.0-branch/launchers/bundlelists/entityhub/clerezza/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/launchers/bundlelists/entityhub/clerezza/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/launchers/bundlelists/entityhub/clerezza/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/launchers/bundlelists/entityhub/clerezza/pom.xml Wed Sep 7 17:08:45 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.0</version> <relativePath>../..</relativePath> </parent> <artifactId>org.apache.stanbol.launchers.bundlelists.entityhub.clerezza</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>partialbundlelist</packaging> <name>Apache Stanbol Bundlelist for Clerezza based RDF support of the Entityhub</name> Modified: stanbol/branches/release-1.0.0-branch/launchers/bundlelists/entityhub/core/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/launchers/bundlelists/entityhub/core/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/launchers/bundlelists/entityhub/core/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/launchers/bundlelists/entityhub/core/pom.xml Wed Sep 7 17:08:45 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.0</version> <relativePath>../..</relativePath> </parent> <artifactId>org.apache.stanbol.launchers.bundlelists.entityhub.core</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>partialbundlelist</packaging> <name>Apache Stanbol Bundlelist for Entityhub</name> Modified: stanbol/branches/release-1.0.0-branch/launchers/bundlelists/entityhub/sesame/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/launchers/bundlelists/entityhub/sesame/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/launchers/bundlelists/entityhub/sesame/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/launchers/bundlelists/entityhub/sesame/pom.xml Wed Sep 7 17:08:45 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.0</version> <relativePath>../..</relativePath> </parent> <artifactId>org.apache.stanbol.launchers.bundlelists.entityhub.sesame</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>partialbundlelist</packaging> <name>Apache Stanbol Bundlelist for Sesame based RDF support of the Entityhub</name> Modified: stanbol/branches/release-1.0.0-branch/launchers/bundlelists/language-extras/kuromoji/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/launchers/bundlelists/language-extras/kuromoji/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/launchers/bundlelists/language-extras/kuromoji/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/launchers/bundlelists/language-extras/kuromoji/pom.xml Wed Sep 7 17:08:45 2016 @@ -1,47 +1,46 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor - license agreements. See the NOTICE file distributed with this work for additional - information regarding copyright ownership. The ASF licenses this file to - You under the Apache License, Version 2.0 (the "License"); you may not use - this file except in compliance with the License. You may obtain a copy of - the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required - by applicable law or agreed to in writing, software distributed under the - License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS - OF ANY KIND, either express or implied. See the License for the specific - language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.stanbol</groupId> - <artifactId>apache-stanbol-bundlelists</artifactId> - <version>1.0.0-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> - <packaging>partialbundlelist</packaging> - - <name>Apache Stanbol Bundlelist for Language Support: Kuromoji Japanese</name> - <description> - Provides modules that bring language support for Japanese using - the Solr/Lucene kuromoji analyzer. This includes a (1) Bundle providing the - Solr Analyzer; (2) an NLP processing Engine that Tokenizes, detects - sentences, POS taggs, extracts Named Entities and Lemmatizes Japanese text - (3) an LabelTokenizer needed to match tokens of the analyzed text with - the labels of Entities in the matched vocabularies. - </description> - - <build> - <plugins> - <plugin> - <groupId>org.apache.sling</groupId> - <artifactId>maven-launchpad-plugin</artifactId> - </plugin> - </plugins> - </build> -</project> +<?xml version="1.0" encoding="UTF-8"?> +<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor + license agreements. See the NOTICE file distributed with this work for additional + information regarding copyright ownership. The ASF licenses this file to + You under the Apache License, Version 2.0 (the "License"); you may not use + this file except in compliance with the License. You may obtain a copy of + the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required + by applicable law or agreed to in writing, software distributed under the + License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS + OF ANY KIND, either express or implied. See the License for the specific + language governing permissions and limitations under the License. --> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.stanbol</groupId> + <artifactId>apache-stanbol-bundlelists</artifactId> + <version>1.0.0</version> + <relativePath>../..</relativePath> + </parent> + + <groupId>org.apache.stanbol</groupId> + <artifactId>org.apache.stanbol.launchers.bundlelists.languageextras.kuromoji</artifactId> + <version>1.0.0</version> + <packaging>partialbundlelist</packaging> + + <name>Apache Stanbol Bundlelist for Language Support: Kuromoji Japanese</name> + <description> + Provides modules that bring language support for Japanese using + the Solr/Lucene kuromoji analyzer. This includes a (1) Bundle providing the + Solr Analyzer; (2) an NLP processing Engine that Tokenizes, detects + sentences, POS taggs, extracts Named Entities and Lemmatizes Japanese text + (3) an LabelTokenizer needed to match tokens of the analyzed text with + the labels of Entities in the matched vocabularies. + </description> + + <build> + <plugins> + <plugin> + <groupId>org.apache.sling</groupId> + <artifactId>maven-launchpad-plugin</artifactId> + </plugin> + </plugins> + </build> +</project>
