Modified: incubator/stanbol/trunk/rules/refactor/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/rules/refactor/pom.xml?rev=1337206&r1=1337205&r2=1337206&view=diff ============================================================================== --- incubator/stanbol/trunk/rules/refactor/pom.xml (original) +++ incubator/stanbol/trunk/rules/refactor/pom.xml Fri May 11 15:22:39 2012 @@ -1,143 +1,151 @@ <?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. --> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> + <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.apache.stanbol</groupId> - <artifactId>stanbol-parent</artifactId> - <version>0.10.0-incubating-SNAPSHOT</version> - <relativePath>../../parent</relativePath> - </parent> - - <groupId>org.apache.stanbol</groupId> - <artifactId>org.apache.stanbol.rules.refactor</artifactId> - <packaging>bundle</packaging> + <parent> + <groupId>org.apache.stanbol</groupId> + <artifactId>stanbol-parent</artifactId> + <version>0.10.0-incubating-SNAPSHOT</version> + <relativePath>../../parent</relativePath> + </parent> + + <groupId>org.apache.stanbol</groupId> + <artifactId>org.apache.stanbol.rules.refactor</artifactId> + <version>0.10.0-incubating-SNAPSHOT</version> + <packaging>bundle</packaging> - <name>Apache Stanbol Rules Refactorer</name> - <description> + <name>Apache Stanbol Rules Refactorer</name> + <description> Provides basic functionality for ontology refactoring. </description> - <inceptionYear>2010</inceptionYear> + <inceptionYear>2010</inceptionYear> - <build> - <plugins> - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - <extensions>true</extensions> - <configuration> - <instructions> - <Export-Package> - org.apache.stanbol.rules.refactor.* + <build> + <plugins> + <plugin> + <groupId>org.apache.felix</groupId> + <artifactId>maven-bundle-plugin</artifactId> + <extensions>true</extensions> + <configuration> + <instructions> + <Export-Package> + org.apache.stanbol.rules.refactor.* </Export-Package> - <Import-Package> - org.apache.xerces.*;version=2.7.1, - org.slf4j.*, - * + <Import-Package> + org.apache.xerces.*;version=2.7.1, + org.slf4j.*, + * </Import-Package> - <_nouses>true</_nouses> - </instructions> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-scr-plugin</artifactId> - </plugin> - </plugins> - </build> - - <dependencies> - - <!-- OSGi deps --> - <dependency> - <groupId>org.osgi</groupId> - <artifactId>org.osgi.core</artifactId> - </dependency> - <dependency> - <groupId>org.osgi</groupId> - <artifactId>org.osgi.compendium</artifactId> - </dependency> - <dependency> - <groupId>org.apache.felix</groupId> - <artifactId>org.apache.felix.scr.annotations</artifactId> - </dependency> - - <!-- OWL deps --> - <dependency> - <groupId>com.hp.hpl.jena</groupId> - <artifactId>arq</artifactId> - </dependency> - <dependency> - <groupId>com.hp.hpl.jena</groupId> - <artifactId>jena</artifactId> - </dependency> - - <!-- Persistence deps --> - <dependency> - <groupId>org.apache.clerezza</groupId> - <artifactId>rdf.core</artifactId> - </dependency> - <dependency> - <groupId>org.apache.clerezza</groupId> - <artifactId>rdf.jena.parser</artifactId> - </dependency> - <dependency> - <groupId>org.apache.clerezza</groupId> - <artifactId>rdf.jena.sparql</artifactId> - </dependency> + <_nouses>true</_nouses> + </instructions> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.felix</groupId> + <artifactId>maven-scr-plugin</artifactId> + </plugin> + </plugins> + </build> + + <dependencies> + <!-- Stanbol deps --> + <dependency> + <groupId>org.apache.stanbol</groupId> + <artifactId>org.apache.stanbol.commons.owl</artifactId> + <version>0.9.0-incubating</version> + </dependency> + <dependency> + <groupId>org.apache.stanbol</groupId> + <artifactId>org.apache.stanbol.rules.base</artifactId> + <version>0.10.0-incubating-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>org.apache.stanbol</groupId> + <artifactId>org.apache.stanbol.rules.manager</artifactId> + <version>0.10.0-incubating-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>org.apache.stanbol</groupId> + <artifactId>org.apache.stanbol.rules.adapters.abstract</artifactId> + <version>0.10.0-incubating-SNAPSHOT</version> + </dependency> + + <!-- OSGi deps --> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.core</artifactId> + </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.compendium</artifactId> + </dependency> + <dependency> + <groupId>org.apache.felix</groupId> + <artifactId>org.apache.felix.scr.annotations</artifactId> + </dependency> + + <!-- OWL deps --> + <dependency> + <groupId>com.hp.hpl.jena</groupId> + <artifactId>arq</artifactId> + </dependency> + <dependency> + <groupId>com.hp.hpl.jena</groupId> + <artifactId>jena</artifactId> + </dependency> + + <!-- Persistence deps --> + <dependency> + <groupId>org.apache.clerezza</groupId> + <artifactId>rdf.core</artifactId> + </dependency> + <dependency> + <groupId>org.apache.clerezza</groupId> + <artifactId>rdf.jena.parser</artifactId> + </dependency> + <dependency> + <groupId>org.apache.clerezza</groupId> + <artifactId>rdf.jena.sparql</artifactId> + </dependency> <dependency> <groupId>org.apache.clerezza</groupId> <artifactId>rdf.jena.serializer</artifactId> </dependency> - <dependency> - <groupId>org.apache.clerezza</groupId> - <artifactId>rdf.simple.storage</artifactId> - </dependency> - - <!-- Stanbol deps --> - <dependency> - <groupId>org.apache.stanbol</groupId> - <artifactId>org.apache.stanbol.commons.owl</artifactId> - </dependency> - <dependency> - <groupId>org.apache.stanbol</groupId> - <artifactId>org.apache.stanbol.rules.base</artifactId> - </dependency> - <dependency> - <groupId>org.apache.stanbol</groupId> - <artifactId>org.apache.stanbol.rules.manager</artifactId> - </dependency> - <dependency> - <groupId>org.apache.stanbol</groupId> - <artifactId>org.apache.stanbol.rules.adapters.abstract</artifactId> - <version>0.10.0-incubating-SNAPSHOT</version> - </dependency> - - - <!-- Testing deps --> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - </dependency> - <dependency> - <groupId>org.apache.stanbol</groupId> - <artifactId>org.apache.stanbol.rules.adapters.clerezza</artifactId> - <version>0.10.0-incubating-SNAPSHOT</version> - </dependency> + <dependency> + <groupId>org.apache.clerezza</groupId> + <artifactId>rdf.simple.storage</artifactId> + </dependency> + + <!-- Testing deps --> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </dependency> + <dependency> + <groupId>org.apache.stanbol</groupId> + <artifactId>org.apache.stanbol.rules.adapters.clerezza</artifactId> + <version>0.10.0-incubating-SNAPSHOT</version> + </dependency> - </dependencies> + </dependencies> </project>
Modified: incubator/stanbol/trunk/rules/web/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/rules/web/pom.xml?rev=1337206&r1=1337205&r2=1337206&view=diff ============================================================================== --- incubator/stanbol/trunk/rules/web/pom.xml (original) +++ incubator/stanbol/trunk/rules/web/pom.xml Fri May 11 15:22:39 2012 @@ -27,10 +27,12 @@ <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.rules.web</artifactId> + <version>0.10.0-incubating-SNAPSHOT</version> <packaging>bundle</packaging> - <name>Apache Stanbol Rules Web Home</name> - <description>Home page of Apache Stanbol Rules HTTP endpoints.</description> + <name>Apache Stanbol Rules Web</name> + <description>Apache Stanbol Rules HTTP endpoints.</description> + <scm> <connection> scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/rules/web @@ -85,6 +87,43 @@ </build> <dependencies> + <!-- Stanbol --> + <dependency> + <groupId>org.apache.stanbol</groupId> + <artifactId>org.apache.stanbol.commons.web.base</artifactId> + <version>0.9.0-incubating</version> + </dependency> + <dependency> + <groupId>org.apache.stanbol</groupId> + <artifactId>org.apache.stanbol.ontologymanager.ontonet</artifactId> + <version>0.9.0-incubating</version> + </dependency> + <dependency> + <groupId>org.apache.stanbol</groupId> + <artifactId>org.apache.stanbol.rules.manager</artifactId> + <version>0.10.0-incubating-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>org.apache.stanbol</groupId> + <artifactId>org.apache.stanbol.rules.refactor</artifactId> + <version>0.10.0-incubating-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>org.apache.stanbol</groupId> + <artifactId>org.apache.stanbol.rules.base</artifactId> + <version>0.10.0-incubating-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>org.apache.stanbol</groupId> + <artifactId>org.apache.stanbol.commons.owl</artifactId> + <version>0.9.0-incubating</version> + </dependency> + + <dependency> + <groupId>com.hp.hpl.jena</groupId> + <artifactId>jena</artifactId> + </dependency> + <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> @@ -138,36 +177,6 @@ <artifactId>org.apache.felix.scr.annotations</artifactId> </dependency> - <!-- Stanbol --> - <dependency> - <groupId>org.apache.stanbol</groupId> - <artifactId>org.apache.stanbol.commons.web.base</artifactId> - </dependency> - <dependency> - <groupId>org.apache.stanbol</groupId> - <artifactId>org.apache.stanbol.ontologymanager.ontonet</artifactId> - </dependency> - <dependency> - <groupId>org.apache.stanbol</groupId> - <artifactId>org.apache.stanbol.rules.manager</artifactId> - </dependency> - <dependency> - <groupId>org.apache.stanbol</groupId> - <artifactId>org.apache.stanbol.rules.refactor</artifactId> - </dependency> - <dependency> - <groupId>org.apache.stanbol</groupId> - <artifactId>org.apache.stanbol.rules.base</artifactId> - </dependency> - <dependency> - <groupId>org.apache.stanbol</groupId> - <artifactId>org.apache.stanbol.commons.owl</artifactId> - </dependency> - <dependency> - <groupId>com.hp.hpl.jena</groupId> - <artifactId>jena</artifactId> - </dependency> - <!-- Clerezza --> <dependency> <groupId>org.apache.clerezza</groupId>
