Modified: stanbol/trunk/development/archetypes/statefull-webmodule/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/development/archetypes/statefull-webmodule/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/development/archetypes/statefull-webmodule/pom.xml (original) +++ stanbol/trunk/development/archetypes/statefull-webmodule/pom.xml Fri Sep 9 09:52:37 2016 @@ -1,74 +1,74 @@ -<?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/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.stanbol</groupId> - <artifactId>stanbol-parent</artifactId> - <version>6-SNAPSHOT</version> - <relativePath>../../../parent</relativePath> - </parent> - - <groupId>org.apache.stanbol</groupId> - <artifactId>statefull-webmodule-archetype</artifactId> - <version>1.0.0-SNAPSHOT</version> - <packaging>maven-archetype</packaging> - - <name>Apache Stanbol Statefull Webmodule Archetype</name> - <!-- don't add line breaks to the description as archetype:generate only shows one line --> - <description>Archetype for a project that accesses the entityhub, and logs queries to a persisten graph</description> - - <build> - <plugins> - <plugin> - <groupId>org.apache.rat</groupId> - <artifactId>apache-rat-plugin</artifactId> - <configuration> - <excludeSubProjects>false</excludeSubProjects> - <excludes> - <!-- - The artifact files do not contain copyright notices - as the generated skeleton shall not contain any such - notice - --> - <exclude>src/main/resources/archetype-resources/**</exclude> - </excludes> - </configuration> - </plugin> - </plugins> - <extensions> - <extension> - <groupId>org.apache.maven.archetype</groupId> - <artifactId>archetype-packaging</artifactId> - <version>2.2</version> - </extension> - </extensions> - - <pluginManagement> - <plugins> - <plugin> - <artifactId>maven-archetype-plugin</artifactId> - <version>2.2</version> - </plugin> - </plugins> - </pluginManagement> - </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/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.stanbol</groupId> + <artifactId>stanbol-parent</artifactId> + <version>6-SNAPSHOT</version> + <relativePath>../../../parent</relativePath> + </parent> + + <groupId>org.apache.stanbol</groupId> + <artifactId>statefull-webmodule-archetype</artifactId> + <version>1.0.0-SNAPSHOT</version> + <packaging>maven-archetype</packaging> + + <name>Apache Stanbol Statefull Webmodule Archetype</name> + <!-- don't add line breaks to the description as archetype:generate only shows one line --> + <description>Archetype for a project that accesses the entityhub, and logs queries to a persisten graph</description> + + <build> + <plugins> + <plugin> + <groupId>org.apache.rat</groupId> + <artifactId>apache-rat-plugin</artifactId> + <configuration> + <excludeSubProjects>false</excludeSubProjects> + <excludes> + <!-- + The artifact files do not contain copyright notices + as the generated skeleton shall not contain any such + notice + --> + <exclude>src/main/resources/archetype-resources/**</exclude> + </excludes> + </configuration> + </plugin> + </plugins> + <extensions> + <extension> + <groupId>org.apache.maven.archetype</groupId> + <artifactId>archetype-packaging</artifactId> + <version>2.2</version> + </extension> + </extensions> + + <pluginManagement> + <plugins> + <plugin> + <artifactId>maven-archetype-plugin</artifactId> + <version>2.2</version> + </plugin> + </plugins> + </pluginManagement> + </build> + +</project> +
Modified: stanbol/trunk/development/archetypes/stateless-webmodule/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/development/archetypes/stateless-webmodule/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/development/archetypes/stateless-webmodule/pom.xml (original) +++ stanbol/trunk/development/archetypes/stateless-webmodule/pom.xml Fri Sep 9 09:52:37 2016 @@ -1,75 +1,75 @@ -<?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/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.stanbol</groupId> - <artifactId>stanbol-parent</artifactId> - <version>6-SNAPSHOT</version> - <relativePath>../../../parent</relativePath> - </parent> - - <groupId>org.apache.stanbol</groupId> - <artifactId>stateless-webmodule-archetype</artifactId> - <version>1.0.0-SNAPSHOT</version> - <packaging>maven-archetype</packaging> - - <name>Apache Stanbol Stateles Webmodule Archetype</name> - - <!-- don't add line breaks to the description as archetype:generate only shows one line --> - <description>Archetype for a project that allows posting files and shows the computed enhancements.</description> - - - <build> - <extensions> - <extension> - <groupId>org.apache.maven.archetype</groupId> - <artifactId>archetype-packaging</artifactId> - <version>2.2</version> - </extension> - </extensions> - - <pluginManagement> - <plugins> - <plugin> - <artifactId>maven-archetype-plugin</artifactId> - <version>2.2</version> - </plugin> - </plugins> - </pluginManagement> - - <plugins> - <plugin> - <groupId>org.apache.rat</groupId> - <artifactId>apache-rat-plugin</artifactId> - <configuration> - <excludes> - <!-- AL20 License --> - <exclude>src/license/THIRD-PARTY.properties</exclude> - - <exclude>src/test/resources/projects/basic/goal.txt</exclude> - <exclude>src/main/resources/archetype-resources/src/main/resources/META-INF/graphs/recipes/Enhancements.ttl</exclude> - </excludes> - </configuration> - </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/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.stanbol</groupId> + <artifactId>stanbol-parent</artifactId> + <version>6-SNAPSHOT</version> + <relativePath>../../../parent</relativePath> + </parent> + + <groupId>org.apache.stanbol</groupId> + <artifactId>stateless-webmodule-archetype</artifactId> + <version>1.0.0-SNAPSHOT</version> + <packaging>maven-archetype</packaging> + + <name>Apache Stanbol Stateles Webmodule Archetype</name> + + <!-- don't add line breaks to the description as archetype:generate only shows one line --> + <description>Archetype for a project that allows posting files and shows the computed enhancements.</description> + + + <build> + <extensions> + <extension> + <groupId>org.apache.maven.archetype</groupId> + <artifactId>archetype-packaging</artifactId> + <version>2.2</version> + </extension> + </extensions> + + <pluginManagement> + <plugins> + <plugin> + <artifactId>maven-archetype-plugin</artifactId> + <version>2.2</version> + </plugin> + </plugins> + </pluginManagement> + + <plugins> + <plugin> + <groupId>org.apache.rat</groupId> + <artifactId>apache-rat-plugin</artifactId> + <configuration> + <excludes> + <!-- AL20 License --> + <exclude>src/license/THIRD-PARTY.properties</exclude> + + <exclude>src/test/resources/projects/basic/goal.txt</exclude> + <exclude>src/main/resources/archetype-resources/src/main/resources/META-INF/graphs/recipes/Enhancements.ttl</exclude> + </excludes> + </configuration> + </plugin> + + </plugins> + </build> + +</project> Modified: stanbol/trunk/enhancement-engines/celi/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/celi/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/celi/pom.xml (original) +++ stanbol/trunk/enhancement-engines/celi/pom.xml Fri Sep 9 09:52:37 2016 @@ -30,12 +30,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/celi + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/celi </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/celi + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/celi </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch/stanbol.apache.org</url> </scm> Modified: stanbol/trunk/enhancement-engines/dbpedia-spotlight/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/dbpedia-spotlight/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/dbpedia-spotlight/pom.xml (original) +++ stanbol/trunk/enhancement-engines/dbpedia-spotlight/pom.xml Fri Sep 9 09:52:37 2016 @@ -42,12 +42,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/dbpedia-spotlight-annotate + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/dbpedia-spotlight-annotate </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/dbpedia-spotlight-annotate + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/dbpedia-spotlight-annotate </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch/stanbol.apache.org</url> </scm> <build> Modified: stanbol/trunk/enhancement-engines/dereference/core/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/dereference/core/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/dereference/core/pom.xml (original) +++ stanbol/trunk/enhancement-engines/dereference/core/pom.xml Fri Sep 9 09:52:37 2016 @@ -39,12 +39,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/dereference/core/ + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/dereference/core </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/dereference/core/ + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/dereference/core </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch</url> </scm> <build> Modified: stanbol/trunk/enhancement-engines/dereference/entityhub/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/dereference/entityhub/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/dereference/entityhub/pom.xml (original) +++ stanbol/trunk/enhancement-engines/dereference/entityhub/pom.xml Fri Sep 9 09:52:37 2016 @@ -41,12 +41,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/dereference/entityhub + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/dereference/entityhub </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/dereference/entityhub + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/dereference/entityhub </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch</url> </scm> <build> Modified: stanbol/trunk/enhancement-engines/disambiguation-mlt/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/disambiguation-mlt/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/disambiguation-mlt/pom.xml (original) +++ stanbol/trunk/enhancement-engines/disambiguation-mlt/pom.xml Fri Sep 9 09:52:37 2016 @@ -15,8 +15,7 @@ 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/xsd/maven-4.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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -40,12 +39,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancer/engines/disambiguation-mlt/ + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/engines/disambiguation-mlt </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancer/engines/disambiguation-mlt/ + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/engines/disambiguation-mlt </developerConnection> - <url>http://incubator.apache.org/stanbol/</url> + <url>http://incubator.apache.org/stanbol/branches/apache-stanbol-1.0.0-branch/incubator.apache.org/stanbol</url> </scm> <build> Modified: stanbol/trunk/enhancement-engines/entitycomention/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/entitycomention/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/entitycomention/pom.xml (original) +++ stanbol/trunk/enhancement-engines/entitycomention/pom.xml Fri Sep 9 09:52:37 2016 @@ -42,12 +42,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/entitycomention/ + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/entitycomention </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/entitycomention/ + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/entitycomention </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch/stanbol.apache.org</url> </scm> <build> Modified: stanbol/trunk/enhancement-engines/entitycoreference/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/entitycoreference/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/entitycoreference/pom.xml (original) +++ stanbol/trunk/enhancement-engines/entitycoreference/pom.xml Fri Sep 9 09:52:37 2016 @@ -41,12 +41,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/entitycoreference/ + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/entitycoreference </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/entitycoreference/ + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/entitycoreference </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch/stanbol.apache.org</url> </scm> <build> Modified: stanbol/trunk/enhancement-engines/entityhublinking/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/entityhublinking/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/entityhublinking/pom.xml (original) +++ stanbol/trunk/enhancement-engines/entityhublinking/pom.xml Fri Sep 9 09:52:37 2016 @@ -42,12 +42,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/entityhublinking/ + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/entityhublinking </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/entityhublinking/ + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/entityhublinking </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch/stanbol.apache.org</url> </scm> <build> Modified: stanbol/trunk/enhancement-engines/entitylinking/engine/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/entitylinking/engine/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/entitylinking/engine/pom.xml (original) +++ stanbol/trunk/enhancement-engines/entitylinking/engine/pom.xml Fri Sep 9 09:52:37 2016 @@ -41,12 +41,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/entitylinking/ + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/trunk/enhancement-engines/entitylinking </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/entitylinking/ + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/trunk/enhancement-engines/entitylinking </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch</url> </scm> <build> Modified: stanbol/trunk/enhancement-engines/entitylinking/labeltokenizer-kuromoji/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/entitylinking/labeltokenizer-kuromoji/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/entitylinking/labeltokenizer-kuromoji/pom.xml (original) +++ stanbol/trunk/enhancement-engines/entitylinking/labeltokenizer-kuromoji/pom.xml Fri Sep 9 09:52:37 2016 @@ -39,12 +39,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/STANBOL-913/entityhublinking/labeltokenizer-kuromoji + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/STANBOL-913/entityhublinking/labeltokenizer-kuromoji </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/STANBOL-913/entityhublinking/labeltokenizer-kuromoji + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/STANBOL-913/entityhublinking/labeltokenizer-kuromoji </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch</url> </scm> <build> Modified: stanbol/trunk/enhancement-engines/entitylinking/labeltokenizer-lucene/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/entitylinking/labeltokenizer-lucene/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/entitylinking/labeltokenizer-lucene/pom.xml (original) +++ stanbol/trunk/enhancement-engines/entitylinking/labeltokenizer-lucene/pom.xml Fri Sep 9 09:52:37 2016 @@ -38,12 +38,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/entityhublinking/lucene-labeltokenizer + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/entityhublinking/lucene-labeltokenizer </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/entityhublinking/lucene-labeltokenizer + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/entityhublinking/lucene-labeltokenizer </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch</url> </scm> <build> Modified: stanbol/trunk/enhancement-engines/entitylinking/labeltokenizer-opennlp/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/entitylinking/labeltokenizer-opennlp/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/entitylinking/labeltokenizer-opennlp/pom.xml (original) +++ stanbol/trunk/enhancement-engines/entitylinking/labeltokenizer-opennlp/pom.xml Fri Sep 9 09:52:37 2016 @@ -38,12 +38,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/entitylinking/labeltokenizer-opennlp + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/entitylinking/labeltokenizer-opennlp </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/entitylinking/labeltokenizer-opennlp + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/entitylinking/labeltokenizer-opennlp </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch</url> </scm> <build> Modified: stanbol/trunk/enhancement-engines/entitylinking/labeltokenizer-smartcn/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/entitylinking/labeltokenizer-smartcn/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/entitylinking/labeltokenizer-smartcn/pom.xml (original) +++ stanbol/trunk/enhancement-engines/entitylinking/labeltokenizer-smartcn/pom.xml Fri Sep 9 09:52:37 2016 @@ -39,12 +39,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/entityhublinking/labeltokenizer-smartcn + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/entityhublinking/labeltokenizer-smartcn </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/entityhublinking/labeltokenizer-smartcn + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/entityhublinking/labeltokenizer-smartcn </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch</url> </scm> <build> Modified: stanbol/trunk/enhancement-engines/entitylinking/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/entitylinking/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/entitylinking/pom.xml (original) +++ stanbol/trunk/enhancement-engines/entitylinking/pom.xml Fri Sep 9 09:52:37 2016 @@ -39,12 +39,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/STANBOL-913/entitylinking + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/STANBOL-913/entitylinking </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/STANBOL-913/entitylinking + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/STANBOL-913/entitylinking </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch/stanbol.apache.org</url> </scm> <modules> Modified: stanbol/trunk/enhancement-engines/entitytagging/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/entitytagging/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/entitytagging/pom.xml (original) +++ stanbol/trunk/enhancement-engines/entitytagging/pom.xml Fri Sep 9 09:52:37 2016 @@ -43,12 +43,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/entitytagging/ + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/entitytagging </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/entitytagging/ + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/entitytagging </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch/stanbol.apache.org</url> </scm> <build> @@ -153,7 +153,7 @@ <artifactId>org.apache.stanbol.entityhub.core</artifactId> <version>1.0.0-SNAPSHOT</version> <scope>test</scope> - </dependency --> + </dependency --> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.yard.solr</artifactId> Modified: stanbol/trunk/enhancement-engines/geonames/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/geonames/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/geonames/pom.xml (original) +++ stanbol/trunk/enhancement-engines/geonames/pom.xml Fri Sep 9 09:52:37 2016 @@ -41,12 +41,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/geonames/ + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/geonames </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/geonames/ + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/geonames </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch/stanbol.apache.org</url> </scm> <build> Modified: stanbol/trunk/enhancement-engines/htmlextractor/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/htmlextractor/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/htmlextractor/pom.xml (original) +++ stanbol/trunk/enhancement-engines/htmlextractor/pom.xml Fri Sep 9 09:52:37 2016 @@ -37,12 +37,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/htmlextractor/ + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/htmlextractor </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/htmlextractor/ + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/htmlextractor </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch/stanbol.apache.org</url> </scm> <build> <plugins> Modified: stanbol/trunk/enhancement-engines/keywordextraction/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/keywordextraction/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/keywordextraction/pom.xml (original) +++ stanbol/trunk/enhancement-engines/keywordextraction/pom.xml Fri Sep 9 09:52:37 2016 @@ -43,12 +43,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/keywordextraction/ + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/keywordextraction </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/keywordextraction/ + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/keywordextraction </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch/stanbol.apache.org</url> </scm> <build> Modified: stanbol/trunk/enhancement-engines/kuromoji-nlp/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/kuromoji-nlp/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/kuromoji-nlp/pom.xml (original) +++ stanbol/trunk/enhancement-engines/kuromoji-nlp/pom.xml Fri Sep 9 09:52:37 2016 @@ -31,12 +31,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/kuromoji-nlp + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/kuromoji-nlp </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/kuromoji-nlp + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/kuromoji-nlp </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch/stanbol.apache.org</url> </scm> <build> Modified: stanbol/trunk/enhancement-engines/langdetect/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/langdetect/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/langdetect/pom.xml (original) +++ stanbol/trunk/enhancement-engines/langdetect/pom.xml Fri Sep 9 09:52:37 2016 @@ -39,12 +39,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/langdetect/ + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/langdetect </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/langdetect/ + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/langdetect </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch/stanbol.apache.org</url> </scm> <build> Modified: stanbol/trunk/enhancement-engines/langid/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/langid/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/langid/pom.xml (original) +++ stanbol/trunk/enhancement-engines/langid/pom.xml Fri Sep 9 09:52:37 2016 @@ -41,12 +41,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/langid/ + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/langid </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/langid/ + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/langid </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch/stanbol.apache.org</url> </scm> <build> Modified: stanbol/trunk/enhancement-engines/lucenefstlinking/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/lucenefstlinking/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/lucenefstlinking/pom.xml (original) +++ stanbol/trunk/enhancement-engines/lucenefstlinking/pom.xml Fri Sep 9 09:52:37 2016 @@ -44,12 +44,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/lucenefstlinking/ + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/lucenefstlinking </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/lucenefstlinking/ + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/lucenefstlinking </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch/stanbol.apache.org</url> </scm> <build> Modified: stanbol/trunk/enhancement-engines/nlp2rdf/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/nlp2rdf/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/nlp2rdf/pom.xml (original) +++ stanbol/trunk/enhancement-engines/nlp2rdf/pom.xml Fri Sep 9 09:52:37 2016 @@ -37,12 +37,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/nlp2rdf/ + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/nlp2rdf </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/nlp2rdf/ + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/nlp2rdf </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch/stanbol.apache.org</url> </scm> <build> Modified: stanbol/trunk/enhancement-engines/opencalais/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/opencalais/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/opencalais/pom.xml (original) +++ stanbol/trunk/enhancement-engines/opencalais/pom.xml Fri Sep 9 09:52:37 2016 @@ -38,12 +38,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/opencalais/ + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/opencalais </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/opencalais/ + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/opencalais </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch/stanbol.apache.org</url> </scm> <build> Modified: stanbol/trunk/enhancement-engines/opennlp/opennlp-chunker/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/opennlp/opennlp-chunker/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/opennlp/opennlp-chunker/pom.xml (original) +++ stanbol/trunk/enhancement-engines/opennlp/opennlp-chunker/pom.xml Fri Sep 9 09:52:37 2016 @@ -33,12 +33,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/opennlp/opennlp-chunker + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/opennlp/opennlp-chunker </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/opennlp/opennlp-chunker + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/opennlp/opennlp-chunker </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch</url> </scm> <properties> Modified: stanbol/trunk/enhancement-engines/opennlp/opennlp-ner/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/opennlp/opennlp-ner/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/opennlp/opennlp-ner/pom.xml (original) +++ stanbol/trunk/enhancement-engines/opennlp/opennlp-ner/pom.xml Fri Sep 9 09:52:37 2016 @@ -35,12 +35,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/opennlp/opennlp-ner/ + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/opennlp/opennlp-ner </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/opennlp/opennlp-ner/ + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/opennlp/opennlp-ner </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch</url> </scm> <build> Modified: stanbol/trunk/enhancement-engines/opennlp/opennlp-pos/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/opennlp/opennlp-pos/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/opennlp/opennlp-pos/pom.xml (original) +++ stanbol/trunk/enhancement-engines/opennlp/opennlp-pos/pom.xml Fri Sep 9 09:52:37 2016 @@ -29,12 +29,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/opennlp/opennlp-pos/ + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/opennlp/opennlp-pos </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/opennlp/opennlp-pos/ + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/opennlp/opennlp-pos </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch</url> </scm> <build> Modified: stanbol/trunk/enhancement-engines/opennlp/opennlp-sentence/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/opennlp/opennlp-sentence/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/opennlp/opennlp-sentence/pom.xml (original) +++ stanbol/trunk/enhancement-engines/opennlp/opennlp-sentence/pom.xml Fri Sep 9 09:52:37 2016 @@ -30,12 +30,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/opennlp/opennlp-sentence/ + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/opennlp/opennlp-sentence </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/opennlp/opennlp-sentence/ + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/opennlp/opennlp-sentence </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch</url> </scm> <build> Modified: stanbol/trunk/enhancement-engines/opennlp/opennlp-token/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/opennlp/opennlp-token/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/opennlp/opennlp-token/pom.xml (original) +++ stanbol/trunk/enhancement-engines/opennlp/opennlp-token/pom.xml Fri Sep 9 09:52:37 2016 @@ -32,12 +32,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/opennlp/opennlp-token/ + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/opennlp/opennlp-token </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/opennlp/opennlp-token/ + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/opennlp/opennlp-token </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch</url> </scm> <build> Modified: stanbol/trunk/enhancement-engines/opennlp/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/opennlp/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/opennlp/pom.xml (original) +++ stanbol/trunk/enhancement-engines/opennlp/pom.xml Fri Sep 9 09:52:37 2016 @@ -39,12 +39,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/STANBOL-913/opennlp + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/STANBOL-913/opennlp </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/STANBOL-913/opennlp + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/STANBOL-913/opennlp </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch/stanbol.apache.org</url> </scm> <modules> Modified: stanbol/trunk/enhancement-engines/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/pom.xml (original) +++ stanbol/trunk/enhancement-engines/pom.xml Fri Sep 9 09:52:37 2016 @@ -38,12 +38,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch/stanbol.apache.org</url> </scm> <modules> Modified: stanbol/trunk/enhancement-engines/pos-chunker/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/pos-chunker/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/pos-chunker/pom.xml (original) +++ stanbol/trunk/enhancement-engines/pos-chunker/pom.xml Fri Sep 9 09:52:37 2016 @@ -31,12 +31,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/opennlp/pos-chunker + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/opennlp/pos-chunker </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/opennlp/pos-chunker + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/opennlp/pos-chunker </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch/stanbol.apache.org</url> </scm> <properties> Modified: stanbol/trunk/enhancement-engines/refactor/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/refactor/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/refactor/pom.xml (original) +++ stanbol/trunk/enhancement-engines/refactor/pom.xml Fri Sep 9 09:52:37 2016 @@ -16,8 +16,7 @@ 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> @@ -41,12 +40,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/geonames/ + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/geonames </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/geonames/ + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/geonames </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch/stanbol.apache.org</url> </scm> <build> Modified: stanbol/trunk/enhancement-engines/restful-langident/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/restful-langident/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/restful-langident/pom.xml (original) +++ stanbol/trunk/enhancement-engines/restful-langident/pom.xml Fri Sep 9 09:52:37 2016 @@ -32,12 +32,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/restful-langidnet/ + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/restful-langidnet </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/restful-langident/ + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/restful-langident </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch/stanbol.apache.org</url> </scm> <build> Modified: stanbol/trunk/enhancement-engines/restful-nlp/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/restful-nlp/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/restful-nlp/pom.xml (original) +++ stanbol/trunk/enhancement-engines/restful-nlp/pom.xml Fri Sep 9 09:52:37 2016 @@ -33,12 +33,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/restful-nlp/ + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/restful-nlp </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/restful-nlp/ + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/restful-nlp </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch/stanbol.apache.org</url> </scm> <build> Modified: stanbol/trunk/enhancement-engines/sentiment-summarization/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/sentiment-summarization/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/sentiment-summarization/pom.xml (original) +++ stanbol/trunk/enhancement-engines/sentiment-summarization/pom.xml Fri Sep 9 09:52:37 2016 @@ -34,12 +34,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/sentiment-summarization/ + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/sentiment-summarization </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/sentiment-summarization/ + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/sentiment-summarization </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch/stanbol.apache.org</url> </scm> <build> Modified: stanbol/trunk/enhancement-engines/sentiment-wordclassifier/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/sentiment-wordclassifier/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/sentiment-wordclassifier/pom.xml (original) +++ stanbol/trunk/enhancement-engines/sentiment-wordclassifier/pom.xml Fri Sep 9 09:52:37 2016 @@ -43,12 +43,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/sentiment-wordclassifier/ + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/sentiment-wordclassifier </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/sentiment-wordclassifier/ + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/sentiment-wordclassifier </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch/stanbol.apache.org</url> </scm> <properties> Modified: stanbol/trunk/enhancement-engines/smartcn-token/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/smartcn-token/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/smartcn-token/pom.xml (original) +++ stanbol/trunk/enhancement-engines/smartcn-token/pom.xml Fri Sep 9 09:52:37 2016 @@ -32,12 +32,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/smartcn-token/ + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/smartcn-token </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/smartcn-token/ + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/smartcn-token </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch/stanbol.apache.org</url> </scm> <build> Modified: stanbol/trunk/enhancement-engines/textannotationnewmodel/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/textannotationnewmodel/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/textannotationnewmodel/pom.xml (original) +++ stanbol/trunk/enhancement-engines/textannotationnewmodel/pom.xml Fri Sep 9 09:52:37 2016 @@ -15,9 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" - xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.stanbol</groupId> @@ -37,12 +35,12 @@ </description> <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/textannotationnewmodel/ + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/textannotationnewmodel </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/textannotationnewmodel/ + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/textannotationnewmodel </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch/stanbol.apache.org</url> </scm> Modified: stanbol/trunk/enhancement-engines/tika/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/tika/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/tika/pom.xml (original) +++ stanbol/trunk/enhancement-engines/tika/pom.xml Fri Sep 9 09:52:37 2016 @@ -40,12 +40,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/tika/ + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/tika </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/tika/ + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/tika </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch/stanbol.apache.org</url> </scm> <build> Modified: stanbol/trunk/enhancement-engines/topic/api/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/topic/api/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/topic/api/pom.xml (original) +++ stanbol/trunk/enhancement-engines/topic/api/pom.xml Fri Sep 9 09:52:37 2016 @@ -15,9 +15,7 @@ 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/xsd/maven-4.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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> @@ -47,12 +45,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/topic/engine/ + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/topic/engine </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/topic/engine/ + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/topic/engine </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch</url> </scm> <build> Modified: stanbol/trunk/enhancement-engines/topic/engine/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/topic/engine/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/topic/engine/pom.xml (original) +++ stanbol/trunk/enhancement-engines/topic/engine/pom.xml Fri Sep 9 09:52:37 2016 @@ -40,12 +40,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/topic/engine/ + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/topic/engine </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/topic/engine/ + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/topic/engine </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch</url> </scm> <build> @@ -66,7 +66,7 @@ org.apache.stanbol.enhancer.topic.api.*; provide:=true; version="[0.10.1,1.1)", * </Import-Package> - <Export-Package></Export-Package> + <Export-Package /> <Private-Package> org.apache.stanbol.enhancer.topic, org.apache.stanbol.enhancer.engine.topic, Modified: stanbol/trunk/enhancement-engines/topic/web/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/topic/web/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/topic/web/pom.xml (original) +++ stanbol/trunk/enhancement-engines/topic/web/pom.xml Fri Sep 9 09:52:37 2016 @@ -41,12 +41,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/topic/web/ + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/topic/web </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engine/topic/web/ + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engine/topic/web </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch</url> </scm> <build> Modified: stanbol/trunk/enhancement-engines/uima/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/uima/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/uima/pom.xml (original) +++ stanbol/trunk/enhancement-engines/uima/pom.xml Fri Sep 9 09:52:37 2016 @@ -15,8 +15,7 @@ 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> @@ -41,12 +40,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/uima + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/uima </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/uima + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/uima </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch/stanbol.apache.org</url> </scm> <modules> Modified: stanbol/trunk/enhancement-engines/uima/uimalocal-template/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/uima/uimalocal-template/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/uima/uimalocal-template/pom.xml (original) +++ stanbol/trunk/enhancement-engines/uima/uimalocal-template/pom.xml Fri Sep 9 09:52:37 2016 @@ -31,12 +31,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/uima/uimalocal-template + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/uima/uimalocal-template </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/uima/uimalocal-template + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/uima/uimalocal-template </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch</url> </scm> <build> Modified: stanbol/trunk/enhancement-engines/uima/uimaremote/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/uima/uimaremote/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/uima/uimaremote/pom.xml (original) +++ stanbol/trunk/enhancement-engines/uima/uimaremote/pom.xml Fri Sep 9 09:52:37 2016 @@ -31,12 +31,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/uima/uimaremote + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/uima/uimaremote </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/uima/uimaremote + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/uima/uimaremote </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch</url> </scm> <build> Modified: stanbol/trunk/enhancement-engines/uima/uimatotriples/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/uima/uimatotriples/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/uima/uimatotriples/pom.xml (original) +++ stanbol/trunk/enhancement-engines/uima/uimatotriples/pom.xml Fri Sep 9 09:52:37 2016 @@ -31,12 +31,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/uima/uimatotriple + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/uima/uimatotriple </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/uima/uimatotriple + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/uima/uimatotriple </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch</url> </scm> <build> Modified: stanbol/trunk/enhancement-engines/xmpextractor/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/xmpextractor/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/xmpextractor/pom.xml (original) +++ stanbol/trunk/enhancement-engines/xmpextractor/pom.xml Fri Sep 9 09:52:37 2016 @@ -36,12 +36,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/xmpextractor/ + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/xmpextractor </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/xmpextractor/ + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/xmpextractor </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch/stanbol.apache.org</url> </scm> <build> <plugins> Modified: stanbol/trunk/enhancement-engines/zemanta/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/zemanta/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancement-engines/zemanta/pom.xml (original) +++ stanbol/trunk/enhancement-engines/zemanta/pom.xml Fri Sep 9 09:52:37 2016 @@ -37,12 +37,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/zemanta/ + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/zemanta </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancement-engines/zemanta/ + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancement-engines/zemanta </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch/stanbol.apache.org</url> </scm> <build> Modified: stanbol/trunk/enhancer/benchmark/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancer/benchmark/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancer/benchmark/pom.xml (original) +++ stanbol/trunk/enhancer/benchmark/pom.xml Fri Sep 9 09:52:37 2016 @@ -31,12 +31,12 @@ <name>Apache Stanbol Enhancer Benchmark</name> <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancer/benchmark/ + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/benchmark </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancer/benchmark/ + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/benchmark </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch/stanbol.apache.org</url> </scm> <build> @@ -77,7 +77,7 @@ </Private-Package> <!-- TODO velocity should be in its own bundle --> <!-- Embed-Dependency>velocity,velocity-tools</Embed-Dependency> - <Embed-Transitive>false</Embed-Transitive --> + <Embed-Transitive>false</Embed-Transitive --> </instructions> </configuration> </plugin> Modified: stanbol/trunk/enhancer/chain/allactive/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancer/chain/allactive/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancer/chain/allactive/pom.xml (original) +++ stanbol/trunk/enhancer/chain/allactive/pom.xml Fri Sep 9 09:52:37 2016 @@ -15,8 +15,7 @@ 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> @@ -39,12 +38,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancer/chain/allactive/ + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/chain/allactive </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancer/chain/allactive/ + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/chain/allactive </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch</url> </scm> <build> Modified: stanbol/trunk/enhancer/chain/graph/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancer/chain/graph/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancer/chain/graph/pom.xml (original) +++ stanbol/trunk/enhancer/chain/graph/pom.xml Fri Sep 9 09:52:37 2016 @@ -15,8 +15,7 @@ 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> @@ -40,12 +39,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancer/chain/graph/ + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/chain/graph </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancer/chain/graph/ + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/chain/graph </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch</url> </scm> <build> Modified: stanbol/trunk/enhancer/chain/list/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancer/chain/list/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancer/chain/list/pom.xml (original) +++ stanbol/trunk/enhancer/chain/list/pom.xml Fri Sep 9 09:52:37 2016 @@ -15,8 +15,7 @@ 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> @@ -40,12 +39,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancer/chian/list + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/chian/list </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancer/chain/list + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/chain/list </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch</url> </scm> <build> Modified: stanbol/trunk/enhancer/chain/weighted/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancer/chain/weighted/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancer/chain/weighted/pom.xml (original) +++ stanbol/trunk/enhancer/chain/weighted/pom.xml Fri Sep 9 09:52:37 2016 @@ -15,8 +15,7 @@ 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> @@ -41,12 +40,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancer/chian/weighted + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/chian/weighted </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancer/chain/weighted + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/chain/weighted </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch</url> </scm> <build> Modified: stanbol/trunk/enhancer/defaults/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancer/defaults/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancer/defaults/pom.xml (original) +++ stanbol/trunk/enhancer/defaults/pom.xml Fri Sep 9 09:52:37 2016 @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project> +<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> @@ -32,12 +32,12 @@ <description>This provides the default configuration for the Enhancer. This bundle can be removed by users that want/need to provide their own configuration conflicting with the defaults.</description> <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancer/defaults + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/defaults </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancer/defaults + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/defaults </developerConnection> - <url>http://stanbol.apache.org</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch//stanbol.apache.org</url> </scm> <build> Modified: stanbol/trunk/enhancer/generic/core/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancer/generic/core/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancer/generic/core/pom.xml (original) +++ stanbol/trunk/enhancer/generic/core/pom.xml Fri Sep 9 09:52:37 2016 @@ -15,8 +15,7 @@ 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> @@ -37,12 +36,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancer/generic/core/ + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/generic/core </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancer/generic/core/ + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/generic/core </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch</url> </scm> <build> Modified: stanbol/trunk/enhancer/generic/nlp-json/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancer/generic/nlp-json/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancer/generic/nlp-json/pom.xml (original) +++ stanbol/trunk/enhancer/generic/nlp-json/pom.xml Fri Sep 9 09:52:37 2016 @@ -15,8 +15,7 @@ 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/xsd/maven-4.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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.stanbol</groupId> @@ -34,12 +33,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancer/generic/nlp-json/ + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/generic/nlp-json </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancer/generic/nlp-json/ + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/generic/nlp-json </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch</url> </scm> <build> Modified: stanbol/trunk/enhancer/generic/nlp/pom.xml URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancer/generic/nlp/pom.xml?rev=1759974&r1=1759973&r2=1759974&view=diff ============================================================================== --- stanbol/trunk/enhancer/generic/nlp/pom.xml (original) +++ stanbol/trunk/enhancer/generic/nlp/pom.xml Fri Sep 9 09:52:37 2016 @@ -15,8 +15,7 @@ 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/xsd/maven-4.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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.stanbol</groupId> @@ -36,12 +35,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/enhancer/generic/nlp/ + scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/generic/nlp </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/enhancer/generic/nlp/ + scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/apache-stanbol-1.0.0-branch/enhancer/generic/nlp </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>http://stanbol.apache.org/branches/apache-stanbol-1.0.0-branch</url> </scm> <build>
