Modified: stanbol/branches/release-0.12/ontologymanager/web/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/ontologymanager/web/pom.xml?rev=1571151&r1=1571150&r2=1571151&view=diff ============================================================================== --- stanbol/branches/release-0.12/ontologymanager/web/pom.xml (original) +++ stanbol/branches/release-0.12/ontologymanager/web/pom.xml Mon Feb 24 05:27:32 2014 @@ -21,12 +21,12 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>4</version> + <version>4.1-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <artifactId>org.apache.stanbol.ontologymanager.web</artifactId> - <version>0.12.0</version> + <version>0.12.1-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Ontology Manager : Web</name>
Modified: stanbol/branches/release-0.12/parent/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/parent/pom.xml?rev=1571151&r1=1571150&r2=1571151&view=diff ============================================================================== --- stanbol/branches/release-0.12/parent/pom.xml (original) +++ stanbol/branches/release-0.12/parent/pom.xml Mon Feb 24 05:27:32 2014 @@ -29,7 +29,7 @@ <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> <packaging>pom</packaging> - <version>4</version> + <version>4.1-SNAPSHOT</version> <name>Apache Stanbol Parent</name> <description>Parent POM for the Apache Stanbol project</description> @@ -694,6 +694,12 @@ <artifactId>sesame-repository-sail</artifactId> <version>${sesame-version}</version> </dependency> + <dependency> + <groupId>org.openrdf.sesame</groupId> + <artifactId>sesame-rio-api</artifactId> + <version>${sesame-version}</version> + </dependency> + <!-- Commons --> <dependency> <groupId>commons-io</groupId> Modified: stanbol/branches/release-0.12/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/pom.xml?rev=1571151&r1=1571150&r2=1571151&view=diff ============================================================================== --- stanbol/branches/release-0.12/pom.xml (original) +++ stanbol/branches/release-0.12/pom.xml Mon Feb 24 05:27:32 2014 @@ -15,20 +15,19 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>4</version> + <version>4.1-SNAPSHOT</version> <relativePath>parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-reactor</artifactId> - <version>0.12.0</version> + <version>0.12.1-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Stanbol Reactor</name> Modified: stanbol/branches/release-0.12/reasoners/jena/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/reasoners/jena/pom.xml?rev=1571151&r1=1571150&r2=1571151&view=diff ============================================================================== --- stanbol/branches/release-0.12/reasoners/jena/pom.xml (original) +++ stanbol/branches/release-0.12/reasoners/jena/pom.xml Mon Feb 24 05:27:32 2014 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-reasoners</artifactId> - <version>0.12.0</version> + <version>0.12.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> Modified: stanbol/branches/release-0.12/reasoners/manager/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/reasoners/manager/pom.xml?rev=1571151&r1=1571150&r2=1571151&view=diff ============================================================================== --- stanbol/branches/release-0.12/reasoners/manager/pom.xml (original) +++ stanbol/branches/release-0.12/reasoners/manager/pom.xml Mon Feb 24 05:27:32 2014 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-reasoners</artifactId> - <version>0.12.0</version> + <version>0.12.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> Modified: stanbol/branches/release-0.12/reasoners/owlapi/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/reasoners/owlapi/pom.xml?rev=1571151&r1=1571150&r2=1571151&view=diff ============================================================================== --- stanbol/branches/release-0.12/reasoners/owlapi/pom.xml (original) +++ stanbol/branches/release-0.12/reasoners/owlapi/pom.xml Mon Feb 24 05:27:32 2014 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-reasoners</artifactId> - <version>0.12.0</version> + <version>0.12.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> Modified: stanbol/branches/release-0.12/reasoners/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/reasoners/pom.xml?rev=1571151&r1=1571150&r2=1571151&view=diff ============================================================================== --- stanbol/branches/release-0.12/reasoners/pom.xml (original) +++ stanbol/branches/release-0.12/reasoners/pom.xml Mon Feb 24 05:27:32 2014 @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>4</version> + <version>4.1-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-reasoners</artifactId> - <version>0.12.0</version> + <version>0.12.1-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Stanbol Reasoners</name> Modified: stanbol/branches/release-0.12/reasoners/servicesapi/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/reasoners/servicesapi/pom.xml?rev=1571151&r1=1571150&r2=1571151&view=diff ============================================================================== --- stanbol/branches/release-0.12/reasoners/servicesapi/pom.xml (original) +++ stanbol/branches/release-0.12/reasoners/servicesapi/pom.xml Mon Feb 24 05:27:32 2014 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-reasoners</artifactId> - <version>0.12.0</version> + <version>0.12.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> Modified: stanbol/branches/release-0.12/reasoners/test/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/reasoners/test/pom.xml?rev=1571151&r1=1571150&r2=1571151&view=diff ============================================================================== --- stanbol/branches/release-0.12/reasoners/test/pom.xml (original) +++ stanbol/branches/release-0.12/reasoners/test/pom.xml Mon Feb 24 05:27:32 2014 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-reasoners</artifactId> - <version>0.12.0</version> + <version>0.12.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> Modified: stanbol/branches/release-0.12/reasoners/web/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/reasoners/web/pom.xml?rev=1571151&r1=1571150&r2=1571151&view=diff ============================================================================== --- stanbol/branches/release-0.12/reasoners/web/pom.xml (original) +++ stanbol/branches/release-0.12/reasoners/web/pom.xml Mon Feb 24 05:27:32 2014 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>apache-stanbol-reasoners</artifactId> - <version>0.12.0</version> + <version>0.12.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> Modified: stanbol/branches/release-0.12/releasing/source-assembly/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/releasing/source-assembly/pom.xml?rev=1571151&r1=1571150&r2=1571151&view=diff ============================================================================== --- stanbol/branches/release-0.12/releasing/source-assembly/pom.xml (original) +++ stanbol/branches/release-0.12/releasing/source-assembly/pom.xml Mon Feb 24 05:27:32 2014 @@ -27,7 +27,7 @@ <groupId>org.apache.stanbol</groupId> <artifactId>source-assembly</artifactId> - <version>1.0.1</version> + <version>1.0.2-SNAPSHOT</version> <packaging>jar</packaging> <name>Apache Stanbol Releasing Source Assembly Descriptor</name> Modified: stanbol/branches/release-0.12/rules/adapters/abstract/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/rules/adapters/abstract/pom.xml?rev=1571151&r1=1571150&r2=1571151&view=diff ============================================================================== --- stanbol/branches/release-0.12/rules/adapters/abstract/pom.xml (original) +++ stanbol/branches/release-0.12/rules/adapters/abstract/pom.xml Mon Feb 24 05:27:32 2014 @@ -22,12 +22,12 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>4</version> + <version>4.1-SNAPSHOT</version> <relativePath>../../../parent</relativePath> </parent> <artifactId>org.apache.stanbol.rules.adapters.abstract</artifactId> - <version>0.12.0</version> + <version>0.12.1-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Rules Abstract Adapter</name> Modified: stanbol/branches/release-0.12/rules/adapters/clerezza/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/rules/adapters/clerezza/pom.xml?rev=1571151&r1=1571150&r2=1571151&view=diff ============================================================================== --- stanbol/branches/release-0.12/rules/adapters/clerezza/pom.xml (original) +++ stanbol/branches/release-0.12/rules/adapters/clerezza/pom.xml Mon Feb 24 05:27:32 2014 @@ -22,12 +22,12 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>4</version> + <version>4.1-SNAPSHOT</version> <relativePath>../../../parent</relativePath> </parent> <artifactId>org.apache.stanbol.rules.adapters.clerezza</artifactId> - <version>0.12.0</version> + <version>0.12.1-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Rules Clerezza Adapter</name> Modified: stanbol/branches/release-0.12/rules/adapters/jena/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/rules/adapters/jena/pom.xml?rev=1571151&r1=1571150&r2=1571151&view=diff ============================================================================== --- stanbol/branches/release-0.12/rules/adapters/jena/pom.xml (original) +++ stanbol/branches/release-0.12/rules/adapters/jena/pom.xml Mon Feb 24 05:27:32 2014 @@ -22,12 +22,12 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>4</version> + <version>4.1-SNAPSHOT</version> <relativePath>../../../parent</relativePath> </parent> <artifactId>org.apache.stanbol.rules.adapters.jena</artifactId> - <version>0.12.0</version> + <version>0.12.1-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Rules Jena Adapter</name> Modified: stanbol/branches/release-0.12/rules/adapters/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/rules/adapters/pom.xml?rev=1571151&r1=1571150&r2=1571151&view=diff ============================================================================== --- stanbol/branches/release-0.12/rules/adapters/pom.xml (original) +++ stanbol/branches/release-0.12/rules/adapters/pom.xml Mon Feb 24 05:27:32 2014 @@ -20,12 +20,12 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>4</version> + <version>4.1-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.rules.adapters.reactor</artifactId> - <version>0.12.0</version> + <version>0.12.1-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Stanbol Rules Adapter Reactor</name> Modified: stanbol/branches/release-0.12/rules/adapters/sparql/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/rules/adapters/sparql/pom.xml?rev=1571151&r1=1571150&r2=1571151&view=diff ============================================================================== --- stanbol/branches/release-0.12/rules/adapters/sparql/pom.xml (original) +++ stanbol/branches/release-0.12/rules/adapters/sparql/pom.xml Mon Feb 24 05:27:32 2014 @@ -22,12 +22,12 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>4</version> + <version>4.1-SNAPSHOT</version> <relativePath>../../../parent</relativePath> </parent> <artifactId>org.apache.stanbol.rules.adapters.sparql</artifactId> - <version>0.12.0</version> + <version>0.12.1-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Rules SPARQL Adapter</name> Modified: stanbol/branches/release-0.12/rules/adapters/swrl/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/rules/adapters/swrl/pom.xml?rev=1571151&r1=1571150&r2=1571151&view=diff ============================================================================== --- stanbol/branches/release-0.12/rules/adapters/swrl/pom.xml (original) +++ stanbol/branches/release-0.12/rules/adapters/swrl/pom.xml Mon Feb 24 05:27:32 2014 @@ -22,12 +22,12 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>4</version> + <version>4.1-SNAPSHOT</version> <relativePath>../../../parent</relativePath> </parent> <artifactId>org.apache.stanbol.rules.adapters.swrl</artifactId> - <version>0.12.0</version> + <version>0.12.1-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Rules SWRL Adapter</name> Modified: stanbol/branches/release-0.12/rules/base/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/rules/base/pom.xml?rev=1571151&r1=1571150&r2=1571151&view=diff ============================================================================== --- stanbol/branches/release-0.12/rules/base/pom.xml (original) +++ stanbol/branches/release-0.12/rules/base/pom.xml Mon Feb 24 05:27:32 2014 @@ -22,12 +22,12 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>4</version> + <version>4.1-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <artifactId>org.apache.stanbol.rules.base</artifactId> - <version>0.12.0</version> + <version>0.12.1-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Rules Services API</name> Modified: stanbol/branches/release-0.12/rules/manager/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/rules/manager/pom.xml?rev=1571151&r1=1571150&r2=1571151&view=diff ============================================================================== --- stanbol/branches/release-0.12/rules/manager/pom.xml (original) +++ stanbol/branches/release-0.12/rules/manager/pom.xml Mon Feb 24 05:27:32 2014 @@ -22,12 +22,12 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>4</version> + <version>4.1-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <artifactId>org.apache.stanbol.rules.manager</artifactId> - <version>0.12.0</version> + <version>0.12.1-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Rules Manager</name> Modified: stanbol/branches/release-0.12/rules/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/rules/pom.xml?rev=1571151&r1=1571150&r2=1571151&view=diff ============================================================================== --- stanbol/branches/release-0.12/rules/pom.xml (original) +++ stanbol/branches/release-0.12/rules/pom.xml Mon Feb 24 05:27:32 2014 @@ -21,12 +21,12 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>4</version> + <version>4.1-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.rules.reactor</artifactId> - <version>0.12.0</version> + <version>0.12.1-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Stanbol Rules Reactor</name> Modified: stanbol/branches/release-0.12/rules/refactor/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/rules/refactor/pom.xml?rev=1571151&r1=1571150&r2=1571151&view=diff ============================================================================== --- stanbol/branches/release-0.12/rules/refactor/pom.xml (original) +++ stanbol/branches/release-0.12/rules/refactor/pom.xml Mon Feb 24 05:27:32 2014 @@ -22,13 +22,13 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>4</version> + <version>4.1-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.rules.refactor</artifactId> - <version>0.12.0</version> + <version>0.12.1-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Rules Refactorer</name> Modified: stanbol/branches/release-0.12/rules/web/pom.xml URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/rules/web/pom.xml?rev=1571151&r1=1571150&r2=1571151&view=diff ============================================================================== --- stanbol/branches/release-0.12/rules/web/pom.xml (original) +++ stanbol/branches/release-0.12/rules/web/pom.xml Mon Feb 24 05:27:32 2014 @@ -20,12 +20,12 @@ <parent> <groupId>org.apache.stanbol</groupId> <artifactId>stanbol-parent</artifactId> - <version>4</version> + <version>4.1-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <artifactId>org.apache.stanbol.rules.web</artifactId> - <version>0.12.0</version> + <version>0.12.1-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Stanbol Rules Web</name>
