Modified: stanbol/branches/release-1.0.0-branch/commons/testing/jarexec/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/commons/testing/jarexec/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/commons/testing/jarexec/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/commons/testing/jarexec/pom.xml Wed Sep 7 17:08:45 2016 @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>6-SNAPSHOT</version> + <version>6</version> <relativePath>../../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.testing.jarexec</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>jar</packaging> <name>Apache Stanbol Commons Testing Jar Executor</name> @@ -37,12 +37,12 @@ </description> <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/commons/testing/jarexec + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/commons/testing/jarexec </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/commons/testing/jarexec + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/commons/testing/jarexec </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <dependencies>
Modified: stanbol/branches/release-1.0.0-branch/commons/testing/stanbol/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/commons/testing/stanbol/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/commons/testing/stanbol/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/commons/testing/stanbol/pom.xml Wed Sep 7 17:08:45 2016 @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>6-SNAPSHOT</version> + <version>6</version> <relativePath>../../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.testing.stanbol</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>jar</packaging> <name>Apache Stanbol Commons Testing Stanbol Utilities</name> @@ -36,12 +36,12 @@ </description> <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/commons/testing/stanbol + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/commons/testing/stanbol </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/commons/testing/stanbol + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/commons/testing/stanbol </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <dependencies> @@ -49,13 +49,13 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.testing.jarexec</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.testing.http</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <scope>compile</scope> </dependency> <dependency> @@ -72,7 +72,7 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <scope>compile</scope> - </dependency --> + </dependency --> </dependencies> </project> Modified: stanbol/branches/release-1.0.0-branch/commons/tikabundle/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/commons/tikabundle/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/commons/tikabundle/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/commons/tikabundle/pom.xml Wed Sep 7 17:08:45 2016 @@ -23,11 +23,11 @@ <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> <relativePath>../../parent</relativePath> - <version>6-SNAPSHOT</version> + <version>6</version> </parent> <artifactId>org.apache.stanbol.commons.tikabundle</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>bundle</packaging> <name>Apache Stanbol Commons Tika Bundle</name> @@ -47,12 +47,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/release-0.12/commons/tika + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/commons/tika </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/release-0.12/commons/tika + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/commons/tika </developerConnection> - <url>http://stanbol.apache.org</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0//stanbol.apache.org</url> </scm> <build> Modified: stanbol/branches/release-1.0.0-branch/commons/web/base.jersey/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/commons/web/base.jersey/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/commons/web/base.jersey/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/commons/web/base.jersey/pom.xml Wed Sep 7 17:08:45 2016 @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>6-SNAPSHOT</version> + <version>6</version> <relativePath>../../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.web.base.jersey</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>bundle</packaging> <name>Apache Stanbol Commons Web Base Jersey</name> @@ -43,12 +43,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/commons/web/base.jersey + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/commons/web/base.jersey </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/commons/web/base.jersey + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/commons/web/base.jersey </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <build> @@ -92,7 +92,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.web.base</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <!-- Jersey --> Modified: stanbol/branches/release-1.0.0-branch/commons/web/base/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/commons/web/base/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/commons/web/base/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/commons/web/base/pom.xml Wed Sep 7 17:08:45 2016 @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>6-SNAPSHOT</version> + <version>6</version> <relativePath>../../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.web.base</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>bundle</packaging> <name>Apache Stanbol Commons Web Base</name> @@ -43,12 +43,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/commons/web/base + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/commons/web/base </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/commons/web/base + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/commons/web/base </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <build> Modified: stanbol/branches/release-1.0.0-branch/commons/web/home/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/commons/web/home/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/commons/web/home/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/commons/web/home/pom.xml Wed Sep 7 17:08:45 2016 @@ -21,25 +21,25 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>6-SNAPSHOT</version> + <version>6</version> <relativePath>../../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.web.home</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>bundle</packaging> <name>Apache Stanbol Commons Web Home Page</name> <description>Home page and common stylesheets for documenting HTTP endpoints.</description> <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/commons/web/home + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/commons/web/home </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/commons/web/home + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/commons/web/home </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <build> @@ -87,7 +87,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.web.base</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> @@ -106,7 +106,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.web.viewable</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <!-- <dependency> <groupId>com.sun.jersey</groupId> Modified: stanbol/branches/release-1.0.0-branch/commons/web/rdfviewable-writer/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/commons/web/rdfviewable-writer/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/commons/web/rdfviewable-writer/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/commons/web/rdfviewable-writer/pom.xml Wed Sep 7 17:08:45 2016 @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>6-SNAPSHOT</version> + <version>6</version> <relativePath>../../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.web.rdfviewable.writer</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>bundle</packaging> <name>Apache Stanbol Commons Web Message Body Writers for RDFViewable</name> @@ -36,12 +36,12 @@ </description> <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/commons/web/rdfviewable-writer + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/commons/web/rdfviewable-writer </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/commons/web/rdfviewable-writer + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/commons/web/rdfviewable-writer </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <build> @@ -67,12 +67,12 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.web.viewable</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.ldpathtemplate</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.slf4j</groupId> @@ -93,7 +93,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.indexedgraph</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <type>jar</type> </dependency> </dependencies> Modified: stanbol/branches/release-1.0.0-branch/commons/web/resources/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/commons/web/resources/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/commons/web/resources/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/commons/web/resources/pom.xml Wed Sep 7 17:08:45 2016 @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>6-SNAPSHOT</version> + <version>6</version> <relativePath>../../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.web.resources</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>bundle</packaging> <name>Apache Stanbol Commons Web Resources</name> @@ -43,12 +43,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/commons/web/resources + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/commons/web/resources </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/commons/web/resources + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/commons/web/resources </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <build> Modified: stanbol/branches/release-1.0.0-branch/commons/web/sparql/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/commons/web/sparql/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/commons/web/sparql/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/commons/web/sparql/pom.xml Wed Sep 7 17:08:45 2016 @@ -21,25 +21,25 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>6-SNAPSHOT</version> + <version>6</version> <relativePath>../../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.web.sparql</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>bundle</packaging> <name>Apache Stanbol Commons Web SPARQL</name> <description>SPARQL HTTP endpoint for Stanbol</description> <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/commons/web/sparql + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/commons/web/sparql </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/commons/web/sparql + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/commons/web/sparql </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <build> @@ -75,14 +75,14 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.web.base</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <!-- Jersey and servlet --> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.web.viewable</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> Modified: stanbol/branches/release-1.0.0-branch/commons/web/viewable-writer/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/commons/web/viewable-writer/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/commons/web/viewable-writer/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/commons/web/viewable-writer/pom.xml Wed Sep 7 17:08:45 2016 @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>6-SNAPSHOT</version> + <version>6</version> <relativePath>../../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.web.viewable.writer</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>bundle</packaging> <name>Apache Stanbol Commons Web Template Viewable Writer</name> @@ -37,12 +37,12 @@ </description> <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/commons/web/viewable-writer + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/commons/web/viewable-writer </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/commons/web/viewable-writer + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/commons/web/viewable-writer </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <build> @@ -89,7 +89,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.web.viewable</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> </dependencies> Modified: stanbol/branches/release-1.0.0-branch/commons/web/viewable/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/commons/web/viewable/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/commons/web/viewable/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/commons/web/viewable/pom.xml Wed Sep 7 17:08:45 2016 @@ -21,25 +21,25 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>6-SNAPSHOT</version> + <version>6</version> <relativePath>../../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.web.viewable</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>bundle</packaging> <name>Apache Stanbol Commons Web Viewable</name> <description>A service providing classes and message body writer for response rendering with the viewable pattern.</description> <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/commons/web/viewable + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/commons/web/viewable </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/commons/web/viewable + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/commons/web/viewable </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <build> Modified: stanbol/branches/release-1.0.0-branch/data/defaultconfig/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/data/defaultconfig/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/data/defaultconfig/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/data/defaultconfig/pom.xml Wed Sep 7 17:08:45 2016 @@ -16,13 +16,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.parent</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <relativePath>../parent/pom.xml</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.defaultconfig</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <packaging>bundle</packaging> <name>Apache Stanbol Data Default Configuration</name> @@ -30,12 +30,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/data/defaultconfig + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/data/defaultconfig </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/data/defaultconfig + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/data/defaultconfig </developerConnection> - <url>http://stanbol.apache.org</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0//stanbol.apache.org</url> </scm> <build> Modified: stanbol/branches/release-1.0.0-branch/data/opennlp/lang/da/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/data/opennlp/lang/da/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/data/opennlp/lang/da/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/data/opennlp/lang/da/pom.xml Wed Sep 7 17:08:45 2016 @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.parent</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <relativePath>../../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.opennlp.lang.da</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <packaging>bundle</packaging> <name>Apache Stanbol Data: OpenNLP Models for Danish</name> @@ -38,12 +38,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/data/opennlp/lang/da + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/data/opennlp/lang/da </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/data/opennlp/lang/da + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/data/opennlp/lang/da </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <properties> Modified: stanbol/branches/release-1.0.0-branch/data/opennlp/lang/de/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/data/opennlp/lang/de/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/data/opennlp/lang/de/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/data/opennlp/lang/de/pom.xml Wed Sep 7 17:08:45 2016 @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.parent</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <relativePath>../../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.opennlp.lang.de</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <packaging>bundle</packaging> <name>Apache Stanbol Data: OpenNLP Models for German</name> @@ -38,12 +38,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/data/opennlp/lang/de + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/data/opennlp/lang/de </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/data/opennlp/lang/de + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/data/opennlp/lang/de </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <properties> Modified: stanbol/branches/release-1.0.0-branch/data/opennlp/lang/en/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/data/opennlp/lang/en/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/data/opennlp/lang/en/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/data/opennlp/lang/en/pom.xml Wed Sep 7 17:08:45 2016 @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.parent</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <relativePath>../../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.opennlp.lang.en</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <packaging>bundle</packaging> <name>Apache Stanbol Data: OpenNLP Models for English</name> @@ -38,12 +38,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/data/opennlp/lang/en + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/data/opennlp/lang/en </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/data/opennlp/lang/en + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/data/opennlp/lang/en </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <properties> Modified: stanbol/branches/release-1.0.0-branch/data/opennlp/lang/es/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/data/opennlp/lang/es/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/data/opennlp/lang/es/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/data/opennlp/lang/es/pom.xml Wed Sep 7 17:08:45 2016 @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.parent</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <relativePath>../../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.opennlp.lang.es</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <packaging>bundle</packaging> <name>Apache Stanbol Data: OpenNLP Models for Spanish</name> @@ -39,12 +39,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/data/opennlp/lang/es + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/data/opennlp/lang/es </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/data/opennlp/lang/es + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/data/opennlp/lang/es </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <properties> Modified: stanbol/branches/release-1.0.0-branch/data/opennlp/lang/nl/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/data/opennlp/lang/nl/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/data/opennlp/lang/nl/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/data/opennlp/lang/nl/pom.xml Wed Sep 7 17:08:45 2016 @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.parent</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <relativePath>../../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.opennlp.lang.nl</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <packaging>bundle</packaging> <name>Apache Stanbol Data: OpenNLP Models for Dutch</name> @@ -38,12 +38,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/data/opennlp/lang/nl + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/data/opennlp/lang/nl </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/data/opennlp/lang/nl + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/data/opennlp/lang/nl </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <properties> Modified: stanbol/branches/release-1.0.0-branch/data/opennlp/lang/pt/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/data/opennlp/lang/pt/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/data/opennlp/lang/pt/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/data/opennlp/lang/pt/pom.xml Wed Sep 7 17:08:45 2016 @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.parent</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <relativePath>../../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.opennlp.lang.pt</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <packaging>bundle</packaging> <name>Apache Stanbol Data: OpenNLP Models for Portuguese</name> @@ -38,12 +38,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/data/opennlp/lang/pt + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/data/opennlp/lang/pt </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/data/opennlp/lang/pt + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/data/opennlp/lang/pt </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <properties> Modified: stanbol/branches/release-1.0.0-branch/data/opennlp/lang/sv/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/data/opennlp/lang/sv/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/data/opennlp/lang/sv/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/data/opennlp/lang/sv/pom.xml Wed Sep 7 17:08:45 2016 @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.parent</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <relativePath>../../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.opennlp.lang.sv</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <packaging>bundle</packaging> <name>Apache Stanbol Data: OpenNLP Models for Swedish</name> @@ -41,12 +41,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/data/opennlp/lang/se + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/data/opennlp/lang/se </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/data/opennlp/lang/se + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/data/opennlp/lang/se </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <properties> Modified: stanbol/branches/release-1.0.0-branch/data/opennlp/ner/en/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/data/opennlp/ner/en/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/data/opennlp/ner/en/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/data/opennlp/ner/en/pom.xml Wed Sep 7 17:08:45 2016 @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.parent</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <relativePath>../../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.opennlp.ner.en</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <packaging>bundle</packaging> <name>Apache Stanbol Data: OpenNLP NER Models for English</name> @@ -39,12 +39,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/data/opennlp/ner/en + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/data/opennlp/ner/en </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/data/opennlp/ner/en + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/data/opennlp/ner/en </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <properties> Modified: stanbol/branches/release-1.0.0-branch/data/opennlp/ner/es/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/data/opennlp/ner/es/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/data/opennlp/ner/es/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/data/opennlp/ner/es/pom.xml Wed Sep 7 17:08:45 2016 @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.parent</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <relativePath>../../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.opennlp.ner.es</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <packaging>bundle</packaging> <name>Apache Stanbol Data: OpenNLP NER Models for Spanish</name> @@ -39,12 +39,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/data/opennlp/ner/es + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/data/opennlp/ner/es </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/data/opennlp/ner/es + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/data/opennlp/ner/es </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <properties> Modified: stanbol/branches/release-1.0.0-branch/data/opennlp/ner/nl/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/data/opennlp/ner/nl/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/data/opennlp/ner/nl/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/data/opennlp/ner/nl/pom.xml Wed Sep 7 17:08:45 2016 @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.parent</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <relativePath>../../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.opennlp.ner.nl</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <packaging>bundle</packaging> <name>Apache Stanbol Data: OpenNLP NER Models for Dutch</name> @@ -39,12 +39,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/data/opennlp/ner/nl + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/data/opennlp/ner/nl </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/data/opennlp/ner/nl + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/data/opennlp/ner/nl </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <properties> Modified: stanbol/branches/release-1.0.0-branch/data/parent/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/data/parent/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/data/parent/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/data/parent/pom.xml Wed Sep 7 17:08:45 2016 @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>6-SNAPSHOT</version> + <version>6</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.parent</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <packaging>pom</packaging> <name>Apache Stanbol Data Parent</name> @@ -47,12 +47,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/data/parent + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/data/parent </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/data/parent + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/data/parent </developerConnection> - <url>http://stanbol.apache.org</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0//stanbol.apache.org</url> </scm> <properties> Modified: stanbol/branches/release-1.0.0-branch/data/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/data/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/data/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/data/pom.xml Wed Sep 7 17:08:45 2016 @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>6-SNAPSHOT</version> + <version>6</version> <relativePath>../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-data</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <packaging>pom</packaging> <name>Apache Stanbol Data</name> @@ -47,12 +47,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/data + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/data </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/data + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/data </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/stanbol.apache.org</url> </scm> <modules> Modified: stanbol/branches/release-1.0.0-branch/data/registries/default/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/data/registries/default/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/data/registries/default/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/data/registries/default/pom.xml Wed Sep 7 17:08:45 2016 @@ -22,13 +22,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.parent</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.registries.default</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <packaging>bundle</packaging> <name>Apache Stanbol Data: Default ontology registries</name> @@ -40,12 +40,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/data/registries/default + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/data/registries/default </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/data/registries/default + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/data/registries/default </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <build> Modified: stanbol/branches/release-1.0.0-branch/data/sentiment/sentiwordnet/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/data/sentiment/sentiwordnet/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/data/sentiment/sentiwordnet/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/data/sentiment/sentiwordnet/pom.xml Wed Sep 7 17:08:45 2016 @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.parent</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.sentiment.sentiwordnet</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <packaging>bundle</packaging> <name>Apache Stanbol Data: SentiWordNet Models for English</name> @@ -40,12 +40,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/data/sentiment/sentiwordnet + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/data/sentiment/sentiwordnet </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/data/sentiment/sentiwordnet + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/data/sentiment/sentiwordnet </developerConnection> - <url>http://incubator.apache.org/stanbol/</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/incubator.apache.org/stanbol</url> </scm> <properties> <downloadWarning> Modified: stanbol/branches/release-1.0.0-branch/data/sentiment/sentiws/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/data/sentiment/sentiws/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/data/sentiment/sentiws/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/data/sentiment/sentiws/pom.xml Wed Sep 7 17:08:45 2016 @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.parent</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.sentiment.sentiws</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <packaging>bundle</packaging> <name>Apache Stanbol Data: SentimentWortschatz Models for German</name> @@ -43,12 +43,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/data/sentiment/sentiws + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/data/sentiment/sentiws </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/data/sentiment/sentiws + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/data/sentiment/sentiws </developerConnection> - <url>http://incubator.apache.org/stanbol/</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/incubator.apache.org/stanbol</url> </scm> <properties> <downloadWarning> Modified: stanbol/branches/release-1.0.0-branch/data/sites/dbpedia/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/data/sites/dbpedia/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/data/sites/dbpedia/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/data/sites/dbpedia/pom.xml Wed Sep 7 17:08:45 2016 @@ -22,13 +22,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.parent</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.sites.dbpedia</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <packaging>bundle</packaging> <name>Apache Stanbol Data: DBpedia.org</name> @@ -50,9 +50,9 @@ </licenses> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/data/sites/dbpedia</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/data/sites/dbpedia</developerConnection> - <url>http://stanbol.apache.org/</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/data/sites/dbpedia</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/data/sites/dbpedia</developerConnection> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <properties> @@ -120,7 +120,7 @@ --> <target> <property name="target.directory" value="${project.basedir}/downloads/resources/${dbpedia.default.index.path}" /> - <property name="index.name.old" value="${dbpedia.default.index.old}"/> + <property name="index.name.old" value="${dbpedia.default.index.old}" /> <property name="index.url" value="${dbpedia.default.index.url}" /> <echo message="copy Solr Index " /> Modified: stanbol/branches/release-1.0.0-branch/data/sites/dbpediacached/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/data/sites/dbpediacached/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/data/sites/dbpediacached/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/data/sites/dbpediacached/pom.xml Wed Sep 7 17:08:45 2016 @@ -22,13 +22,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.parent</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.data.sites.dbpedia.cached</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <packaging>bundle</packaging> <name>Apache Stanbol Data: Remote DBpedia.org with local cache</name> @@ -42,12 +42,12 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/data/sites/dbpediacached + scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/data/sites/dbpediacached </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/data/sites/dbpediacached + scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/data/sites/dbpediacached </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <build> Modified: stanbol/branches/release-1.0.0-branch/development/archetypes/enhancement-engine/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/development/archetypes/enhancement-engine/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/development/archetypes/enhancement-engine/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/development/archetypes/enhancement-engine/pom.xml Wed Sep 7 17:08:45 2016 @@ -1,70 +1,70 @@ -<?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>enhancer-engine-archetype</artifactId> - <version>1.0.0-SNAPSHOT</version> - - <packaging>maven-archetype</packaging> - - <name>Apache Stanbol Enhancer Engine Archetype</name> - - <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</version> + <relativePath>../../../parent</relativePath> + </parent> + <groupId>org.apache.stanbol</groupId> + <artifactId>enhancer-engine-archetype</artifactId> + <version>1.0.0</version> + + <packaging>maven-archetype</packaging> + + <name>Apache Stanbol Enhancer Engine Archetype</name> + + <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/branches/release-1.0.0-branch/development/archetypes/statefull-webmodule/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/development/archetypes/statefull-webmodule/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/development/archetypes/statefull-webmodule/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/development/archetypes/statefull-webmodule/pom.xml Wed Sep 7 17:08:45 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</version> + <relativePath>../../../parent</relativePath> + </parent> + + <groupId>org.apache.stanbol</groupId> + <artifactId>statefull-webmodule-archetype</artifactId> + <version>1.0.0</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/branches/release-1.0.0-branch/development/archetypes/stateless-webmodule/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/development/archetypes/stateless-webmodule/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/development/archetypes/stateless-webmodule/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/development/archetypes/stateless-webmodule/pom.xml Wed Sep 7 17:08:45 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</version> + <relativePath>../../../parent</relativePath> + </parent> + + <groupId>org.apache.stanbol</groupId> + <artifactId>stateless-webmodule-archetype</artifactId> + <version>1.0.0</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/branches/release-1.0.0-branch/enhancement-engines/celi/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/enhancement-engines/celi/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/enhancement-engines/celi/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/enhancement-engines/celi/pom.xml Wed Sep 7 17:08:45 2016 @@ -16,7 +16,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-enhancement-engines</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>..</relativePath> </parent> @@ -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/tags/apache-stanbol-1.0.0/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/tags/apache-stanbol-1.0.0/enhancement-engines/celi </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/stanbol.apache.org</url> </scm> @@ -87,18 +87,18 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <!-- STANBOL-739: adapt Lemmatizer Engine to use AnalyzedText --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.nlp</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.stanboltools.datafileprovider</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> @@ -128,7 +128,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.stanboltools.offline</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <scope>provided</scope> </dependency> @@ -136,13 +136,13 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.test</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.core</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <scope>test</scope> </dependency> <dependency><!-- for debugging enhancements --> Modified: stanbol/branches/release-1.0.0-branch/enhancement-engines/dbpedia-spotlight/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/enhancement-engines/dbpedia-spotlight/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/enhancement-engines/dbpedia-spotlight/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/enhancement-engines/dbpedia-spotlight/pom.xml Wed Sep 7 17:08:45 2016 @@ -16,13 +16,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-enhancement-engines</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.dbpspotlight</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>bundle</packaging> <name>Apache Stanbol Enhancement Engine : DBPedia Spotlight</name> @@ -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/tags/apache-stanbol-1.0.0/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/tags/apache-stanbol-1.0.0/enhancement-engines/dbpedia-spotlight-annotate </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/stanbol.apache.org</url> </scm> <build> @@ -107,13 +107,13 @@ <dependency><!-- to ensure deactivation in offline mode --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.stanboltools.offline</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> @@ -137,13 +137,13 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.test</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.core</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <scope>test</scope> </dependency> <dependency> Modified: stanbol/branches/release-1.0.0-branch/enhancement-engines/dereference/core/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/enhancement-engines/dereference/core/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/enhancement-engines/dereference/core/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/enhancement-engines/dereference/core/pom.xml Wed Sep 7 17:08:45 2016 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-enhancement-engines</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../..</relativePath> </parent> @@ -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/tags/apache-stanbol-1.0.0/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/tags/apache-stanbol-1.0.0/enhancement-engines/dereference/core </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <build> @@ -79,18 +79,18 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.stanboltools.offline</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.service</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> @@ -107,7 +107,7 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.core</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <scope>test</scope> </dependency> Modified: stanbol/branches/release-1.0.0-branch/enhancement-engines/dereference/entityhub/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/enhancement-engines/dereference/entityhub/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/enhancement-engines/dereference/entityhub/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/enhancement-engines/dereference/entityhub/pom.xml Wed Sep 7 17:08:45 2016 @@ -22,13 +22,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-enhancement-engines</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.dereference.entityhub</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>bundle</packaging> <name>Apache Stanbol Enhancement Engine : Entityhub Dereference</name> @@ -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/tags/apache-stanbol-1.0.0/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/tags/apache-stanbol-1.0.0/enhancement-engines/dereference/entityhub </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0</url> </scm> <build> @@ -79,33 +79,33 @@ <dependency> <!-- for parsing configs using namespace prefixes --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.service</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.dereference.core</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <!-- field mapping support --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.core</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <!-- ldpath support --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.ldpath</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <!-- converting Representations to RDF triples --> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.model.clerezza</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> Modified: stanbol/branches/release-1.0.0-branch/enhancement-engines/disambiguation-mlt/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/enhancement-engines/disambiguation-mlt/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/enhancement-engines/disambiguation-mlt/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/enhancement-engines/disambiguation-mlt/pom.xml Wed Sep 7 17:08:45 2016 @@ -15,19 +15,18 @@ 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> <artifactId>apache-stanbol-enhancement-engines</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>..</relativePath> </parent> <artifactId>org.apache.stanbol.enhancer.engine.disambiguation.mlt</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>bundle</packaging> <name>Apache Stanbol Enhancer Enhancement Engine : Disambiguation using Solr MLT</name> @@ -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/tags/apache-stanbol-1.0.0/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/tags/apache-stanbol-1.0.0/engines/disambiguation-mlt </developerConnection> - <url>http://incubator.apache.org/stanbol/</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/incubator.apache.org/stanbol</url> </scm> <build> @@ -75,24 +74,24 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.stanboltools.offline</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.nlp</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.felix</groupId> Modified: stanbol/branches/release-1.0.0-branch/enhancement-engines/entitycomention/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-1.0.0-branch/enhancement-engines/entitycomention/pom.xml?rev=1759644&r1=1759643&r2=1759644&view=diff ============================================================================== --- stanbol/branches/release-1.0.0-branch/enhancement-engines/entitycomention/pom.xml (original) +++ stanbol/branches/release-1.0.0-branch/enhancement-engines/entitycomention/pom.xml Wed Sep 7 17:08:45 2016 @@ -22,13 +22,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-enhancement-engines</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.entitycomention</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>bundle</packaging> <name>Apache Stanbol Enhancement Engine : Entity Co-Mention</name> @@ -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/tags/apache-stanbol-1.0.0/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/tags/apache-stanbol-1.0.0/enhancement-engines/entitycomention </developerConnection> - <url>http://stanbol.apache.org/</url> + <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/apache-stanbol-1.0.0/stanbol.apache.org</url> </scm> <build> @@ -80,13 +80,13 @@ <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.commons.namespaceprefix.service</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.enhancer.engines.entitylinking.engine</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency>
