Modified: stanbol/trunk/entityhub/model/sesame/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/model/sesame/pom.xml?rev=1759967&r1=1759966&r2=1759967&view=diff ============================================================================== --- stanbol/trunk/entityhub/model/sesame/pom.xml (original) +++ stanbol/trunk/entityhub/model/sesame/pom.xml Fri Sep 9 09:37:23 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -80,7 +80,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <!-- the sesame repository API --> <groupId>org.openrdf.sesame</groupId> @@ -95,7 +95,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.test</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> <scope>test</scope> </dependency> <!-- TODO: will need a sesame repository for testing -->
Modified: stanbol/trunk/entityhub/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/pom.xml?rev=1759967&r1=1759966&r2=1759967&view=diff ============================================================================== --- stanbol/trunk/entityhub/pom.xml (original) +++ stanbol/trunk/entityhub/pom.xml Fri Sep 9 09:37:23 2016 @@ -22,13 +22,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>7-SNAPSHOT</version> + <version>6-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Stanbol Entityhub</name> Modified: stanbol/trunk/entityhub/query/clerezza/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/query/clerezza/pom.xml?rev=1759967&r1=1759966&r2=1759967&view=diff ============================================================================== --- stanbol/trunk/entityhub/query/clerezza/pom.xml (original) +++ stanbol/trunk/entityhub/query/clerezza/pom.xml Fri Sep 9 09:37:23 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -84,22 +84,22 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.core</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <!-- generic SPARQL classes are now in this module--> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.query.sparql</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.model.clerezza</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.indexedgraph</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> Modified: stanbol/trunk/entityhub/query/sesame/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/query/sesame/pom.xml?rev=1759967&r1=1759966&r2=1759967&view=diff ============================================================================== --- stanbol/trunk/entityhub/query/sesame/pom.xml (original) +++ stanbol/trunk/entityhub/query/sesame/pom.xml Fri Sep 9 09:37:23 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -84,12 +84,12 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.model.sesame</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.query.sparql</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <!-- no tests (tested by the SesameYard tests) --> Modified: stanbol/trunk/entityhub/query/sparql/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/query/sparql/pom.xml?rev=1759967&r1=1759966&r2=1759967&view=diff ============================================================================== --- stanbol/trunk/entityhub/query/sparql/pom.xml (original) +++ stanbol/trunk/entityhub/query/sparql/pom.xml Fri Sep 9 09:37:23 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -84,7 +84,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.core</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <!-- for tests --> Modified: stanbol/trunk/entityhub/site/linkeddata/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/site/linkeddata/pom.xml?rev=1759967&r1=1759966&r2=1759967&view=diff ============================================================================== --- stanbol/trunk/entityhub/site/linkeddata/pom.xml (original) +++ stanbol/trunk/entityhub/site/linkeddata/pom.xml Fri Sep 9 09:37:23 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -83,22 +83,22 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.model.clerezza</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.query.clerezza</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.indexedgraph</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> Modified: stanbol/trunk/entityhub/site/managed/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/site/managed/pom.xml?rev=1759967&r1=1759966&r2=1759967&view=diff ============================================================================== --- stanbol/trunk/entityhub/site/managed/pom.xml (original) +++ stanbol/trunk/entityhub/site/managed/pom.xml Fri Sep 9 09:37:23 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -82,7 +82,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.core</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> <scope>provided</scope> </dependency> <!-- OSGI framework dependencies --> Modified: stanbol/trunk/entityhub/web/clerezza/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/web/clerezza/pom.xml?rev=1759967&r1=1759966&r2=1759967&view=diff ============================================================================== --- stanbol/trunk/entityhub/web/clerezza/pom.xml (original) +++ stanbol/trunk/entityhub/web/clerezza/pom.xml Fri Sep 9 09:37:23 2016 @@ -16,7 +16,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -76,12 +76,12 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.web.base</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.indexedgraph</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</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</version> + <version>1.0.0-SNAPSHOT</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</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.query.clerezza</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.ldpath</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.jersey</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </dependency> Modified: stanbol/trunk/entityhub/web/sesame/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/web/sesame/pom.xml?rev=1759967&r1=1759966&r2=1759967&view=diff ============================================================================== --- stanbol/trunk/entityhub/web/sesame/pom.xml (original) +++ stanbol/trunk/entityhub/web/sesame/pom.xml Fri Sep 9 09:37:23 2016 @@ -16,7 +16,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -78,27 +78,27 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.model.sesame</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.query.sesame</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.ldpath</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.jersey</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </dependency> Modified: stanbol/trunk/entityhub/yard/clerezza/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/yard/clerezza/pom.xml?rev=1759967&r1=1759966&r2=1759967&view=diff ============================================================================== --- stanbol/trunk/entityhub/yard/clerezza/pom.xml (original) +++ stanbol/trunk/entityhub/yard/clerezza/pom.xml Fri Sep 9 09:37:23 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -84,22 +84,22 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.core</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.model.clerezza</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.query.clerezza</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.indexedgraph</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> @@ -119,7 +119,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.test</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> <scope>test</scope> </dependency> <!-- A TC Provider is needed to run the Unit Tests of the Yard Interface. Modified: stanbol/trunk/entityhub/yard/sesame/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/yard/sesame/pom.xml?rev=1759967&r1=1759966&r2=1759967&view=diff ============================================================================== --- stanbol/trunk/entityhub/yard/sesame/pom.xml (original) +++ stanbol/trunk/entityhub/yard/sesame/pom.xml Fri Sep 9 09:37:23 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -84,17 +84,17 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.core</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.model.sesame</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.query.sesame</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</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</version> + <version>1.0.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> Modified: stanbol/trunk/entityhub/yard/solr/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/yard/solr/pom.xml?rev=1759967&r1=1759966&r2=1759967&view=diff ============================================================================== --- stanbol/trunk/entityhub/yard/solr/pom.xml (original) +++ stanbol/trunk/entityhub/yard/solr/pom.xml Fri Sep 9 09:37:23 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-entityhub</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -100,34 +100,34 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.service</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.stanboltools.datafileprovider</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</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</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <!-- provides managed Solr servers --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.solr.managed</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <!-- Stanbol Entityhub internal dependencies --> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.core</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</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</version> + <version>1.0.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> Modified: stanbol/trunk/integration-tests/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/integration-tests/pom.xml?rev=1759967&r1=1759966&r2=1759967&view=diff ============================================================================== --- stanbol/trunk/integration-tests/pom.xml (original) +++ stanbol/trunk/integration-tests/pom.xml Fri Sep 9 09:37:23 2016 @@ -15,19 +15,20 @@ 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>7-SNAPSHOT</version> + <version>6-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.integration-tests</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <packaging>jar</packaging> <name>Apache Stanbol Integration Tests</name> @@ -44,10 +45,10 @@ <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> @@ -130,33 +131,33 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.full</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.web.base</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.testing.stanbol</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.test</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.indexedgraph</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</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</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <!-- namespace prefixes mappings --> @@ -164,17 +165,17 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.service</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</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</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <!-- provides the prefix.cc mappings --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.provider.prefixcc</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> Modified: stanbol/trunk/launchers/bundlelists/defaultdata/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/defaultdata/pom.xml?rev=1759967&r1=1759966&r2=1759967&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/defaultdata/pom.xml (original) +++ stanbol/trunk/launchers/bundlelists/defaultdata/pom.xml Fri Sep 9 09:37:23 2016 @@ -1,39 +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.1-SNAPSHOT</version> - <relativePath>..</relativePath> - </parent> - - <groupId>org.apache.stanbol</groupId> - <artifactId>org.apache.stanbol.launchers.bundlelists.defaultdata</artifactId> - <version>1.1.1-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-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> + Modified: stanbol/trunk/launchers/bundlelists/enhancer-engines-restricted/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/enhancer-engines-restricted/pom.xml?rev=1759967&r1=1759966&r2=1759967&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/enhancer-engines-restricted/pom.xml (original) +++ stanbol/trunk/launchers/bundlelists/enhancer-engines-restricted/pom.xml Fri Sep 9 09:37:23 2016 @@ -1,40 +1,41 @@ -<?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.1-SNAPSHOT</version> - <relativePath>..</relativePath> - </parent> - - <artifactId>org.apache.stanbol.launchers.bundlelists.enhancer-engines-restricted</artifactId> - <version>1.0.1-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-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> + Modified: stanbol/trunk/launchers/bundlelists/enhancer/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/enhancer/pom.xml?rev=1759967&r1=1759966&r2=1759967&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/enhancer/pom.xml (original) +++ stanbol/trunk/launchers/bundlelists/enhancer/pom.xml Fri Sep 9 09:37:23 2016 @@ -1,38 +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.1-SNAPSHOT</version> - <relativePath>..</relativePath> - </parent> - - <artifactId>org.apache.stanbol.launchers.bundlelists.enhancer</artifactId> - <version>1.0.1-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-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> + Modified: stanbol/trunk/launchers/bundlelists/entityhub/clerezza/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/entityhub/clerezza/pom.xml?rev=1759967&r1=1759966&r2=1759967&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/entityhub/clerezza/pom.xml (original) +++ stanbol/trunk/launchers/bundlelists/entityhub/clerezza/pom.xml Fri Sep 9 09:37:23 2016 @@ -16,12 +16,12 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-bundlelists</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <artifactId>org.apache.stanbol.launchers.bundlelists.entityhub.clerezza</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <packaging>partialbundlelist</packaging> <name>Apache Stanbol Bundlelist for Clerezza based RDF support of the Entityhub</name> Modified: stanbol/trunk/launchers/bundlelists/entityhub/core/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/entityhub/core/pom.xml?rev=1759967&r1=1759966&r2=1759967&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/entityhub/core/pom.xml (original) +++ stanbol/trunk/launchers/bundlelists/entityhub/core/pom.xml Fri Sep 9 09:37:23 2016 @@ -16,12 +16,12 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-bundlelists</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <artifactId>org.apache.stanbol.launchers.bundlelists.entityhub.core</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <packaging>partialbundlelist</packaging> <name>Apache Stanbol Bundlelist for Entityhub</name> Modified: stanbol/trunk/launchers/bundlelists/entityhub/sesame/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/entityhub/sesame/pom.xml?rev=1759967&r1=1759966&r2=1759967&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/entityhub/sesame/pom.xml (original) +++ stanbol/trunk/launchers/bundlelists/entityhub/sesame/pom.xml Fri Sep 9 09:37:23 2016 @@ -16,12 +16,12 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-bundlelists</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <artifactId>org.apache.stanbol.launchers.bundlelists.entityhub.sesame</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <packaging>partialbundlelist</packaging> <name>Apache Stanbol Bundlelist for Sesame based RDF support of the Entityhub</name> Modified: stanbol/trunk/launchers/bundlelists/language-extras/kuromoji/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/language-extras/kuromoji/pom.xml?rev=1759967&r1=1759966&r2=1759967&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/language-extras/kuromoji/pom.xml (original) +++ stanbol/trunk/launchers/bundlelists/language-extras/kuromoji/pom.xml Fri Sep 9 09:37:23 2016 @@ -1,46 +1,47 @@ -<?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.1-SNAPSHOT</version> - <relativePath>../..</relativePath> - </parent> - - <groupId>org.apache.stanbol</groupId> - <artifactId>org.apache.stanbol.launchers.bundlelists.languageextras.kuromoji</artifactId> - <version>1.0.1-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-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> Modified: stanbol/trunk/launchers/bundlelists/language-extras/smartcn/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/language-extras/smartcn/pom.xml?rev=1759967&r1=1759966&r2=1759967&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/language-extras/smartcn/pom.xml (original) +++ stanbol/trunk/launchers/bundlelists/language-extras/smartcn/pom.xml Fri Sep 9 09:37:23 2016 @@ -1,45 +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.1-SNAPSHOT</version> - <relativePath>../..</relativePath> - </parent> - - <groupId>org.apache.stanbol</groupId> - <artifactId>org.apache.stanbol.launchers.bundlelists.languageextras.smartcn</artifactId> - <version>1.0.1-SNAPSHOT</version> - <packaging>partialbundlelist</packaging> - - <name>Apache Stanbol Bundlelist for Language Support: Smart Chinese</name> - <description> - Provides modules that allow basic language support for Chinese using - the Solr/Lucene smartcn analyzer. This includes a (1) Bundle providing the - Solr Analyzer; (2) an NLP processing Engine that detects Sentences and - Tokenizes Chinese Text and (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-SNAPSHOT</version> + <relativePath>../..</relativePath> + </parent> + + <groupId>org.apache.stanbol</groupId> + <artifactId>org.apache.stanbol.launchers.bundlelists.languageextras.smartcn</artifactId> + <version>1.0.0-SNAPSHOT</version> + <packaging>partialbundlelist</packaging> + + <name>Apache Stanbol Bundlelist for Language Support: Smart Chinese</name> + <description> + Provides modules that allow basic language support for Chinese using + the Solr/Lucene smartcn analyzer. This includes a (1) Bundle providing the + Solr Analyzer; (2) an NLP processing Engine that detects Sentences and + Tokenizes Chinese Text and (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> Modified: stanbol/trunk/launchers/bundlelists/marmotta/kiwi/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/marmotta/kiwi/pom.xml?rev=1759967&r1=1759966&r2=1759967&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/marmotta/kiwi/pom.xml (original) +++ stanbol/trunk/launchers/bundlelists/marmotta/kiwi/pom.xml Fri Sep 9 09:37:23 2016 @@ -15,12 +15,13 @@ 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>apache-stanbol-bundlelists</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> Modified: stanbol/trunk/launchers/bundlelists/ontologymanager/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/ontologymanager/pom.xml?rev=1759967&r1=1759966&r2=1759967&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/ontologymanager/pom.xml (original) +++ stanbol/trunk/launchers/bundlelists/ontologymanager/pom.xml Fri Sep 9 09:37:23 2016 @@ -1,39 +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.1-SNAPSHOT</version> - <relativePath>..</relativePath> - </parent> - - <groupId>org.apache.stanbol</groupId> - <artifactId>org.apache.stanbol.launchers.bundlelists.ontologymanager</artifactId> - <version>1.0.1-SNAPSHOT</version> - <packaging>partialbundlelist</packaging> - - <name>Apache Stanbol Bundlelist for Ontology Manager</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-SNAPSHOT</version> + <relativePath>..</relativePath> + </parent> + + <groupId>org.apache.stanbol</groupId> + <artifactId>org.apache.stanbol.launchers.bundlelists.ontologymanager</artifactId> + <version>1.0.0-SNAPSHOT</version> + <packaging>partialbundlelist</packaging> + + <name>Apache Stanbol Bundlelist for Ontology Manager</name> + + <build> + <plugins> + <plugin> + <groupId>org.apache.sling</groupId> + <artifactId>maven-launchpad-plugin</artifactId> + </plugin> + </plugins> + </build> +</project> + Modified: stanbol/trunk/launchers/bundlelists/opennlp/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/opennlp/pom.xml?rev=1759967&r1=1759966&r2=1759967&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/opennlp/pom.xml (original) +++ stanbol/trunk/launchers/bundlelists/opennlp/pom.xml Fri Sep 9 09:37:23 2016 @@ -1,41 +1,42 @@ -<?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.1-SNAPSHOT</version> - <relativePath>..</relativePath> - </parent> - - <groupId>org.apache.stanbol</groupId> - <artifactId>org.apache.stanbol.launchers.bundlelists.opennlp</artifactId> - <version>1.1.1-SNAPSHOT</version> - <packaging>partialbundlelist</packaging> - - <name>Apache Stanbol Bundlelist for OpenNLP Models</name> - <description>When added this will ensure that all language and - NER models provided by OpenNLP are included by an - Apache Stanbol launcher</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-SNAPSHOT</version> + <relativePath>..</relativePath> + </parent> + + <groupId>org.apache.stanbol</groupId> + <artifactId>org.apache.stanbol.launchers.bundlelists.opennlp</artifactId> + <version>1.1.0-SNAPSHOT</version> + <packaging>partialbundlelist</packaging> + + <name>Apache Stanbol Bundlelist for OpenNLP Models</name> + <description>When added this will ensure that all language and + NER models provided by OpenNLP are included by an + Apache Stanbol launcher</description> + + <build> + <plugins> + <plugin> + <groupId>org.apache.sling</groupId> + <artifactId>maven-launchpad-plugin</artifactId> + </plugin> + </plugins> + </build> +</project> Modified: stanbol/trunk/launchers/bundlelists/osgiframework/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/osgiframework/pom.xml?rev=1759967&r1=1759966&r2=1759967&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/osgiframework/pom.xml (original) +++ stanbol/trunk/launchers/bundlelists/osgiframework/pom.xml Fri Sep 9 09:37:23 2016 @@ -15,18 +15,19 @@ 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>apache-stanbol-bundlelists</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.osgiframework</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <packaging>partialbundlelist</packaging> <name>Apache Stanbol Bundlelist for the OSGi Framework</name> Modified: stanbol/trunk/launchers/bundlelists/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/pom.xml?rev=1759967&r1=1759966&r2=1759967&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/pom.xml (original) +++ stanbol/trunk/launchers/bundlelists/pom.xml Fri Sep 9 09:37:23 2016 @@ -15,19 +15,20 @@ 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>7-SNAPSHOT</version> + <version>6-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-bundlelists</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Stanbol Bundlelists</name> Modified: stanbol/trunk/launchers/bundlelists/reasoners/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/reasoners/pom.xml?rev=1759967&r1=1759966&r2=1759967&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/reasoners/pom.xml (original) +++ stanbol/trunk/launchers/bundlelists/reasoners/pom.xml Fri Sep 9 09:37:23 2016 @@ -1,39 +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.1-SNAPSHOT</version> - <relativePath>..</relativePath> - </parent> - - <groupId>org.apache.stanbol</groupId> - <artifactId>org.apache.stanbol.launchers.bundlelists.reasoners</artifactId> - <version>1.0.1-SNAPSHOT</version> - <packaging>partialbundlelist</packaging> - - <name>Apache Stanbol Bundlelist for Reasoners</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-SNAPSHOT</version> + <relativePath>..</relativePath> + </parent> + + <groupId>org.apache.stanbol</groupId> + <artifactId>org.apache.stanbol.launchers.bundlelists.reasoners</artifactId> + <version>1.0.0-SNAPSHOT</version> + <packaging>partialbundlelist</packaging> + + <name>Apache Stanbol Bundlelist for Reasoners</name> + + <build> + <plugins> + <plugin> + <groupId>org.apache.sling</groupId> + <artifactId>maven-launchpad-plugin</artifactId> + </plugin> + </plugins> + </build> +</project> + Modified: stanbol/trunk/launchers/bundlelists/rules/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/rules/pom.xml?rev=1759967&r1=1759966&r2=1759967&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/rules/pom.xml (original) +++ stanbol/trunk/launchers/bundlelists/rules/pom.xml Fri Sep 9 09:37:23 2016 @@ -1,44 +1,45 @@ -<?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.1-SNAPSHOT</version> - <relativePath>..</relativePath> - </parent> - - <groupId>org.apache.stanbol</groupId> - <artifactId>org.apache.stanbol.launchers.bundlelists.rules</artifactId> - <version>1.0.1-SNAPSHOT</version> - <packaging>partialbundlelist</packaging> - - <name>Apache Stanbol Bundlelist for Rules</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-SNAPSHOT</version> + <relativePath>..</relativePath> + </parent> + + <groupId>org.apache.stanbol</groupId> + <artifactId>org.apache.stanbol.launchers.bundlelists.rules</artifactId> + <version>1.0.0-SNAPSHOT</version> + <packaging>partialbundlelist</packaging> + + <name>Apache Stanbol Bundlelist for Rules</name> + + <build> + <plugins> + <plugin> + <groupId>org.apache.sling</groupId> + <artifactId>maven-launchpad-plugin</artifactId> + </plugin> + </plugins> + </build> +</project> Modified: stanbol/trunk/launchers/bundlelists/security/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/security/pom.xml?rev=1759967&r1=1759966&r2=1759967&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/security/pom.xml (original) +++ stanbol/trunk/launchers/bundlelists/security/pom.xml Fri Sep 9 09:37:23 2016 @@ -15,18 +15,19 @@ 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>7-SNAPSHOT</version> + <version>6-SNAPSHOT</version> <relativePath>../../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.security</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <packaging>partialbundlelist</packaging> <name>Apache Stanbol Bundlelist for Security</name> Modified: stanbol/trunk/launchers/bundlelists/sentimentdata/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/sentimentdata/pom.xml?rev=1759967&r1=1759966&r2=1759967&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/sentimentdata/pom.xml (original) +++ stanbol/trunk/launchers/bundlelists/sentimentdata/pom.xml Fri Sep 9 09:37:23 2016 @@ -1,42 +1,43 @@ -<?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.1-SNAPSHOT</version> - <relativePath>..</relativePath> - </parent> - - <groupId>org.apache.stanbol</groupId> - <artifactId>org.apache.stanbol.launchers.bundlelists.sentimentdata</artifactId> - <version>1.1.1-SNAPSHOT</version> - <packaging>partialbundlelist</packaging> - - <name>Apache Stanbol Bundlelist for Sentiment Data</name> - <description> - This Bundelist provides sentiment dictionaries for variouse languages. - </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-SNAPSHOT</version> + <relativePath>..</relativePath> + </parent> + + <groupId>org.apache.stanbol</groupId> + <artifactId>org.apache.stanbol.launchers.bundlelists.sentimentdata</artifactId> + <version>1.1.0-SNAPSHOT</version> + <packaging>partialbundlelist</packaging> + + <name>Apache Stanbol Bundlelist for Sentiment Data</name> + <description> + This Bundelist provides sentiment dictionaries for variouse languages. + </description> + + <build> + <plugins> + <plugin> + <groupId>org.apache.sling</groupId> + <artifactId>maven-launchpad-plugin</artifactId> + </plugin> + </plugins> + </build> +</project> + Modified: stanbol/trunk/launchers/bundlelists/stanbolcommons/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/stanbolcommons/pom.xml?rev=1759967&r1=1759966&r2=1759967&view=diff ============================================================================== --- stanbol/trunk/launchers/bundlelists/stanbolcommons/pom.xml (original) +++ stanbol/trunk/launchers/bundlelists/stanbolcommons/pom.xml Fri Sep 9 09:37:23 2016 @@ -15,18 +15,19 @@ 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>apache-stanbol-bundlelists</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.stanbolcommons</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <packaging>partialbundlelist</packaging> <name>Apache Stanbol Bundlelist for Commons Libraries</name> Modified: stanbol/trunk/launchers/full-war/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/full-war/pom.xml?rev=1759967&r1=1759966&r2=1759967&view=diff ============================================================================== --- stanbol/trunk/launchers/full-war/pom.xml (original) +++ stanbol/trunk/launchers/full-war/pom.xml Fri Sep 9 09:37:23 2016 @@ -15,18 +15,19 @@ 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>7-SNAPSHOT</version> + <version>6-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.full-war</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <packaging>war</packaging> <name>Apache Stanbol Launchers Full Launcher as WAR</name> @@ -129,7 +130,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.osgiframework</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -154,7 +155,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.stanbolcommons</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -163,7 +164,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.security</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -181,7 +182,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.defaultdata</artifactId> - <version>1.1.0</version> + <version>1.1.0-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -189,7 +190,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.opennlp</artifactId> - <version>1.1.0</version> + <version>1.1.0-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -198,7 +199,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.enhancer</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -206,7 +207,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.enhancer-engines-restricted</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -215,21 +216,21 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.entityhub.core</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.entityhub.clerezza</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.entityhub.sesame</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -237,7 +238,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.marmotta.kiwi</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -246,7 +247,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.ontologymanager</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -255,7 +256,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.rules</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -264,7 +265,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.reasoners</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -274,7 +275,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.languageextras.smartcn</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency> @@ -282,7 +283,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.languageextras.kuromoji</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> <type>partialbundlelist</type> <scope>provided</scope> </dependency>